#sarvesh3742

1 messages · Page 1 of 1 (latest)

narrow axleBOT
#

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.

shy echo
#

Hi, how can I help?

long eagle
#

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?

shy echo
#

Could you please share the Event ID evt_xxx?

long eagle
#

"id": "evt_1OYkgOHbAvQl6CwuglhwQLOU",

"livemode": false,
"pending_webhooks": 5,
"type": "invoice.paid"

#

One other
"id": "evt_1OYkgOHbAvQl6CwujiKuO7hx",
"pending_webhooks": 3,
"type": "customer.subscription.updated"

shy echo
#

Where do you see this exactly?

long eagle
#

in webhook request data.

shy echo
long eagle
#

so how to response back to make/tell stripe as it is successfully reached and updated to our server?

shy echo
#

You might want to remove webhook endpoints that are no longer active.

long eagle
#

ok