cards
aid_cards_token_post
Get details about a card, including the current balance and available funds. No details will be returned for expired tokens
scopes:
- admin:wallets
- write:wallets
- write:wallets:/info
post/accounts/{aid}/wallets/info
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Response
Card info details
Example response
{
"brand": "Visa",
"masked_pan": "476173******0416",
"country": "NOR",
"three_ds_version": "2",
"eci": "05",
"payment_system_type": "wallet"
}