#eziegenbalg
1 messages ยท Page 1 of 1 (latest)
Hi ๐ yes, you set up a webhook endpoint and subscribe it to receive Events that we generate based on specific triggers within your account:
https://stripe.com/docs/webhooks
This guide helps talk through some of the Event types that relate to subscription lifecycles:
https://stripe.com/docs/billing/subscriptions/webhooks
Also, it's worth noting that we (Stripe) do have and enforce API rate limits:
https://stripe.com/docs/rate-limits
So solutions that poll our API need to be careful not to exceed those limits.
thank you mr meseeks (toby) ๐