#B2
1 messages · Page 1 of 1 (latest)
👋 happy to help
let me know if you need any more help
Thank you. Looking at this.
Also, is there an example app that does this from the github repo?
https://github.com/stripe/stripe-apps/
this app does it I believe : https://github.com/stripe/stripe-apps/tree/main/examples/install-webhooks
e.g.
in https://github.com/stripe/stripe-apps/blob/main/examples/install-webhooks/backend/node/index.js#L15-L19 it has a Connect-based webhook.
Thanks.
The code up there handles the web hook events when it gets sent to the backend.
How does it get setup? Does Stripe automatically send all events to connected stripe apps? Or I need to add/subscribe to the events my apps needs?
have you read the docs at https://stripe.com/docs/connect/webhooks ? they describe how that aspect works