Skip to main content

List Cards On File

GET 

/api/customers/:customer/payment-methods

List a customer's saved (tokenized) cards on file. Returns only safe display metadata — brand, last four, expiry, cardholder name, the default flag, and the consent timestamp. The processor-vaulted reusable token is NEVER serialized and does not appear in the response.

Required scope: customers:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token (PAT).

Returns 200 with { data: [ ... ] } — an array of card-on-file records (no token field).

Request

Responses

OK

Response Headers
    Content-Type