Channel Manager Card
Channel Manager Replace card
Replace a card, with a reason STOLEN, DAMAGED, LOST, RENEW
post/channel-managers/cards/{cardId}/replace
Path parameters
cardIdstring required
The ID of the card
Request body
Example request
{
"reason": "STOLEN",
"expiry": "2026-12",
"shippingAddress": {
"addressLine1": "Floor 10",
"addressLine2": "80 George Street",
"postTown": "EDINBURGH",
"postCode": "EH2 3BU",
"country": "GB"
}
}Response
Card replaced successfully
Example response
{
"createdDate": "2019-01-29T11:01:54.826+0000",
"expiry": "2018-12",
"maxLimit": "4000.00"
}