Refund
Last updated
Last updated
Making a refund request for a specific order by MugglePay order ID.
Use it when the order status is PAID.
It's done by MugglePay payment page. ONLY use this if you want to build an in-house payment without redirecting.
POST https://api.mugglepay.com/v1/orders/:order_id/refund
Param | Type | Required | Description |
---|---|---|---|
order_id
string
Yes
MugglePay order ID. It's provided in the response of Create Order.