Retrieve refund
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Object that contains information about the payment that the refund is linked to.
Note: We don’t return this object for unreferenced refunds.
Array of operations that you can perform on the transaction. Our gateway can return any of the following values:
capture- Capture the payment.refund- Refund the payment.fullyReverse- Fully reverse the transaction.partiallyReverse- Partially reverse the payment.incrementAuthorization- Increase the amount of the authorization.adjustTip- Adjust the tip post-payment.addSignature- Add a signature to the payment.setAsReady- Set the transaction’s status toready.setAsPending- Set the transaction’s status topending.