Refunds a transaction, fully or partially.
If the transaction was not yet successfully captured, the refund will not be processed. Authorized transactions can be voided instead.
transactions.write
scope.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID for the transaction to get the information for.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
A request to refund a transaction.
Returns the created refund.
A refund record.
A refund is always associated with a single transaction, while a transaction can potentially have several refunds.