Skip to main content

Accounts

An account is your funding and card-issuance container: balance, fees, allowed card types, and available BINs. All paths use account_uuid.

EndpointMethodDescription
/api/v2/accountsGETList all your accounts
/api/v2/accounts/{account_uuid}GETAccount details (balances, fees, binList)
/api/v2/accounts/{account_uuid}/balanceGETBalance summary
/api/v2/accounts/{account_uuid}/restrictionsGETCard-creation limits
/api/v2/accounts/{account_uuid}/transfer-destinationsGETWhere you can transfer
/api/v2/accounts/{account_uuid}/transferPOSTTransfer to another account

Authentication: X-API-Token or Authorization: Bearer.

See the following pages for request/response examples.