#gisho_02527
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.
- gisho-prebilling, 4 days ago, 4 messages
When you say "trigger a webhook" what do you mean?
When you setup a webhook endpoint in the dashboard or API to listen for a specific event, anytime one of those events occurs it automatically gets sent to your endpoint.
So we want to send emails on our app
when a subscriptions is charged
Can I use a webhook to listen to that condition as an event
That's where you're route is set up to listen for events. So if you define a /webhooks route in your code, you'd expect to be able to send webhooks to www.somewebsite.com/webhooks
okay perfect thanks!
which event exactly
indicates when a subscription sucessfully renews
or is created
indicating the payment was successfull as well
You need to read this doc: https://stripe.com/docs/billing/subscriptions/webhooks
All those questions have well-documented answers