reverseTransaction

Void or refund an Aeropay Transaction

If a transaction needs to be reversed (return money to the customer) this method will void the payment, or create a payment to the customer from the merchant.

Transactions that are within the same business day can be voided on the spot, where no money is moved in either direction. If that window has closed and the transaction has begun to process, a transaction in the reverse direction will be created

An amount can be included to handle partial refunds if there was a change in the amount, otherwise the full amount will be refunded.

Refunds will take 2-3 business days to process as usual

*NOTE: The id used is a Aeropay Transaction.id and is only for AeroTransactions. Use /preauthTransaction DELETE to cancel a preauthorized transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32
required

Transaction to be reversed. Not required if querying by transaction uuid.

string

Transaction to be reversed. Can be used in place of transactionId query parameter.

double

Amount to be reversed in dollars. Must be equal to or less than the original transaction amount. Default is a full reversal.

Headers
string
required

A merchant scoped token.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json