List External Payment Cards

List external debit cards. With a Partner API Token this returns every external card registered by consumers on your network; with a Customer Access Token it is scoped to that consumer's own cards. Use `GET /v2/consumers/{consumer_id}/payment-cards/external/` when you already know which consumer you want. Requires any one of `api:read`, `api:card-management:read`, or `api:consumer-profile:read`.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page. Maximum 50.

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"