#lerp
1 messages · Page 1 of 1 (latest)
Good question. Checking in to this and will get back to you
Ok great, thanks!
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can set payment_method_options.us_bank_account.verification_method to instant
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)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
Yes there is, thanks for clarifying that https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-paymentMethodOptions-us_bank_account-verification_method
Strange - when I try to add paymentMethodOptions to the payment element options, typescript yells at me and says the property doesn't exist 🤔
In your IDE or is your actual page in the browser erroring out?
Just in the IDE, let's see what happens when I try actually running the code...