#matt-a_code

1 messages ¡ Page 1 of 1 (latest)

minor larkBOT
#

👋 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/1363996340966920192

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

static gull
#

Hi there

hearty sky
#

Hello

static gull
#

I just read through your prior chat. Give me a few minutes, please

hearty sky
#

sure thing, thank you for the help

static gull
#

Is this the error message you're receiving?

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

hearty sky
#

Yes, that is it

minor larkBOT
static gull
#

Okay, got it. The issue here is that using microdeposits would require your customers to wait for those deposits to hit their account and then "come back" to your form to provide those amounts/have a place to share those details with you. This currenlty isn't supported in the PaymentElement. This means that if your goal is to use microdeposit verification only, you'll need to collect payment details and microdeposit amounts with a custom form instead: https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#microdeposit-only-verification

hearty sky
#

Well my overall goal is just to not show the bank tiles and force a manual entry

zenith valve
#

fyi i'm stepping in for roadrunner! unfortunately as they suggested in their previous message the only way to do this currently is by not using the Payment Element and by using your own custom form - the aforementioned link shows you an example of how to do that

#

can you give me more details as to why you want to force manual entry? i can submit product feedback around this to our product team if you can give me an idea of why you want this

hearty sky
#

Oh I see, well I will weigh the possibility of switching out the Payment Element. Thank you!