v1
latestOpenAPI 3.1.02026-07-136388308.2 KBDebit Cards
List debit cards
This endpoint returns a list of cards related to your Fire account. You will need to enable PERM_BUSINESS_GET_CARDS to use this endpoint.
get/v1/cards
Response
Successful response
Example response
{
"cards": [
{
"cardId": 51,
"dateCreated": "2017-01-19T16:38:15.803Z",
"emailAddress": "user@example.com",
"expiryDate": "2019-01-31T00:00:00.000Z",
"firstName": "John",
"lastName": "Doe",
"eurIcan": 2150,
"gbpIcan": 2152,
"maskedPan": "537455******1111",
"provider": "MASTERCARD",
"status": "LIVE",
"statusReason": "LOST_CARD",
"userId": 3138
}
]
}