#remcomulders

1 messages · Page 1 of 1 (latest)

magic dragonBOT
eternal carbon
#

Hi

I'm getting 504 timeouts when requesting a 'Payment Create'. Anyone knows what this can be?
Did you try to make manual network tests ?

#

Between, you are "'getting 504 timeouts " by requesting Stripe API or your webserver endpoint ?

fast fiber
#

I think it's safe to say it can't reach the api from my server. Everything else works, besides my EC2 cluster. Are you familiar with the security set up for outbound requests?

eternal carbon
#

I think it's safe to say it can't reach the api from my server.
What makes you saying this? did you tried the reachability script I mentioned above ? did you tried a manuel API request and see what is blocking ?

#

Are you familiar with the security set up for outbound requests
Not so much, you should reach out to AWS community/forum, this channel is for Stripe API integration questions

fast fiber
#

Yes, I tried running it via Postman, but I got the same timeout. I'll have a look at those IPs. Thanks for your help so far!

eternal carbon
#

Yes, I tried running it via Postman, but I got the same timeout
So you own API is not responding and not Stripe APIs, as you are calling your own API... double check that you can reach out to your API from external network too.

fast fiber
#

Everything on my API is working and is reachable from apps, websites etc. Only route that's not accesisble is the creating payment intent