#siddarth_api
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/1313077760771489814
đ 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.
- siddarth_api, 2 days ago, 8 messages
- siddarth_api, 3 days ago, 21 messages
- siddarth_api, 3 days ago, 13 messages
- siddarth_api, 3 days ago, 14 messages
- siddarth_api, 3 days ago, 71 messages
- siddarth_api, 4 days ago, 27 messages
and 2 more
hi there!
I recommend following this guide: https://docs.stripe.com/payments/ach-direct-debit/set-up-payment
i gone through this already.
I am creating s setupintent for us_bank_account and passing all the paymentmethods( bankaccount.routning number) , for verify microdeposit and creating setup intent, after this I am calling setupintent.confirm() method. at this stage it is asking mandate_data
but when i use stripe.js confirmUsBankAccountSetup(), i am just passing only banknumber, routing number and billing details but not mandat_data, how is it allowing here.
when using Stripe.js, then the mandate is taken care of automatically for you.
no need to pass mandate data here? then it should also taken care in the similar way while using api right?
I'm not very familiar with this API. but if you get an error about mandate, it means you have to pass a mandate in this case.
ok
and one more thing, I have created a setup intent with banknumber,routing number and verifymicrodeposit options, and it is created succefully and returns clientsecret. And in the frontend i can only use clientsecret and no need to pass illing details and banknumber,routing number for the confirmUsBankAccountSetup() correct?
correct