Refund API
The Refund API is used to return funds to the customer after a successful purchase or capture transaction.
Key Points
-
The Refund API allows the merchant to reverse a transaction, sending the funds back to the customer’s payment method.
-
This API is typically used in scenarios such as order cancellations, product returns, or when a customer disputes a charge.
-
Refunds can be partial or full, depending on the amount specified in the refund request. If a partial amount is refunded, the remaining balance of the original transaction is still valid.
Flow diagram
Api Parameters
Authorizations
API Key for Authorization. Format: 'Basic YOUR_API_KEY_HERE'
API Key specific to x-api-key.
Body
The request payload to refund a transaction.
The body is of type object
.
Response
Transaction refunded successfully
The response is of type object
.