#bilalsaeedalam
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
Basically my employer has it's productions Stripe account. So i need to request him to get this ID. Is it possible to check with these logs?
I'd guess there'll be no logs as it seems like your server can't even reach our API. I'd recommend running the script here on your server and sharing the results: https://github.com/stripe/stripe-reachability
Alright, i will check it and then let you know. Thank you
One more thing at the same time my server request 3 times to Strip only one get failed.
Additionally make sure that the IP addresses here aren't blocked by your server/firewall: https://stripe.com/docs/ips#ip-addresses
Okay, i will apply all these things, but generally, i have a question if 2 requests are made successfully with the same server same code same logic why not the third one above shared the image? Can you please guide me in this?
Well each request can connect to any one of those IP addresses above that resolve to api.stripe.com. So it could be that your server is having issues connecting to a handful of those IP addresses, and the rest are ok