Accounts
An account is your funding and card-issuance container: balance, fees, allowed card types, and available BINs. All paths use account_uuid.
| Endpoint | Method | Description |
|---|---|---|
/api/v2/accounts | GET | List all your accounts |
/api/v2/accounts/{account_uuid} | GET | Account details (balances, fees, binList) |
/api/v2/accounts/{account_uuid}/balance | GET | Balance summary |
/api/v2/accounts/{account_uuid}/restrictions | GET | Card-creation limits |
/api/v2/accounts/{account_uuid}/transfer-destinations | GET | Where you can transfer |
/api/v2/accounts/{account_uuid}/transfer | POST | Transfer to another account |
Authentication: X-API-Token or Authorization: Bearer.
See the following pages for request/response examples.