#Kerubi-timeout
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 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.
req_8CM36KAx7sgVv0
Im not sure if that's right since memberpress creates 5 api request
Yeah we won't have logs for that failing API request. Is this a persistent issue or intermittent?
a webhook issue
Can you share the evt_xx
So these are two of the failing events
"evt_3LexjhHqvsHvWGmy0NcjL5vr", "evt_1LexjlHqvsHvWGmyNEzwDFXz"
It says "Timed out connecting to remote host"
both of them
Hey! Taking over for my colleague. Let me catch up.
alright
Thanks for sharing the events Id, I see that you have 3 webhook endpoints already set, and Stripe tried to deliver these two event to those three webhooks:
we_1LexIHHqvsHvWGmyPUbGag9X => success
we_1LexIHHqvsHvWGmyyuDCNBof => success
we_1LexFtHqvsHvWGmyVcDZQ10y => timeout
You should investigate your last webhook endpoint which doesn't respond, make sure that it respond quickly with 2xx
would u happen to know why it does that?
for context im using wordpress with memberpress
No much knowledge on wordpress with memberpress sorry
I understand but does it say the cause of error why its timing out?
or its just that
timing out
timeout means that your api doesn't respond, so you need to investigate your API