#rozig-india-mandate
1 messages · Page 1 of 1 (latest)
Hey @pure void can you provide a lot more details/context, all in one clear summary/message? I'd be happy to help after that
Hi @hasty solar of course.
I am following this guide to setup indian emandates:
https://stripe.com/docs/invoicing/india-emandate-guide
I am sending all necessary information when I'm creating setup intent, and after the confirmation mandate field is still being null. If I am correct, I should have a mandate ID returned back on mandate field and I supposed to use it to create invoices. So that it applies the existing mandate for the off-session payments.
Gotcha, can you provide a clear example SetupIntent id for me to look at?
rozig-india-mandate
Yes, you can try this one: seti_1M9k15HcEDTg6I86t09HemwF
I have briefly talked with CS agent through support chat and should also have an open case: 02966753
In that case I'd recommend working directly with our support team and they can help you directly instead
But I see the SetupIntent has a latest_attempt: 'sa_123' what happens when you look at that? Does that have a Mandate?
sorry where can I find that?
oh okay, I found it. But what API can I use to look it up?
When you retrieve the SetupIntent via https://stripe.com/docs/api/setup_intents/retrieve you can also expand (https://stripe.com/docs/expand) the latest_attempt by passing expand: ['latest_attempt']
Can you try that and look at the Mandate on it?
gotcha, then working with our support team is the next best step unfortunately and they can help guide you