Skip to main content

Authentication

Send your API key in the X-API-Key header:
X-API-Key: sk_your_store_key

Integration Steps

1. Get your API key

  1. Sign in to the dashboard
  2. Go to Developers
  3. Copy your API key (starts with sk_)

2. Set up webhooks

In the dashboard, go to Developers, create a webhook endpoint and choose the events you want to subscribe to. See Webhooks for more details.

3. Create a checkout

Use the Create Checkout endpoint to generate a payment link for your customer.

4. Check checkout status

You can query the current status anytime using Get Checkout by ID.