Necessary Configuration Steps
- Create your organization in our dashboard. And follow the quickstart to configure your webhook and API keys.
1
Fetch Available SKUs
Use the useGetSkuList hook to fetch and display the available SKUs (service offerings) your users can purchase.
2
Create a SKU Transaction
Use the useCreateSkuTransaction hook to create a transaction for the desired SKU once a user selects one.
3
Inspect a Transaction By ID
Use the useGetSkuTransaction hook to retrieve and inspect the details of a transaction using its ID.
Related Actions
useCreateSkuTransaction– Create a transaction to purchase a SKUuseGetSkuTransaction– Retrieve a transaction by its IDuseGetSkuList– List available SKU services
