cashier-stripe icon indicating copy to clipboard operation
cashier-stripe copied to clipboard

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

Results 6 cashier-stripe issues
Sort by recently updated
recently updated
newest added

These changes are a followup to the guest checkout PR here: https://github.com/laravel/cashier-stripe/pull/1438. These allow for a more richer Checkout experience and a more fluent one. You can now use any...

Hello i found that Cashier currently doesn't work with Embeddable Pricing Tables https://stripe.com/docs/payments/checkout/pricing-table Currently, when the user creates a subscription with pricing tables, Stripe creates a new customer. Customer.subscription.created webhook...

enhancement

Stripe has recently released a new embedded option for Stripe Checkout. Will Cashier be supporting this addition anytime soon? https://embedcheckout.com/ https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout

enhancement

The Cashier Stripe documentation is only explaining how to use the [Stripe UI](https://stripe.com/docs/payments/elements) Card Element, which is now marked as "Legacy". While the new Payment Element is not documented. It...

enhancement

On May 1, 2024, Stripe is changing how cards saved during checkout are going to be made available during checkout for future purchases. It looks like a few new checkout...

enhancement

I believe there's a real need from the community to store the subscription renewal date to display it to users or use for cron jobs. See: #361, #515, #874, #1054,...