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

Get Funding History

Retrieve historical funding activity for a card.

Endpoint

GET /api/v1/cards/{card_id}/funding/history

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/funding/history \
  -H "Authorization: Bearer YOUR_SECRET_KEY"

Response Notes

  • Use this endpoint to review historical funding events, references, and reconciliation data for one card.
  • For the current balance only, use GET /api/v1/cards/{card_id}/balance.

Next Steps

Card Balance

Check the current available balance

Fund Card

Create another funding event