#Félix
1 messages · Page 1 of 1 (latest)
Do you have the ID of this setup intent? (seti_123)
Sure, seti_1MKMofBBZKPpGZFMqheAPd4Y
Not seeing it either, though I thought it should get created pretty much immediately.
Checking further in to what is happening here
Thanks !
Hey apologies but I am still looking in to this. If you try retrieving that SetupIntent and expand latest_attempt, does any mandate info show up in the latest_attempt fields when the call returns?
For some reason for PaymentIntents we show getting the mandate data off of the charge itself rather than the mandate field that I have seen for other flows https://stripe.com/docs/india-recurring-payments#:~:text="mandate"%3A "{{MANDATE_ID}}" // id of the mandate created by the charge
No sign of mandate in the expanded latest_attempt property
Have you tried this flow with one of our cards that is specifically for testing mandate setup? I am not sure if the standard test visa card will work here https://stripe.com/docs/india-recurring-payments#test-mandate-setup
Are mandates specific to India ? Our business does not operate in this country (maybe I should have had starting with this 😅 )
Ah there we go. Yes, as far as I know, card mandates are specific to India. Did you see the need for a card mandate indicated otherwise in our docs?
Nope, I was trying to figure out if it was possible to create mandate objects for card and SEPA setup intents (and outside of India I should add). I did see the India-specific part of the docs, with the payment_method_options parameter, but I could not find anywhere that it was only available in India
Would you mind sharing that doc? SEPA mandates should show up with the setup you are using. They will be in the mandate field in the setup intent after it is confirmed.
I came accross this when searching for mandates: https://stripe.com/docs/india-recurring-payments
but in the setup intent section of the api docs, the mandate_data field description doesn't provide a lot of details about its use case. Thx for the tip I'll try with SEPA and see what happens
Gotcha, I'll see if we can make that clearer in our docs/ref