#mgruber

1 messages · Page 1 of 1 (latest)

mint gazelleBOT
worldly iris
#

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

unkempt hull
#

Hi Alex,
yeah already doing that. What would be the next close workaround to get that working? Or what do other customers?

worldly iris
unkempt hull
#

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?

worldly iris
#

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

unkempt hull
#

hmm okey thanks, is there any example open source on github ?