#nobodylovesm3-portal
1 messages · Page 1 of 1 (latest)
@quaint tusk not when creating a customer no! The plans they see in the portal is set more globally — on https://dashboard.stripe.com/test/settings/billing/portal (under the Products section) ; or you can override it on a session-by-session basis with a Configuration object if desired(https://stripe.com/docs/billing/subscriptions/integrating-customer-portal#customize)
hm, maybe im skipping something - i've added all of my products there
and after creating a customer and then using a session to access this customer's portal, i don't see any products available - it's only if i add a subscription to the specific customer, then i see the rest added plans as well
ah yeah. You can't use the portal to create a new subscription, only to modify existing ones the customer might have.
you'd use Checkout to start the subscription and then once they have one you can use the Portal to manage it. (https://stripe.com/docs/billing/subscriptions/checkout)