#dualshift
1 messages · Page 1 of 1 (latest)
Hi @echo oriole You mean to turn off microdeposits verification https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-verify-with-microdeposits ?
Yes thanks
Just to want understand what you want to achieve here. Is your goal to use instant verification only, or no verification (either instant or manual) at all?
Right now we are not clear about how manual verification works, so wanted to have the option to turn it off , if we don't have time in our release schedule to figure it out
For example, i tried the ACH Direct Debit manual verification step in test mode to add a payment method. According to the documentation, I should get a email from Stripe with a link to a stripe hosted verification page, or I can send my own custom email. Is this email (standard), delayed on purpose in test mode, or am I missing a configutation to send it?
No emails are sent in test mode
Ah, is there an example of what the stripe email verification looks llike, and/or what a stripe hosted verification form looks like?
You can set an instant only verification https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#instant-only-verification However, if instant verification fails, the PaymentIntent is returned with a status of requires_payment_method, indicating a failure to instantly verify a bank account for your customer.
So we can decide whether to implement our own custom email/form, or go with the default.
Is your Stripe account activated?