#wayo
1 messages · Page 1 of 1 (latest)
Hi, would you be using Stripe Checkout? Or Stripe Elements? What Stripe document are you currently referring to?
I'm not sure what I'll be using I just want to eliminate the micro deposit feature.
When you use Stripe Checkout, you can set this on your end when you create the Checkout Session, https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#instant-only-verification. You'd pass verification_method: 'instant', and this will only offer instant verification and not micro deposits.
Would there be a scenario where instant verification fails for some reason and we'll need to fall back to micro deposits?