#ron waffle - customer portal
1 messages · Page 1 of 1 (latest)
Yes, you can specify products/prices:
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products
But its's applied to all subscription update features enabled:
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-default_allowed_updates
If you wanted different rules for individual update features, that would only currently be possible with separate sessions.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ah ok thank you