Skip to content
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

[ Server ] Error: Cannot enable subscription updates while payment method update is disabled. #101

Closed
AurelianSpodarec opened this issue Feb 4, 2025 · 2 comments

Comments

@AurelianSpodarec
Copy link

Hi there,

Not sure if its just me, but... on dashboard when I try to "Manage Subscription", I get this:

[ Server ] Error: Cannot enable subscription updates while payment method update is disabled.

And I'm bit confsued by this. I've contacted stripe no logs can be found, seems like this could be an implementation issue from my side.

My database works, useres can register, authenticate, subscribe to a product, but can't manage it - whatever the manage button do.

Anyone mind helping with this please?

@AurelianSpodarec
Copy link
Author

It seems like need to enable payment method via code, not the dashboard:

https://docs.stripe.com/api/customer_portal/configurations/create#create_portal_configuration-features-payment_method_update

And seems like there's a PR for this issue as well: ece666d

@AurelianSpodarec
Copy link
Author

I suppose the issue is if the subscription is cancelled, it does not update the plan:

Current Plan: XYZ

Billed monthly

Even though customer already cancelled. So there's more functionality thats needed than just adding the missing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant