/api/v1/ with Authorization: Bearer <api_key>.
Dashboard only (not in this reference): API keys, detailed ledger, settlements, bank accounts, reports, webhook testing.
Endpoints
| Group | Endpoints |
|---|---|
| Connection | GET /api/v1/ping |
| Account | GET, PUT /api/v1/merchants/me; GET /api/v1/merchants/me/balance |
| Payments | POST, GET /api/v1/payments; GET /api/v1/payments/{id} |
| Payouts | POST, GET /api/v1/payouts; GET /api/v1/payouts/{id} |
| Refunds | POST, GET /api/v1/refunds; GET /api/v1/refunds/{id} |
OpenAPI
openapi.json
401 in Try It: Match server to key environment. Enter raw key only (no Bearer prefix in playground).