#TyNei
1 messages · Page 1 of 1 (latest)
Hey there
If you want, you can create your own form to collect account/routing numbers and then create the US Bank Account PaymentMethod Server-side. We don't provide an Element that just collects account/routing
Okay. Thanks
For manual inputs, it requires microdeposit
I'm seeing this ```next_action: {
type: "verify_with_microdeposits",
verify_with_microdeposits: {
arrival_date: 1647586800,
hosted_verification_url: "https://payments.stripe.com/…",
microdeposit_type: "descriptor_code"
}
}
Yes that's correct
Do I need to send the customers to the url?
Or does stripe send email to the customer about this?
We discuss this a bit here: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-verify-with-microdeposits
But basically if you provide a billing_email then we will email the Customer
Sounds good. Thank you!