Launched this week
Stripe Webhook Kit for Laravel

Stripe Webhook Kit for Laravel

Idempotent, queue-based Stripe webhooks for Laravel 11

2 followers

Stripe retries your webhooks, which means `invoice.paid` can arrive twice. Two queue workers can grab the same event at the same moment. And a declined card can lock your customer out while Stripe is still retrying the charge. 40 passing tests as proof. You get signature verification over the raw request body, idempotency enforced by a unique database index, queue-based processing with exponential backoff, full Cashier subscription sync, and a configurable grace period for failed payments.

Stripe Webhook Kit for Laravel Reviews

Reviews