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 Integrations
  3. Copy your API key (starts with sk_)

2. Create a checkout

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

3. Receive webhooks

Zenobank will POST to your webhookUrl when the checkout status changes. See Webhooks for details.

4. Check checkout status

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