#mgruber
1 messages · Page 1 of 1 (latest)
i don't think that's possible - you can disable updates to the current subscription and only enable updating payment method details, but not hide current subscriptions altogether
Hi Alex,
yeah already doing that. What would be the next close workaround to get that working? Or what do other customers?
there's no workaround that I know of unfortunately, you can reach out to Stripe Support to file a feature request if you'd like to have such a feature https://support.stripe.com/contact/email
Like what about no using the portal anymore? You can build the Elements that you see in the portal into a custom page.
I found this https://stripe.com/docs/payments/elements
is there some ready to use invoice component and ready to use payment info component that i can just plug into my page?
you could build all of that yourself, but we don't have any invoice component - you need to retrieve the invoices (https://stripe.com/docs/api/invoices) and display that. Regarding updating the payment method, you would need to implement the relevant logic on your own as well, although we do have an Element which you can use to collect payment method details, you can refer to https://stripe.com/docs/payments/save-and-reuse
hmm okey thanks, is there any example open source on github ?