#rstocker99
1 messages · Page 1 of 1 (latest)
You probably want the Billing Portal Configuration. You can limit the upgrade product/price https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products-prices then set this up for the Billing Portal
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You make a configuration on the fly, generate a session using that configuration and delete it when you are done?
Well you don't need to delete it but yeah