Perform a payment gateway Void operation

This method allows you to submit a "void" operation against a previously created "charge" (using [POST] /PaymentGateway/charge) or "authorize" (using [POST] /PaymentGateway/authorize) operations.

📘

Additional parameters may be required

Please note that some payment processors require custom parameters and properties to be added to the request sent to them. We have outlined all of the payment processors that require additional information here.

📘

Payment gateway merchant account credentials

Orchestra offers you two options of providing us with the merchant account credentials needed to send a charge request to the payment gateway:

  1. Provide the merchant account credentials inline in the request by supplying the paymentGatewayAccount object.
  2. Use our Payment Gateway Account system to pre-upload and store the credentials in our system and then providing the reference name in the paymentGatewayAccountName parameter.
Language
Authorization
Header
Click Try It! to start a request and see the response here!