Get card balance
Retrieve the current balance available on a card.
The balance represents the total funds available for card transactions in USD.
Path Parameters
The ID of the card to retrieve balance for
Responses
| Status | Description |
|---|---|
200 |
Card balance retrieved successfully |
200 response
Current card balance
Currency of the balance
{
"data": {
"balance": 22,
"currency": "USD"
},
"error": null
}
Authorization
- ApiKeyAuth
Was this page helpful?