#lerp

1 messages · Page 1 of 1 (latest)

lucid ruinBOT
sleek coyote
#

Good question. Checking in to this and will get back to you

wet swallow
#

Ok great, thanks!

sleek coyote
#

You can set payment_method_options.us_bank_account.verification_method to instant

wet swallow
#

Does this work with Setup Intents too?

#

(We're using Setup Intents with the Stripe Form in our checkout flow to allow users to save payment methods to their account)

sleek coyote
wet swallow
#

Ok. So our BE has to configure this

#

Is there a way for FE to specify this when rendering the Payment Element?

#

We don't actually create/confirm the setup intent until the form is submitted, so we need some way to hide that link on the FE when the form is first rendered

wet swallow
#

Strange - when I try to add paymentMethodOptions to the payment element options, typescript yells at me and says the property doesn't exist 🤔

sleek coyote
#

In your IDE or is your actual page in the browser erroring out?

wet swallow
#

Just in the IDE, let's see what happens when I try actually running the code...