#Emer-customerBillingPortal
1 messages · Page 1 of 1 (latest)
Hi Emer, the purpose of the customer billing portal is to let your customers manage the subscription (i.e., upgrade to another plan).
What do you mean by create different pricing plan on the fly ? To my best knowledge only Stripe user can create prices/products. Maybe you want to elaborate more?
So if i want to update my subscription lets say from monthly to yearly I have to make that priceID available in the customer billing portal settings on stripe dashboard.
But i am not using stripe dashboard to create prices for products, rather using prices api
so lets say for a user in india, i want to show him to show him an yearly plan if he wants to upgrade from his monthly plan, how can i do that ?
the products added here are listed from dashboard, i want to create this using api
please let me know if a video call is required to further clarify this
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 can create a portal session, and pass in a configuration object that includes price IDs for the product that a subscription can be updated to
Thanks !