#vaios_code
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/1326841193614675981
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
you need to implement this step https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=mobile&payments-ui-type=ios#ios-collect-mandate-and-submit
If i understood correctly the problem is not on the sdk. We should send an email to the customer (which is automatically sent to the customer). The user should press a button/link on this email and after that everything will work, right? Should this happen on sandbox enviroment too?
it's not related to sending an email
you either had an offline mandate (maybe through email or any other way) and in that case you need to pass the mandate data, or you need to create an online mandate (by clicking on a checkbox or pressing a button)
all of that is described here https://docs.stripe.com/payments/ach-direct-debit#mandates
We use FlowController that opens Stripe's PaymentSheet. Should not this checkbox being handled by paymentsheet?