Void or Refund

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

Authentication

AuthorizationBearer

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
resultstring
Result of auth request
trans_idstring
Reference number for the transaction
resp_codestring
Response code that represents description of the response
resp_textstring
Text description of response
resp_procstring
Abbreviation that represents platform and processor for transaction
user_identifierstring
The user that initiated the activity
midstring
Merchant ID
amountinteger
Ticket amount
currencystring

Three character currency indicator (Defaults to USD)

order_idstring
Source system order number
auth_codestring
Authorization code from issuer

Errors