Create a recurring subscription link in INR via Razorpay Subscriptions. It builds a Razorpay plan (period + interval + per-cycle amount) then a subscription for a fixed number of billing cycles, and returns a hosted authorization URL (rzp.io). The buyer opens it, authorizes their UPI/card once (UPI AutoPay / card e-mandate), and is then charged automatically every period until it completes or is cancelled. amount_inr is charged PER billing period. Bring your own Razorpay key pair via headers x-razorpay-key-id AND x-razorpay-key-secret. Respects the same owner policy guardrails as payments (the per-period amount is checked before anything is created). Money always flows buyer→Razorpay→merchant; this service never touches funds.
Connector