Refund Order API

Create a refund for an Order. Refunds can be initiated only for transactions that are CHARGED. The response of refund initiation is similar to that of order status API Response with the addition of refund block.

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/orders/{order_id}/refunds
Production Link
POST
https://api.juspay.in/orders/{order_id}/refunds
Authorization Header
Headers
Path Params
Body
200 : Success
400 : Invalid Input data
401 : Authentication Failed