List cards
GET
/managed_cards Returns a paginated list of managed cards belonging to the logged-in identity. Filter the results by profile, state, currency, card type, cardholder, creation date, card-number fragments, or other card attributes.
Read the managed cards overview for card types, ownership, and lifecycle operations.
Request
Available on
SandboxProduction
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "cards": [ { "mode": "PREPAID_MODE", "balances": { "availableBalance": 120000, "actualBalance": 125000 } } ], "count": 0, "responseCount": 0}