Skip to main content
Retrieve a customer’s enrolled cards. Only non-sensitive card metadata is returned — full PANs (the real card numbers) are never exposed. GET /v1/listCards · Authenticated with your secret key.
Cards are scoped by merchant_id (derived from your secret key) and the customer_id query parameter.

Query parameters

string
required
The customer to list cards for — the same value you passed as user_id when creating the session.
string
default:"active"
active (default) or all (include previously deleted cards for historical reference).
string
default:"false"
true to include card_art_url and display metadata; otherwise those fields are null.

Response

object[]
number
Number of cards returned.

Error responses