This api returns encrypted card details for a given card proxy.
The encrypted_card_data field, once decrypted, contains the following fields:
| Property | Type | Description |
|---|---|---|
| accountNumber | string | Card number. Numeric [0-9] |
| expirationMonth | string | Month when the card is set to expire (e.g. 02 for February). Numeric [0-9] |
| expirationYear | string | Year when the card is set to expire (e.g. 2023) |
| nameOnAccount | string | Full name on the card (UTF-8). Format: "First Last". If person_status is "ANONYMOUS" then "VALUED CARDHOLDER" |
generic encrypted card data request
Returns the encrypted card details
Bad request
Unauthorized
Card not found
Server Error
{- "card_proxy": "string"
}{- "encrypted_card_data": "string"
}