#vishalnag-v_code
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/1319575568148074559
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vishalnag-v_code, 23 hours ago, 21 messages
Can you share with me the complete error message?
The screenshot is too small, can you copy and paste the text here?
Yes sorry
You passed verification_method: 'microdeposits' in payment_method_options.us_bank_account. To use 'us_bank_account' with the PaymentElement, please use verification_method: 'automatic', verification_method: 'instant' or verification_method: 'skip'.
Ok, looks like the error message already tell you the the next step. Have you tried?
Yes if I try using "skip", it throws error on create setupintent "Invalid payment_method_options[us_bank_account][verification_method]: must be one of automatic, instant, or microdeposits"
How about automatic and instant?
those are specific right?
automatic allows both instant and manual, instant allows only instant
I want to allow only manual - which is not satisfied by either of them
Is there a workaround?
What do you mean by manual?
where the user enters account details manually
and then we verify using microdeposits
Then you can't use PaymentElement in this case. You can follow this guide and build your own form https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api
With deferred create intent, i can pass "skip"
Ah okay. so the best available solution is to go with automatic