Cancel VCN card
Overview
You can Cancel card, and updates transaction status to cancelled.
Resource Access
GET https://<hostname>/payment/v1/cancelCard
Example Request
{
"payload": {
"id": "bf37c227-cd36-5ff7-8614-5658f97e352f"
}
}
Example Response
{
"id": "07e515ef-2404-45ac-b0a8-ede83d4eb5c0",
"paymentAuthMessage": "",
"vcnBalance": 0,
"terminatedAmount": 255089.16,
"cancelled": "2024-09-02T10:29:40.272Z",
"statusDate": "2024-09-02T10:29:40.272Z",
"paymentStatus": "Cancelled"
}
Updated 3 days ago