Void or Refund

Makes a void request to cancel a transaction or process a refund

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
trans_idstringRequired

Reference number for the transaction

midstringRequired

Merchant ID

user_identifierstringOptional

The user that initiated the activity

amountintegerOptional

Ticket amount

Response

Void or refund successful

resultstringOptional

Result of auth request

trans_idstringOptional

Reference number for the transaction

resp_codestringOptional

Response code that represents description of the response

resp_textstringOptional

Text description of response

resp_procstringOptional

Abbreviation that represents platform and processor for transaction

user_identifierstringOptional

The user that initiated the activity

midstringOptional

Merchant ID

amountintegerOptional

Ticket amount

currencystringOptional

Three character currency indicator (Defaults to USD)

order_idstringOptional

Source system order number

auth_codestringOptional

Authorization code from issuer

Errors