cards
aid_cards_cardid_activate_post
Activate a card with status inactive
scopes:
- admin:wallets
- write:wallets
- write:wallets:/activate
post/accounts/{aid}/wallets/cards/{card_id}/activate
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)
Request body
Example request
{
"amount": 50000,
"currency": "NOK",
"metadata": {
"order_id": "xk39592f"
}
}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:"
}
}
]
}