Transaction Cancel (GET)

      Transaction Cancel (GET)


        Article Summary

        GET
        Live: https://checkout.buckaroo.nl/json/Transaction/Cancel/{transactionKey}
        Test: https://testcheckout.buckaroo.nl/json/Transaction/Cancel/{transactionKey}

        This cancels the provided transaction

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

        Request information

        URI parameters

        NameTypeDescription
        transactionkeystring

        Body Parameters

        None.

        Response information

        CancelTransactionResponseTransaction

        NameTypeDescription
        Keystring
        IsCanceledboolean

        Response formats

        {
          "Key": "sample string 1",
          "IsCanceled": true
        }
        

        Was this article helpful?