Refund transaction
Refund a transaction that has settled and send money back to the account holder. If a transaction hasn't been settled, void it instead.
Path parameters
amount
Amount to refund 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 10 service fee, you can refund up to $90.
An amount equal to zero will refund the total amount authorized minus any service fee.
transId
ReferenceId for the transaction (PaymentId).
Headers
requestToken
Response
Ok
isSuccess
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
pageIdentifier
Auxiliary validation used internally by payment pages and components.
responseCode
Code for the response. Learn more in API Response Codes.
responseData
responseText
Response text for operation: ‘Success’ or ‘Declined’.