List Consumer External Payment Cards
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
List the external debit cards a consumer has registered through the card-registration component. Call this after the component reports success to confirm the card was saved and to read the external_id that the OCT and AFT endpoints require. Check pushEnabled before creating an OCT and pullEnabled before creating an AFT — a card may support one direction and not the other.
A card is saved once the card processor confirms the registration, so an empty result immediately after the component closes means the confirmation has not landed yet rather than that registration failed. Poll briefly before treating it as a failure.
Requires any one of api:read, api:card-management:read, or api:consumer-profile:read.