Void Transaction
Cancel a transaction that hasn’t been settled yet. Voiding non-captured authorizations prevents future captures. If a transaction has been settled, refund it instead.
Just like sale transactions, you can void a refund transaction before the batch closes. Use the referenceId
from the refund transaction response as the transId
in the void request.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
ReferenceId for the transaction (PaymentId).
Response
General response for certain moneyIn and moneyOut endpoints.
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
The object containing the response data.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?