Transaction Cancel (GET)
Transaction Cancel (GET)
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET
Live: https://checkout.buckaroo.nl/json/Transaction/Cancel/{transactionKey}
Test: https://testcheckout.buckaroo.nl/json/Transaction/Cancel/{transactionKey}
This cancels the provided transaction
Header
The authentication of this JSON API is based on a standard HMAC Authentication implementation.
Request information
URI parameters
Name | Type | Description |
---|---|---|
transactionkey | string |
Body Parameters
None.
Response information
CancelTransactionResponseTransaction
Name | Type | Description |
---|---|---|
Key | string | |
IsCanceled | boolean |
Response formats
{
"Key": "sample string 1",
"IsCanceled": true
}
Was this article helpful?