Skip to main content

1. Register an account

Save the access_token from the response — you’ll need it for merchant management routes.

2. Get your API key

After registration, you’ll receive API keys in the response. Use the test key for development:

3. Create a plan

4. Create a checkout session

The response includes a checkout_url — redirect your customer there to complete payment.

5. Check the subscription

Once payment completes, the customer has an active subscription. List it:
That’s it — you’ve gone from zero to accepting payments.