-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use pending updates while swapping plans #969
Comments
Reminder to self: re-send laravel/docs#6090 when this is resolved. |
Stripe let me know that they'd backlogged a fix for this so pending updates is unfortunately not going to happen atm for Cashier. |
@driesvints |
Unfortunately not... I filtered out the
|
Hey @driesvints Why was this issue closed? The issue still exists when trying to use pending payments on subscription updates? |
It is currently not possible to use pending payments in cashier because of the above mentioned limitation in the Stripe API. We've closed this because we cannot pursue a fix but we'll keep this pinned in the repo. |
Hey @driesvints Thanks for getting back to me. I got this from stripe support which appears to be in their api? https://stripe.com/docs/billing/subscriptions/pending-updates#canceling-changing It just seems that updating subscription itself via api should be fine. The issue regarding tax rates I ran into just like above. Would that not suggest this is an issue with the code structure/the way updates are processed in cashier than a stripe api issue? Apologies if I am misunderstanding what you mean by a stripe api limitation. |
Changing anything to the way stripe recommends will have a significant impact in the way Cashier works. We cannot do that. They need to support deleting subscription items during pending updates. |
Hey @driesvints Thats fair enough. Looks like i need to live through some more pain for the saas im doing haha. Thanks for getting back to me. |
Atm Cashier cannot use pending updates while swapping plans due to a bug in Stripe which prevents pending updates while deleting subscription items.
Reproducable by:
This will delete the old subscription item and create a new one. Deleting subscription items isn't available atm in Stripe. I'm in contact with Stripe and following up.
The text was updated successfully, but these errors were encountered: