#nel117
1 messages · Page 1 of 1 (latest)
hard to say, that is just a generic network error. I'd try asking your hosting provider if they're aware of any issues on their egress side
It seems to be internal to your system because this message is from you (which means I assume that networking between us and you is fine)
as the error message says, if you think it's consistent you should write to https://support.stripe.com/?contact=true with details of exact UTC timestamps of when you get errors, the exact API call and endpoint being called, the IP of your server, any anything else, so we could look
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
that's not accurate. The error message comes from our library(installed on your server) and is jsut saying that it couldn't make an network connection. That doesn't mean it's an error inside our system
it's quite likely the request never even reached Stripe's servers
I'd also turn on atuomatic retries https://github.com/stripe/stripe-php#configuring-automatic-retries
Oh yes, definitely, thank you very much.