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