Refund
Refunding a transaction means reversing a previously captured payment, partially or fully. This action returns funds to the customer.
Key Considerations
Refunds are only possible for captured transactions.
You can refund:
The full amount, or
A partial amount, as long as it's less than or equal to the captured value.
Multiple partial refunds are allowed until the full amount is refunded.
Once the full amount is refunded, further refunds will return an error.
The
externalPaymentId
used in capture also identifies the transaction to refund.
Generate an Access Token
Use the same OAuth token generation process as for capture and void.
Refund a Captured Transaction
Request Body
Optional. If not informed, the full captured amount will be refunded.
Sample Success Response
Last updated