#nstripe0_india-sub-mandates
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/1336091367843168346
๐ 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.
- nstripe0_api, 2 days ago, 32 messages
- nstripe0_api, 6 days ago, 16 messages
Hi ๐
That error message doesn't make a lot of sense to me but let me dig a little deeper into this.
Hmmm.... Okay I don't get why this is failing. The saved payment method you are attempting to charge is a credit card and this error message is talking about ACSS debits
Just so I'm clear, you are passing off_session: "False" because the Customer is interacting with your integration at the time you are attempting payment?
It looks to me like this is related to regulations around processing recurring payments for cards issued in India. I recommend reviewing this doc: https://docs.stripe.com/india-recurring-payments#integration but I would like to first call out perhaps the most useful troubleshooting step
You can get around this by changing the collection_method to "send_invoice" which will email the customer a link to a hosted page where they can provide payment method information.
That's correct, the customer is intereacting with our product to specify updated payment information to pay for the unpaid invoice, so we specified off_session=false
Thanks for that tip, we haven't utilized the send_invoice option for our integration before, but we may consider it in the future.
This is the same payment link as I see in the Stripe Dashboard for "Payment page" for the invoice, is that right?
Essentially, yes. The send_invoice collection method will send an email that includes the PDF of the Invoice (which itself has that link) and it will include a button the customer can click to be taken to the Hosted Invoice Page where they can provide payment details