v1
latestOpenAPI 3.0.32026-07-2418074.2 KBRefunds
Simplified Refund
This API is to be used to process refunds for captured orders.
post/payments/simplified-refund/{order_id}
Request body
Example request
{
"total_amount": {
"amount": 300,
"currency": "SAR"
},
"comment": "Refund for the order A123",
"merchant_refund_id": "RefundID1"
}Response
Refund Successful