Skip to main content
GET
/
api
/
v1
/
cards
/
{card_id}
/
balance
Get Card Balance
curl --request GET \
  --url https://api.usezentra.com/api/v1/cards/{card_id}/balance \
  --header 'Authorization: Bearer <token>'

Get Card Balance

Fetch the current available balance for a card.

Endpoint

GET /api/v1/cards/{card_id}/balance

Path Parameters

card_id
string
required
The card identifier returned during card creation or listing.

Example Request

curl https://api.usezentra.com/api/v1/cards/card_123/balance \
  -H "Authorization: Bearer YOUR_SECRET_KEY"

Response Notes

  • Balance values should be treated as minor units unless your integration-specific payload states otherwise.
  • Use this endpoint when you need the current card balance, not the funding transaction history.

Next Steps

Funding History

Review historical card funding events

Fund Card

Add more balance to the card