Cancel the last topup of the card
You can cancel the last topup of an issued gift card
Request Code Samples
curl --location --request DELETE 'https://sandbox.api.confirmapay.com//v1/gift-card//payment-channel//last-topup' \
--header 'Authorization: Bearer <token>'
Responses
{
"data": {
"id": "string",
"balance": 0,
"issuedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"currencyCode": 36,
"status": 100,
"reloadable": true,
"loadable": true,
"pin": "string",
"pinRequired": true
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}
Modified at 2025-11-24 05:00:19