Cards
Create a new physical card
Asynchronously create a physical card. The response will include a resource to allow the client to check the status of the request.
post/accounts/{accountId}/physical-cards
Path parameters
accountIdstring required
The account which card funds will be raised from.
Request body
Example request
{
"expiry": "2018-12",
"constraints": {
"authorisation": {
"spend": [
{
"currency": "GBP"
}
]
}
},
"cancellationDate": "2025-01-01",
"authorisationWindow": {
"startDate": "2025-01-01",
"endDate": "2025-01-01"
},
"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"
},
"shippingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
},
"printedName": "Joe Bloggs"
}Response
Create physical card request received successfully