List responses include
masked_pan only. For full card_number and cvv, call Get a Card on a single card_id.How it works
- Call the list endpoint with your API credentials (no body).
- Optionally filter with
status(PENDING,ACTIVE,FROZEN,TERMINATED,FAILED). - Receive an array of card objects with
id,kind,status,masked_pan, andbalance.
When to use
- Populate a cards dashboard for your merchants
- Find a
card_idbefore fund, withdraw, or freeze - Reconcile how many cards are active vs terminated
Sample response
data; each object uses the same shape.
API Reference
Full request/response details and Try it
