#str_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/1289222905066164265
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm confused. What verification method do you want to use if not microdeposit or instant?
I want to use instant but it doesn't seem to work, it returns an error:
Micro-deposits cannot be initiated when `payment_method_options[acss_debit][verification_method]` is set to `instant`. Use Stripe.js to handle confirmation through an on-page modal UI instead.
Yeah if you use instant, you need to have the customer confirm client-side. You can't do instant verification if confirming server-side
Got it, and we have our own workflow where the user confirms it, is there any way I can send that information to stripe without having to use this modal UI?
What does your workflow do exactly under the hood? You'd need to do this confirmation through stripe.js
We show a Pre-Authorized Debit Agreement and a checkbox with " I agree to the pre-authorize debit terms above. ", the user can only add the bank account if they agree with it and check it. If I use the stripe.js confirmAcssDebitSetup it shows again a modal with another mandate
So you call confirmAcssDebitSetup before displaying that checkbox?
no, after the user confirms it
What do you mean it shows another modal then? Are you displaying another one first?
We have our own PAD terms for the user to confirm, the only way to verify bank account is by using this stripe.js function from what I've seen and this shows a modal with PAD terms set by stripe, we wanted to avoid it since we already have our own
Yeah there's no way to avoid that if you want to use instant verification