#nilay_04169
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- nilay_04169, 1 day ago, 17 messages
- Yes
- No, just wait for your customer to approve. See https://stripe.com/docs/india-recurring-payments?integration=subscriptions#predebit-notification or test in Test Mode using test clock
predebit notification has to be sent immediately after the mandate has been generated or it will be sent automatically before 26 hours of the subscription expires?
can you please tell me the summary of tasks that a developer has to do after recieve of mandate id
For recurring no you don't need to do anything. It's more of the first payment to create Subscription that you need to adapt, which is outlined on above Doc
ok so i have created a subscription with mandate attatched successfully and my job is done right?
And make sure to test it thoroughly in Test mode
Just a question predebit notification will arrive in the test mode also, right? will it arrive in email or other format?
for the recurring payment
hi! I'm taking over this thread.
ok ok no problem, so please let me know
we usually don't send emails in test mode. but you should receive a webhook event: payment_intent.processing
I recommend testing this in test mode to see exactly how it works
so if I create a subscription for a day in live mode with a mandate attached to it, then after one day stripe will send a predebit notification for a mandate confirmation by itself.
to the customer
Have I understood it right?
I'm not very familiar with this flow, but based on the documentation it looks like it. but again I would recommend to try this in test mode to see exactly how it works.