Retrieve extended card profile

Returns the data needed to transact on a connected user's credit cards: expiry date, card brand name and card art.

Synchronous — one request, one response, nothing to poll and no callback to receive. Naming cards in the body is optional; omit creditCardIds to receive every open card the user holds. An empty array is rejected.

Only open cards are returned. A closed account is excluded rather than returned for the caller to filter, unless it was named explicitly — in which case it comes back with CREDIT_CARD_ACCOUNT_CLOSED. Expect the entry count to be lower than the Debt Profile's card count.

Read object presence, not status: a card can be SUCCESS and still carry no expirationDate.

Path Params
string
required
Body Params
creditCardIds
array of strings

The cards to retrieve data for, as returned by the Debt Profile. Omit the field entirely to receive every open card the user holds. An empty array is rejected.

creditCardIds
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json