Transaction(s) Cancel (POST)

      Transaction(s) Cancel (POST)


        Article Summary

        POST
        Live: https://checkout.buckaroo.nl/json/Transaction/CancelMultiple
        Test: https://testcheckout.buckaroo.nl/json/Transaction/CancelMultiple

        This cancels the provided transaction(s)

        The authentication of this JSON API is based on a standard HMAC Authentication implementation.

        Body parameters

        CancelTransactionRequest

        NameTypeDescription
        TransactionsCollection of CancelTransactionRequestTransaction

        Request formats

        {
          "Transactions": [
            {
              "Key": "sample string 1"
            },
            {
              "Key": "sample string 1"
            }
          ]
        }
        

        Response information

        NameTypeDescription
        TransactionsCollection of CancelTransactionRequestTransaction

        Response formats

        {
          "Transactions": [
            {
              "Key": "sample string 1",
              "IsCanceled": true
            },
            {
              "Key": "sample string 1",
              "IsCanceled": true
            }
          ]
        }
        

        Was this article helpful?