#sarvesh3742
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sarvesh3742, 6 days ago, 18 messages
- sarvesh3742, 6 days ago, 43 messages
Hi, how can I help?
Hi
need some help to understand that webhook events "type": "invoice.paid" or "type": "customer.subscription.updated" has "pending_webhooks": 3 propery. What it means?
It will keep sending same subscription info 3 times after some time interval or once is it reached to our server any status with response to send back to Stripe to stop further event requests for same transaction?
Could you please share the Event ID evt_xxx?
"id": "evt_1OYkgOHbAvQl6CwuglhwQLOU",
"livemode": false,
"pending_webhooks": 5,
"type": "invoice.paid"
One other
"id": "evt_1OYkgOHbAvQl6CwujiKuO7hx",
"pending_webhooks": 3,
"type": "customer.subscription.updated"
Where do you see this exactly?
Oh, that's a sum of all the webhook event notifications that haven't gotten a successful response on this webhook endpoint: https://stripe.com/docs/api/events/object#event_object-pending_webhooks
so how to response back to make/tell stripe as it is successfully reached and updated to our server?
You might want to remove webhook endpoints that are no longer active.
Or find any webhook notifications that failed to deliver and retry them: https://dashboard.stripe.com/test/events/evt_1OYm8KHbAvQl6CwuPNweZZwi
ok