Skip to main content

cancelResponse

idstring

This is the ID returned in the response. This ID can be used for future associated requests, for example, to look up the Payment.

txnTimedate-time

This is the date and time the transaction was processed.

statusstring

This is the status of the cancel request.

Possible values: [CANCELLED]

Example: CANCELLED
cancelResponse
{
"id": "string",
"txnTime": "2024-07-29T15:51:28.071Z",
"status": "CANCELLED"
}