#lowell-ach-instantverification

1 messages · Page 1 of 1 (latest)

vestal groveBOT
hallow storm
#

We also are using custom connect

fierce mural
#

lowell-ach-instantverification

#

it has an end to end example of how to integrate with this

fierce mural
#

@hallow storm did you figure it out?

hallow storm
#

Working on it

hallow storm
#

How do I create a mandate?

#

I only see the option to retrieve a mandate in the API docs

fierce mural
#

Did you follow the docs?

#

The mandate is collected as part of the confirmation in PaymentElement automatically

hallow storm
#

we're not using a payment element

#

Are there any test ip_addresses? Or test user_agents?

fierce mural
#

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

hallow storm
#

I'm setting up the create setup intent API

#

So I'm just passing in values manually

#

Just to initialize it

fierce mural
#

but you can't do that and then use instant verification

#

so follow our clear docs

hallow storm
#

Haha

#

If they were clear I wouldn't be here asking you haha

fierce mural
#

Sure but which part is unclear? What exact step are you stuck at?

hallow storm
#

I'm trying to find the requirements for instant verification

fierce mural
#

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

#

which step are you blocked at?

hallow storm
#

I guess steps 3 and 4

#

Is there any way to do step 4 without stripe.js?

fierce mural
#

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

hallow storm
#

Okay so instant verification is only possible through your hosted pages/stripe.js?

mystic yoke
#

Hi there, catching up here.

#

That is correct, with instant verification you'd need to use Stripe.js.