v1
latestOpenAPI 3.0.02026-07-1412068.2 KBTransactions
Refund Payment
API to refund the charge. <br><br>
post/charges/{chargeId}/refunds
Path parameters
chargeIdstring required
Transaction ID / Charge ID
Headers
Content-Typestring
Authorizationstring
Request body
Example request
{
"amount": 10
}Response
Successful response
Example response
{
"refund_amount": 20,
"refund_status": "success"
}