API with NestJS #39. Reacting to Stripe events with webhooks
So far, in this series, we’ve interacted with Stripe by sending requests. It was either by requesting the Stripe API directly on the frontend, or the backend. With webhooks, Stripe can communicate with us the other way around. Webhook is a URL in our API that Stripe can request to send us various events such […]