Documentation Index
Fetch the complete documentation index at: https://docs.zenobank.io/llms.txt
Use this file to discover all available pages before exploring further.
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
- Sign in to the dashboard
- Go to Developers
- 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.