#rabeatz89

1 messages · Page 1 of 1 (latest)

plain groveBOT
gray dock
hearty mauve
#

Thanks! What is the benefit of using webhooks over API?

gray dock
#

Polling the API is generally not a good idea, it's inefficient and if you do it a lot you can start to hit rate limits. A webhook will push Events from Stripe to your server as they happen, which is a much more optimized way to handle something like this.