-
Stripe offers the ability to create ad-hoc prices through their API. It essentially just creates an archived price on a specified product. You can currently do this just fine with the Stripe SDK but i…
-
Cashier used to fill stripe_plan from product name, which is a readable name and is the same on all environments. However, when subscribing to Stripe’s plan “price”, you get a Stripe generated ID of t…
-
**Describe the bug**
When i update a model the cache is not automatically cleared for that model. I suppose this needs to be done automatically?
**Environment**
- PHP: 7.4
- OS: Ubuntu 20…
-
Currently, there's no way of creating Customer Tax IDs from the user object. This must be done using the Stripe SDK directly
```php
\Stripe\Customer::createTaxId($user->stripe_id, [
'type' => \…
-
I have a custom user model in Laravel. Everything is working as expected, including Cashier. The only problem I'm having is with Stripe's webhook. I'm sure I've configured everything correctly, but I'…
-
- Cashier Version: 12.9
- Laravel Version: 8.0
- PHP Version: 7.4
- Database Driver & Version: MySQL
### Description:
Getting error "You may only specify one of these parameters: allow_promotio…
-
So I am making my first production payment system using stripe in Laravel. I am NOT using the Laravel integrated cashier Stripe functions. Since the Stripe SDK API ones have way more possibilities.
…
-
- Cashier Version: 12.10.0
- Laravel Version: 8.34.0
- PHP Version: 7.4
- Database Driver & Version: MySQL
### Description:
Im not sure if this is a bug or something that is not supported. I …
-
Hey,
Thanks for maintaining this Mollie client.
I'm doing some research about moving existing subscriptions to the Laravel client and I need a bit of advice. It'd be great if you could tell me i…
-
- Cashier Version: 12.11.0
- Laravel Version: 8.34.0
- PHP Version: 7.4.10
- Database Driver & Version: postgres 13.2
### Description:
I'm trying to give the user a 30 free day trial via the fo…