We are facing recurring issues where Razorpay API endpoints intermittently return 500, 502, or 504 errors, especially during the subscription flow. These failures are affecting our production environment and impacting user experience.
💥 When This Happens
During subscription creation
Endpoint: POST /v1/subscriptions
Issue: Razorpay sometimes returns 502 Bad Gateway or 500 Internal Server Error.
During payment validation
Endpoint: GET /v1/payments/{payment_id}
Issue: Razorpay randomly returns 504 Gateway Timeout or 500 Internal Server Error, even when the subscription is actually active.
POST /v1/subscriptions
Response: 502 Bad Gateway
@ankitdas13 @naveen-s-rzp @rzp-security-svc