Card
Get card balances
Get the balances for a given card.
get/v1/cards/{card_token}/balances
Path parameters
card_tokenstring uuid required
Query parameters
balance_datestring date-time
UTC date of the balance to retrieve. Defaults to latest available balance
last_transaction_event_tokenstring uuid
Balance after a given financial event occured. For example, passing the event_token of a $5 CARD_CLEARING financial event will return a balance decreased by $5
Response
OK
Example response
{
"data": [
{
"token": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}