v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBCancel a transaction
Cancel a previously submitted transaction.
Cancellation must reference the transaction you want to cancel. It can be the original transaction, a credit note or an adjustment.
Use /cancellation endpoint to cancel a transaction.
post/v1/transactions/cancellation
Request body
Example request
{
"note": "This is my HTML <e>enabled</e> note.",
"tax_reason": {
"code": "S01",
"description": "S01",
"tax_reason_details": [
{
"code": "S01",
"note": "S01"
}
]
}
}Response
Accepted - transaction was successfully submitted for processing.