#travis-ach-microdeposits

1 messages · Page 1 of 1 (latest)

nimble plinth
#

Hello @crisp moth!

#

I'd obviously encourage you to use our instant verification flow, it's a way better experience for customers at least

crisp moth
#

Hi @nimble plinth, thanks for the response. When I try to use microdeposits as the verification method I get the following error:

"The PaymentIntent you passed has verification_method: 'microdeposits' in payment_method_options.us_bank_account. To use 'us_bank_account' with the PaymentElement, please use verification_method: 'automatic' or verification_method: 'instant'."
​​

nimble plinth
#

Ah I was just testing too to double check. So yeah unfortunately you will have to do your own custom form to collect bank account details

crisp moth
#

Okay. Thanks a lot for reaching out, I really appreciate it @nimble plinth

#

We have previously used a custom form to achieve this and were told that this method would be deprecated, is that still the case? We are tokenizing the data, sending it to stripe and getting a response back with the token and using that to save it to a customer. (see screenshot)

nimble plinth
#

it won't disappear, but we do recommend moving off of this and using our newer integration with PaymentIntent and PaymentMethod

#

and obviously skipping micro deposits since it is such a better experience

crisp moth
#

we would but its a $1.50 for every person that adds a bank account and is added via the instant verification. we now see what we need to do using the updated method with microdeposits. thanks a lot for your help