Get External Payment Card
Retrieve a single external debit card by its external_id. Returns 404 for cards owned by a consumer outside the authenticated partner. Read pushEnabled and pullEnabled to see which payment directions the card supports.
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.
Path parameters
id
The external_id of the external payment card.
Response
external_id
Pass this as external_payment_card_id when creating an OCT or AFT.
card_token
Network token representing the card.
status
Card status. Only active cards can be used for OCT or AFT.
pushEnabled
Whether the card accepts OCT (push) transactions.
pullEnabled
Whether the card accepts AFT (pull) transactions.
last_four
Last four digits of the card number. Empty when unavailable.
expiry_month
expiry_year
deactivated_at
When the card was deactivated, if applicable.
rail
Payment rail the card is reachable on.
card_company
Card network or issuing brand.
Errors
404
Not Found Error

