#levi_india-rbi
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1270808583243694091
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- levi_india-rbi, 10 minutes ago, 5 messages
๐ for next time please try to clearly fill out the question form instead of asd asd. I'll wait for you to ask a detailed question and then I'm happy to help
I am trying to continue our conversation on how to setup recurring payments for clients in India. The docs arent clear on what we have to do. You were right about our stripe setup not being normal. We have two subscriptions set up, one for yearly payments and another for monthly overage payments. we are using stripe.setupIntents.create and also create subscription with collection methods of charge_automatically
Gotcha, why are you using SetupIntents if you are creating Subscriptions?
levi_india-rbi
One sec
Just chatting with one of the devs that set it up sorry
Subscriptions automatically create setup intents?
He is thinking we had an extra auth step this allowed us to pause it but hes just checking to make sure
yes the Subscription would create either an Invoice + PaymentIntent for immediate payment or a SetupIntent in pending_setup_intent. Using that one would be the right way to implement India RBI because we'd have the "mandate information" needed about your Subscription
so we need to get rid of the part where we create our own setup intent
I would say yes because otherwise you are collecting card details yourself without telling us anything about how you plan to charge the card later which can pose issues in India
We have a way with mandate_options to let you configure things, but it'd be easier to just use Subscription and its pending_setup_intent I would say
Cool, one sec just confirming with that dev
The mandate_options way might be the fastest way to get this working without a big refactor so we will probably try that first
yeah but the mandate_options way is now back in beta and discouraged. You can try but you'll have to reach out to our support team for direct support: https://support.stripe.com/contact/email