Refunds
Refund transaction
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.
POST
This endpoint requires the transactions.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID for the transaction to get the information for.
Example:
"fe26475d-ec3e-4884-9553-f7356683f7f9"
Body
application/json
A request to refund a transaction.
Response
201
application/json
Returns the created refund.
A refund record.
A refund is always associated with a single transaction, while a transaction can potentially have several refunds.