Transactions
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.