#designerden
1 messages · Page 1 of 1 (latest)
Hi there, I can only support if you have a direct integration with Stripe. If you have questions related to a 3rd-party plugin, I'd suggest you to reach out to the plugin developer directly.
Yes we do have a direct integration
Are you writing code to communciate with Stripe directly? or you are using a 3rd-party plugin like woocommerce?
I don’t believe we are writing code
We are using stripe as our payment gateway and communicating purchases through woo commerce and also memberpress for membership signups
OK, can you share with me the ID of one of the failed webhook event?
Ok
They all seem to be 503 or 500 errors
Where do I find the id
"evt_3NR4EiAbwjoAQc941ylRD8MP"
Is that correct?
OK. 50x says server error. I means the webhook endpoints was having problems when processing the webhook request from Stripe.
https://dashboard.stripe.com/events/evt_3NR4EiAbwjoAQc941ylRD8MP Based on the log, the first webhook delivery wasn't successful at 2023-07-07 02:17:39 UTC, and the webhook server response was <p>The server is temporarily busy, try again later!</p>
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the first issue began on monday the 5th
The subsequent retry was successful at 2023-07-07 02:17:58 UTC
is there a way to resolve this?
You should check your webhook endpoint and make sure it responds 20x upon receiving a webhook request from Stripe.
how do I do that
Did you implement your webhook endpoint by yourself?
no my devs guy does
Ok, then you should take to you devs and ask them to check the webhook endpoint.
https://stripe.com/docs/webhooks/best-practices#events-and-retries Stripe will retry webhook deliveries up to 3 days.
You are right, the issues are with your webhook endpoints.
https://dashboard.stripe.com/events/evt_3NR4EiAbwjoAQc941ylRD8MP and you can see what your webhook endpoint responded here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
will resetting the API help?
What do you mean by resetting API?
Your webhook endpoint, it's at your side.
ok
How do we reconnect the webhooks