#hashgari-setup-intent
1 messages · Page 1 of 1 (latest)
Do you have a request ID? Here's how you can find one: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_ffhtJb6ftL3MES
How are you accepting the info for the Payment Method? Do you have your own custom form? Or are you using something like Checkout?
Feel free to link any docs you're following as well
I am using a custom form. Mainly using the API documentation https://stripe.com/docs/api/setup_intents/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So it can get a bit hairy with ACH, since building it out for future usage requires setting up a financial connection and some additional steps. I would recommend following this guide very closely, or else you'll likely find a number of these blockers: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
Unfortunately it's not as simple as taking their payment details and using them
Will this flow still allow capturing and validating account_num and routing_num without oauth or microdeposits?
Without OAuth: yes
Without micro-deposits: sometimes
It's possible to get an instant verification, but you will still need to account for cases where instant verification fails: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#instant-only-verification