Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

stealthadmin's avatar

Stripe Connect with Managed accounts was working. Then connection errors.

I receive the following error:

ApiConnection in CurlClient.php line 234: Could not connect to Stripe (https://api.stripe.com/v1/accounts). Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at [email protected].

(Network error [errno 6]: Could not resolve host: api.stripe.com)

However I am able to CURL the service directly from the server with the command line.. I'm at a loss. This has to be a laravel service issue. Any help is appreciated.

0 likes
5 replies
FinnJensen's avatar

I had the same issue yesterday, same error message. Same error message came when my app tried to connect to mailgun api. Everything worked on my local machine, but not on my forge server. I rebooted the server and everything worked again.

1 like
lexxed's avatar

I am having the same problem.. with laravel, digital ocean and forge..

Please or to participate in this conversation.