v1
latestOpenAPI 3.0.12026-07-2662118182.1 KBCards
Retrieve a Card
get/api/v1/cards/{publicToken}
Path parameters
publicTokenstring required
Response
Success
Example response
{
"cardType": "Virtual",
"publicToken": "4321567890",
"status": "Active",
"cardStatusCode": "00",
"cardStatusDescription": "00 (Active)",
"balance": {
"currencyCode": "GBP",
"cardBalance": 1000,
"availableBalance": 1000
},
"cardHolder": {
"title": "Mr",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1963-11-22",
"mobile": "07471234567",
"email": "john.smith@example.com"
},
"cardProduct": {
"scheme": "Example Scheme",
"product": 45,
"ehiMode": 2
},
"3DS": [
{
"defaultCredentials": [
{
"type": "OTPSMS",
"value": "07723849948"
}
],
"fallbackCredentials": {
"type": "OTPSMS",
"value": "07723849948"
}
}
],
"parentCard": 987654321054321,
"siblingCards": [
987654322454321,
987651221054320
]
}