Scroll to top

You have the option to cancel transactions that haven’t been finalized. This utility is crucial for handling changes, mistakes, or customer cancellations.

ENDPOINT

POST.../api/v1/merchant/transaction/{transactionId}/cancel

The response will provide the status of the cancellation request:

{
"status": {
	"code": "string",
	"message": "string"
}
}

Notes

After initiating a cancellation, you must wait for confirmation from Luxon, which will come via a webhook call. This call will inform you of the finalization of the cancellation process. If a transaction cannot be canceled, you will be notified similarly.