#Chung-ACH-production
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Just so that I'm on the same page, you're running into this error while testing with a live bank account?
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?
can you check your logs to find the failed request and share the ID (req_xxx) ?
https://dashboard.stripe.com/test/logs
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?
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?
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?
Yup that'd be great, thanks
seti_1LFeuKGK3Gnpfa3OtwXFkuuw
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
Interesting. How can I activate financial connections? The flow works in our test/staging environment.
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
Let me give that a try! ๐
yeah I don't see error message in the response body for that 400 request.
yeah that's super weird
I can take a look if the URL is public
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!
yeah NP! I'm almost certain that activating the financial connections should resolve this
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
thank you for clarifying!