#lowell-ach-instantverification
1 messages · Page 1 of 1 (latest)
We also are using custom connect
lowell-ach-instantverification
we cover this in details here https://stripe.com/docs/payments/ach-debit
it has an end to end example of how to integrate with this
@hallow storm did you figure it out?
Working on it
How do I create a mandate?
I only see the option to retrieve a mandate in the API docs
Did you follow the docs?
The mandate is collected as part of the confirmation in PaymentElement automatically
we're not using a payment element
Are there any test ip_addresses? Or test user_agents?
Please try to be a lot more explicit and detailed. Please explain exactly what you are doing and how you collect bank account details in that case. Ultimately as long as you confirm client-side, which is where it should happen, the Mandate will be created for you as far as I know
in Test mode you can pass any valid ip so that seems fine but my point is that you shouldn't have to and you're likely integrating the flow incorrectly
I'm setting up the create setup intent API
So I'm just passing in values manually
Just to initialize it
Sure but which part is unclear? What exact step are you stuck at?
I'm trying to find the requirements for instant verification
Right now it feels like you're trying to do everything server-side on SetupIntent creation but that won't work since you need a client-side confirmation
https://stripe.com/docs/payments/ach-debit/set-up-payment we have a complete end to end guide
which step are you blocked at?
no since you want to do instant verification
like this requires the customer to log into their bank account with their bank, you can't do this yourself for them right?
does that make sense? I feel like you're not really trying to use our "instant verification" product and are trying to achieve something else
@mystic yoke is taking over if you have more questions
Okay so instant verification is only possible through your hosted pages/stripe.js?