#tak_api-error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291446178235289661
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
tak_api-error
@polar summit this does look like a network/connection issue to me. Can you share the PaymentIntent id? I can look to see if we received the request
Sure, this is in a test environment, though
works the same way in both environments. Right now it looks like a configuration issue on your server
pi_3Q5rirEvg8KUchCC0ZQTtBqq
yeah I looked and that PaymentIntent is not captured. It doesn't look like we ever received your API Request to capture it.
Yes, that is because the capture call is timing out
not really
the call is timing out because our SDKs have a timeout of 80s. And my read is your API request never gets to us, and after 80s our SDK gives up
if the request made it to our server and timed out in our server we would see a log attempting to capture
mm, then it would seem that my function cannot make calls to external services. The VPC might be blocking the request.
yeah that's likely what's happening. Try https://github.com/stripe/stripe-reachability
Let me try and make a GET request to something like https://dummyapi.io/explorer