#travis-ach-microdeposits
1 messages · Page 1 of 1 (latest)
Hello @crisp moth!
You can set https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-us_bank_account-verification_method to microdeposits so that it only supports micro deposits.
Elements should still work so I'd recommend testing it quickly
I'd obviously encourage you to use our instant verification flow, it's a way better experience for customers at least
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'."
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
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)
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
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