#Avdhesh
1 messages · Page 1 of 1 (latest)
Hi!
We want to create a global subscription for the entire world, how can we achieve that.
What does this mean exactly? Can you elaborate?
Yes.
We are based in India. We have a recurring subscription plan, we want customers to pay from outside of India and from India
Ok, great! Have you encountered any specific issues so far?
We are starting the payment integration today, we need to know the specifics if there are any or you can guide how to do it
I'd recommend reading through this: https://stripe.com/docs/india-recurring-payments
That's detail on how RBI regulations impact recurring payments
Then this guide will show you how to build the actual integration: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Sure, do we have to set up two types of subscription, One for outside India and one for India
Shouldn't be necessary as the subscription creation process will create the necessary mandates for any India based customers: https://stripe.com/docs/india-recurring-payments#impact-subscriptions:~:text=For these types of subscriptions%2C Stripe handles the internal logic eliminating the need to pass in extra parameters when you create a subscription. To create a new subscription%2C see Build a subscriptions integration.
Allright, we will start if there will be any problem, I will reach back to you
One more thing, For outsiders, do we have to set the amount which needs to be paid in Dollars and for India in INR, Is there automatic currency conversion
How would we segregate location?
?
If that's a requirement, I'd recommend using Checkout instead: https://stripe.com/docs/payments/checkout/present-local-currencies
Otherwise you'll need to handle that yourself with an Elements integration
What we want is we set plan in dollar but if somebody is paying from India, we should be able to see amount in INR itself
I mean customer from India should be able to see amount in INR itself
Yep, Checkout can handle that automatically as I stated
But if you're not using Checkout, then you'll need to track customer location yourself and use the associated Price object (price_xxx) that corresponds with the correct presentment currency when creating the subscription
ok