Retrieve channel manager's cards
Retrieve cards owned by the channel manager
Query parameters
Cards created on or after this date. Cannot be older than 7 days. Format is yyyy-MM-dd'T'HH:mm:ss with zero offset from UTC. Required if toCreatedDate is supplied.
Cards created on or before this date. Format is yyyy-MM-dd'T'HH:mm:ss with zero offset from UTC. Optional if fromCreatedDate is supplied.
Statuses of cards to be retrieved
The ID of the card to view.
The ID of account to retrieve cards for.
The client reference of the card to retrieve.
The ID of the customer to retrieve cards for.
Currency to get cards for. Expected ISO Standard currency name i.e. GBP, EUR etc
Custom Field Key to get cards for
Custom Field Value corresponding to the custom field key to get cards for
Set of account Ids to retrieve cards for.
The Id of the Channel manager
How many times a card can be authorised against. This parameter is rejected for physical cards
Page to fetch (0 indexed)
Size of page to fetch
Response
OK
Example response
{
"content": [
{
"id": "V000000001",
"holder": {
"title": "Mr",
"firstName": "Joe",
"lastName": "Bloggs",
"billingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
},
"dateOfBirth": "2001-01-01",
"mobileNumber": "+447123456000",
"email": "cardholder@example.com"
},
"expiry": "2018-12",
"currency": "GBP",
"limit": "1000.00",
"maxLimit": "4000.00",
"spend": "250.00",
"externalRef": "TTQ_51211",
"maskedPan": "527095******3544",
"cardType": "Business",
"cardScheme": "MASTERCARD",
"accountBid": "A020N8PD",
"productId": "O210003A",
"format": "PHYSICAL",
"constraints": {
"mccWhitelist": [
"1000",
"1002-3000",
"5060"
],
"authorisation": {
"spend": [
{
"currency": "GBP"
}
]
}
},
"cancellationDate": "2025-01-01",
"threeDSecureStatus": "ENROLLED",
"authentication": {
"otpSmsStatus": "ENROLLED",
"knowledgeBaseStatus": "ENROLLED"
},
"shippingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
},
"channelManagerId": "M883412312",
"frequencyUsage": "SINGLE_USE"
}
]
}