v1
latestOpenAPI 3.0.12026-07-2662118182.1 KBCards
Create a Card
post/api/v1/cards
Request body
Example request
{
"cardType": "Physical",
"cardProduct": 578,
"designId": "New Card Brand",
"customerReference": "my ref 12345",
"parentCard": "123456789",
"cardHolder": {
"title": "Mr",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1963-11-22",
"mobile": "07471234567",
"email": "john.smith@example.com"
}
}Response
Success
Example response
{
"publicToken": "5678901234",
"customerReference": "sales",
"embossName": "Joseph Bloggs",
"maskedPan": "123456******3456",
"startDate": "2022-06-06",
"expiryDate": "2025-06-06"
}