curl --request GET \
--url https://api.sandbox.finsei.com/v1/card/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"wallet_id": 123,
"type": "ChipAndPin",
"masked_number": "474359******5050",
"status": "ORDERED",
"validUntilDate": "<string>",
"cardholder_name": "<string>",
"notification": {
"type": "ERROR",
"title": "<string>",
"message": "<string>"
},
"orderInfo": {
"title": "<string>",
"message": "<string>",
"ordered_at": 123,
"dispatched_at": 123,
"delivery": {}
},
"permissions": {
"canActivate": true,
"canBlock": true,
"canUnblock": true,
"canGetPin": true,
"canSetPin": true,
"canGetCvv": true,
"canGetPassword": true,
"canSetPassword": true,
"canGetNumber": true,
"canClose": true,
"canSetSmsBalanceNotification": true,
"canGetLimits": true,
"canSetLimits": true,
"canGetOperations": true,
"canSetOperations": true
},
"updatedAtMs": 1666666666999,
"isSmsBalanceNotification": false,
"designId": "AIV",
"password": "Aa123!qweqwe",
"cvv": 1234,
"pin": 1234,
"number": 4743591235635050,
"phone3ds": "+48511155588",
"limits": {
"updatedAtMs": 1666666666999,
"purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"withdrawal": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"internet_purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"contactless_purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
}
}
}curl --request GET \
--url https://api.sandbox.finsei.com/v1/card/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"uuid": "<string>",
"wallet_id": 123,
"type": "ChipAndPin",
"masked_number": "474359******5050",
"status": "ORDERED",
"validUntilDate": "<string>",
"cardholder_name": "<string>",
"notification": {
"type": "ERROR",
"title": "<string>",
"message": "<string>"
},
"orderInfo": {
"title": "<string>",
"message": "<string>",
"ordered_at": 123,
"dispatched_at": 123,
"delivery": {}
},
"permissions": {
"canActivate": true,
"canBlock": true,
"canUnblock": true,
"canGetPin": true,
"canSetPin": true,
"canGetCvv": true,
"canGetPassword": true,
"canSetPassword": true,
"canGetNumber": true,
"canClose": true,
"canSetSmsBalanceNotification": true,
"canGetLimits": true,
"canSetLimits": true,
"canGetOperations": true,
"canSetOperations": true
},
"updatedAtMs": 1666666666999,
"isSmsBalanceNotification": false,
"designId": "AIV",
"password": "Aa123!qweqwe",
"cvv": 1234,
"pin": 1234,
"number": 4743591235635050,
"phone3ds": "+48511155588",
"limits": {
"updatedAtMs": 1666666666999,
"purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"withdrawal": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"internet_purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
},
"contactless_purchase": {
"value": "DEFAULT",
"switch": {
"enabled": true,
"value": true
},
"usage": {
"currency_id": "EUR",
"transaction": 123,
"daily": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
},
"monthly": {
"total": 123,
"used": 123,
"available": 123,
"reset": 123
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Card id for detalization
password, cvv, pin, number, limits, phone3ds OK
Unique Card id
Unique Card id (UUID string)
Wallet ID
ChipAndPin, Virtual, Disposable Masked Card Number
"474359******5050"
Card status
ORDERED, DISPATCHED, ACTIVE, BLOCKED, CLOSED Cardholder name
List of true\false permissions
Show child attributes
User can activate card
User can block card
User can unblock card
User can get PIN
User can set PIN
User can get CVV
User can get password
User can set password
User can get number
User can close card
User can manage card payment balance sms notification
User can get card limits
User can update card limits
User can get card operation flags
User can update card operation flags
Updated timestamp in milliseconds
1666666666999
Is Payment Balance Sms Notification Enabled
false
Design Id code
"AIV"
3d secure password
"Aa123!qweqwe"
Card CVV
1234
Card PIN
1234
Card Number
4743591235635050
3d secure phone
"+48511155588"
Show child attributes
Updated timestamp in milliseconds
1666666666999
Show child attributes
DEFAULT, MAXIMUM "DEFAULT"
Show child attributes
3"EUR"
Show child attributes
DEFAULT, MAXIMUM "DEFAULT"
Show child attributes
3"EUR"
Show child attributes
DEFAULT, MAXIMUM "DEFAULT"
Show child attributes
3"EUR"
Show child attributes
DEFAULT, MAXIMUM "DEFAULT"
Show child attributes
3"EUR"