cards
aid_cards_cardid_get
Get all details about a card
scopes:
- admin:wallets
- read:wallets
get/accounts/{aid}/wallets/cards/{card_id}
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
card_idstring required
The card id you have defined for the card. (must not have trailing or leading spaces)
Query parameters
includesstring[]
Comma separated list of additional fields to include in the response. Possible values are:
- token.format: Include the format that was used to generate token.
- pin.format: Include the format that was used to generate PIN.
Response
Card details
Example response
{
"brand": "Visa",
"masked_pan": "476173******0416",
"country": "NOR",
"three_ds_version": "2",
"eci": "05",
"payment_system_type": "wallet",
"tokens": [
{
"masked_code": "DINCARD:********-****-****-91**-*******22e5f",
"format": {
"prefix": "DINCARD:"
}
}
]
}