post https://api-sandbox.qorcommerce.io/v3/payment/void
Cancel / Void a Sale or Authorization - where the transaction was processed online successfully
A Void can be performed on Sale or Authorizations prior to settlement (batch).
Note:
You cannot Cancel / Void a settled (batched) transaction. If transaction has already been settled then you must use the Refund endpoint and include an amount for a full or partial amount.
Parameters
The following parameters are available to Cancel / Void a transaction.
parameter | description | required |
---|---|---|
mid | the Merchant ID (MID) assigned by QorCommerce or your merchant service provider (MSP) | Yes |
reference_id | A reference id that will be echo'd back in the message response. | No |
transaction_id | the unique transaction_id from the original sale or authorization | Yes |
Response Codes
Link to details on related response codes.