REST API
API Keys
Use the REST API to manage QR codes, payments, subscriptions, refunds, schedules, checkout sessions, customer portal sessions, and customers from your application. All endpoints require a Bearer API key and return consistent error shapes (400 validation, 401 invalid key, 404 resource not found, 429 rate limit, 501 feature unavailable). List endpoints use limit and offset for pagination.
REST API
REST API
Use the REST API to manage QR codes, payments, subscriptions, refunds, schedules, checkout sessions, customer portal sessions, and customers from your application. All endpoints require a Bearer API key and return consistent error shapes (400 validation, 401 invalid key, 404 resource not found, 429 rate limit, 501 feature unavailable). List endpoints use limit and offset for pagination.
1. Get your API key
Create an API key in the API Keys section.
2. Send it in every request
Authorization: Bearer YOUR_API_KEY3. Choose an endpoint
Select an endpoint from the menu on the left to view request and response documentation.