#blusyn
1 messages · Page 1 of 1 (latest)
Hi there!
So if I understand correct, you are not able to make any API request to Stripe and get a StripeConnectionError error?
Correct.
Can you try this: https://github.com/stripe/stripe-reachability
Returned OK
I should clarify, all other Stripe functions work. Eg, we can receive webhooks, and use front-end stripe-js client. Only on backend in stripe-node client, when trying to fetch additional identity information, do we see connection error.
And stripe-rechability on your backend does work?
Yup just ran this, it returned OK: curl_https check
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
What other API endpoints are you using on the backend? Can you, create a Customer for example?
Yes, just confirmed the create customer call works.
So just the identity.verificationSessions.retrieve fails?
Yes. Perhaps because this is the only call using restricted key? Confirmed the IPs are whitelisted.
Please give me a moment.
👋 taking over for my colleague. Let me catch up.
quick question, what was the version you were using a few weeks back when this wasn't an issue for you?
Was on 12.x before. I considered that also. Downgrading didnt seem to resolve.
was it < 12.2?
let me check
ok walking through the changelog for stripe version, I found the issue. A proxy connection was added to Stripe configuration for restricted keys 🤦♂️ . I think this proxy service broke, so suddenly we are seeing errors.
So this was dev error on our side. Apologies for the confusion. Thanks for your help!