Create a new UPI subscription order with standing instructions (SI) via the Partner API.
Client Application ID - Your unique application identifier used to authenticate API requests. You can find your Client ID in the Developer Settings section of the merchant dashboard.
Client Secret Key - Your secret key used alongside the Client ID for secure authentication. Keep this confidential and never expose it in client-side code. Available in the Developer Settings section of the merchant dashboard.
Merchant Identifier - The unique ID for the merchant account. This is required for PSP (Payment Service Provider) merchants who manage multiple merchant accounts. You can find merchant IDs in the Merchant Management section of the dashboard.
API Version - Specifies which version of the API to use (e.g., '1.X.X' or '2.X.X'). This header allows you to control which API version your integration uses. Default version information is available in the Developer Settings.
Subscription creation request. Accepts the same fields as Create Order (S2S UPI) plus a standing_instruction block.
Amount in decimal format (e.g., "100.00")
3-letter ISO currency code (e.g., INR, USD)
Unique identifier for the order
URL to redirect after payment
Payment collection mode
hosted_payment, s2s Method of payment type (e.g., UPI)
upi, credit_card, net_banking, debit_card, qr UPI flow type (required when collection_mode is s2s and mop_type is UPI)
intent, collection Standing instruction configuration for a subscription