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

Cannot update payment methods/sources attached to a subscription #267

Open
Tracked by #305
johnpitchko opened this issue Aug 16, 2022 · 6 comments
Open
Tracked by #305
Labels

Comments

@johnpitchko
Copy link

Might be missing something, but looking through the API, I do not see any capability to update or change the payment method or source attached to a subscription. The subscription attributes do not include any payment values.

@stale
Copy link

stale bot commented Oct 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.

@fthobe
Copy link

fthobe commented Jan 10, 2025

Hey @shahmayur001 we should keep a tab on this. It should be tested.

@fthobe
Copy link

fthobe commented Jan 13, 2025

@shahmayur001 is there a lack of implementation on frontend or is not possible at all to change subscription payment methods?

@shahmayur001
Copy link
Contributor

@fthobe Yes, it is possible to change the subscription payment method, An admin can update the payment method or payment source for a subscription directly from the admin panel based on customer's existing payment methods.

image

issue found: The payment source and payment methods are updated but the events of those changes are not getting created.

image

@fthobe
Copy link

fthobe commented Jan 13, 2025

So two separate issues:

  • payment method change is not updated
  • user can't do it in starter frontend

Correct?

@shahmayur001
Copy link
Contributor

@fthobe

  1. Changing the payment method from the customer's existing payment methods is working, but it does not create an event for that action. Like events are generated when a subscription is created or other modifications are made.

  2. It is true that users currently have no way to update their subscription's payment method from the frontend.

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

No branches or pull requests

3 participants