#fwang
1 messages · Page 1 of 1 (latest)
Could be a number of things. Recommend reading this list of limitations. Likely it's one of those things: https://stripe.com/docs/customer-management#customer-portal-limitations
ah i see... is there a no-code way to subscribe user to the product?
I saw in the docs that a Payment Link can also create a subscription for a user, does that work for usage based pricing?
Just to clarify, the customer portal isn't for enabling users to create new subscriptions
It's to manage existing ones
But you can use payment links for that: https://stripe.com/docs/billing/subscriptions/usage-based
Oh I see... giving it a read
so at the high level, we'd redirect the user to the Payment Link to subscribe, and then we'd redirect the user to the Customer Portal to manage their subscription.
does that sound right?
got it.. thanks @peak lava!
No problem
@peak lava had a look at the Payment Links. Is it possible to create a link for existing user?
i might be wrong... but the docs seems to suggest that a new Customer and a new Subscription object are returned on success