Channel Manager Card
Channel Manager Update card
Update a virtual card
post/channel-managers/cards/{cardId}
Path parameters
cardIdstring required
The card id.
Request body
Example request
{
"cancellationDate": "2025-01-01",
"holder": {
"billingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
},
"shippingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
},
"dateOfBirth": "2001-01-01",
"mobileNumber": "+447123456000",
"email": "cardholder@example.com"
},
"authWindow": {
"startDate": "2025-01-01",
"endDate": "2025-01-01"
}
}Response
Virtual card updated successfully