Refunds APIs
Number of APIs: 6
-
Create an Instant Refund POST https://api.razorpay.com/v1/payments/{pay_id}/refund
-
Fetch Refund by ID GET https://api.razorpay.com/v1/refunds/{rfnd_id}
-
Fetch a Specific Refund for a Payment GET https://api.razorpay.com/v1/payments/{pay_id}/refunds/{rfnd_id}
-
Fetch All Refunds for a Payment GET https://api.razorpay.com/v1/payments/{pay_id}/refunds
-
Update Refund PATCH https://api.razorpay.com/v1/refunds/{rfnd_id}