Necessary Configuration Steps
- Create your organization in our dashboard. And follow the quickstart to configure your webhook and API keys.
Fetch Available SKUs
Use the useGetSkuList hook to fetch and display the available SKUs (service offerings) your users can purchase.
Create a SKU Transaction
Use the useCreateSkuTransaction hook to create a transaction for the desired SKU once a user selects one.
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 IDuseGetSkus– List available SKU services
