#Chung-ACH-production

1 messages ยท Page 1 of 1 (latest)

hidden fulcrum
#

Hello ๐Ÿ‘‹
Just so that I'm on the same page, you're running into this error while testing with a live bank account?

quick arch
#

Hi! Yes, a live bank account. By "testing" I meant in production mode.

#

We're trying to see the integration in production.

#

We just enabled ACH as the payment method in our Stripe dashboard. Is there anything else we need?

hidden fulcrum
quick arch
#

I don't see relevant failed requests in the log. The error happened when we clicked the bank icon and tried to pop up the modal. Will we see requests happening already in that step?

hidden fulcrum
#

Ah I see. I'm not sure ๐Ÿค”
So you aren't seeing the modal pop up in order to connect the bank account and are seeing this message rendered instead, correct?

#

do you see any messages/failed requests in your network console?

quick arch
#

So you aren't seeing the modal pop up in order to connect the bank account and are seeing this message rendered instead, correct?
Yes.

#

do you see any messages/failed requests in your network console?
Let me see.

#

OK I see this 400 error in the console, but no response body.

#

Hmm then it sounds like I should be able to see the request failure in the dashboard log. But I don't see it. ๐Ÿค”

#

Or maybe I can provide the setup intent id?

hidden fulcrum
#

Yup that'd be great, thanks

quick arch
#

seti_1LFeuKGK3Gnpfa3OtwXFkuuw

hidden fulcrum
#

I wonder if you need to activate financial connections in order to use this

#

I'm not seeing a confirmation attempt on the SetupIntent which the 400 error would explain

quick arch
#

Interesting. How can I activate financial connections? The flow works in our test/staging environment.

hidden fulcrum
#

Mine is a test account so it is greyed out but you should see an option to enable financial connections

#

I believe in test mode it works without needing to activate it

#

with Live keys, you need to activate it

#

however

#

is your test page live publicly accessible ?
Can I access it?

#

If you look at the failed request in your network tab > response, it should have an error message rendered

quick arch
#

Let me give that a try! ๐Ÿ‘

#

yeah I don't see error message in the response body for that 400 request.

hidden fulcrum
#

yeah that's super weird
I can take a look if the URL is public

quick arch
#

Our test page is behind a feature flag and will need some set up to get you access. Let me try that financial connections thing first!

hidden fulcrum
#

yeah NP! I'm almost certain that activating the financial connections should resolve this

quick arch
#

@hidden fulcrum It works!

#

We didn't need it in test mode tho. Maybe that's skipped?

hybrid cradle
#

Hi there. Taking over for hanzo as they had to step out. You're correct. Test mode doesn't require financial connections to be enabled

quick arch
#

thank you for clarifying!