Reverse Transaction
A reversal either refunds or voids a transaction independent of the transaction’s settlement status. Send a reversal request for a transaction, and Payabli automatically determines whether it’s a refund or void. You don’t need to know whether the transaction is settled or not.
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).
Amount to reverse from original transaction, minus any service fees charged on the original transaction.
The amount provided cannot be greater than the original total amount of the transaction, minus service fees. For example, if a transaction was $90 plus a $10 service fee, you can reverse up to $90.
An amount equal to zero will refunds the total amount authorized minus any service fee.
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?