#vishalnag-v_code

1 messages ¡ Page 1 of 1 (latest)

hazy cipherBOT
#

👋 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.

hoary spindle
#

Can you share with me the complete error message?

tardy rover
#

Yes

hoary spindle
#

The screenshot is too small, can you copy and paste the text here?

tardy rover
#

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'.

hoary spindle
#

Ok, looks like the error message already tell you the the next step. Have you tried?

tardy rover
#

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"

hoary spindle
#

How about automatic and instant?

tardy rover
#

those are specific right?

#

automatic allows both instant and manual, instant allows only instant

tardy rover
#

Is there a workaround?

hoary spindle
#

What do you mean by manual?

tardy rover
#

where the user enters account details manually

#

and then we verify using microdeposits

hoary spindle
tardy rover
#

With deferred create intent, i can pass "skip"

#

Ah okay. so the best available solution is to go with automatic

hazy cipherBOT