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

amountnumber required

Amount to be refunded. Only AED transfers supported

Example request

{
  "amount": 10
}

Response

Successful response

refund_statusstring
refund_amountnumber

Example response

{
  "refund_amount": 20,
  "refund_status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.