Base URL
Authentication
Management API endpoints require an SDK API Key (pk_test_... or pk_live_...) for authentication:
- Header:
x-api-key: pk_live_your_key - Bearer Token:
Authorization: Bearer pk_live_your_key
Use your Test Key (
pk_test_...) for development and your Live Key (pk_live_...) for production. Keys are issued on company registration and can be viewed in the dashboard under Settings → API Keys.Resource Summary
Error Format
200 success, 400 validation, 401 auth, 403 forbidden, 404 not found, 409 conflict, 500 server error.
Next: Merchant Management →

