Skip to main content
GET
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
string
required
Customer identifier — accepts yativo_card_id, MongoDB _id, or external_customer_id.

Customer fields

Balance fields

Balance is wallet-level — all cards issued to a customer share the same balance. Fields are null until the account wallet is deployed. Values are returned as both a decimal float and an integer in minor units (cents) — e.g. $145.50ledger_balance: 145.50, ledger_balance_minor: 14550. Balances are kept current by two mechanisms: instant updates from live card network notifications, and a background reconciliation job that re-checks any balance not updated within 2 hours directly against the on-chain token balance. You do not need to poll this endpoint — subscribe to customer.balance.updated webhooks instead.

Card fields

Each object in cards represents one card issued to this customer. Full card numbers and CVVs are never returned.
To retrieve this customer’s transaction history use Customer Card Transactions. To fund the customer use Fund Customer.