Refund Transactions
Create a refund
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the transaction to generate a refund for.
Body
application/json
Whether to refund an entire transaction or only specific line items.
Available options:
FULL
, PARTIAL
The line items to refund. Required if refund_type
is PARTIAL
.