customers
aid_customers_cid_card_cid_get
Get all details about a customer card
scopes:
- admin:wallets
- read:wallets
- user:wallets
get/accounts/{aid}/wallets/customers/{customer_id}/cards/{card_id}
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
customer_idstring required
The customer id you have defined for the customer. (must not have trailing or leading spaces)
card_idstring required
The card id you have defined for the card. (must not have trailing or leading spaces)
Response
Card details
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"metadata": {
"order_id": "xk39592f"
},
"type": "gift_card",
"status": "unused",
"pin": {
"format": {
"prefix": "DINCARD:"
}
},
"tokens": [
{
"masked_code": "DINCARD:********-****-****-91**-*******22e5f",
"format": {
"prefix": "DINCARD:"
}
}
],
"amount_balance": 50000,
"amount_available": 50000,
"amount_funds": 50000,
"amount_drawdown": 50000,
"amount_pending": 50000,
"amount_reserved": 50000,
"currency": "NOK"
}