Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

billing laravel stripe
3 Open Issues Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

PHP
#billing#laravel#stripe

AI Summary: This GitHub issue reports a race condition in Laravel Cashier (v15.7.1) where a subscription created with a non-default type can be incorrectly saved as 'default' in the local database. This happens when Stripe's `customer.subscriptions.created` webhook is processed *before* the local application finishes creating the corresponding database record, specifically between the Stripe API call and the local database insertion in `SubscriptionBuilder`.

Complexity: 4/5
help wanted

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

PHP
#billing#laravel#stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

PHP
#billing#laravel#stripe