Introduction
Transactions
Two Step Transactions
One Click Payments
Information
Allows a merchant to cancel a transaction that has not yet been completed.
transactionId
A unique Luxon transaction identifier that can be used as a reference in other API calls.
.../api/v1/merchant/transaction/{transactionId}/cancel
status
A status object with the status of the transaction.
{
"status": {
"code": "string",
"message": "string"
}
}
Merchant will be notified by a webhook call when the cancellation is finalised or is not cancellable.