#Vatsal
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
thank you
update subscription of a particular product
Just to clarify, you mean you want to allow updating only specific Subscriptions?
yes
that will be based on type of customer that I can provide from the website
👋 stepping in
can we make this subscription settings dynamic ?
that should be based on a particular type of customer
If you want the Customer Portal Sessions to be dynamic then you want to use the API to actually generate Portal Configurations: https://stripe.com/docs/api/customer_portal/configurations/create
See https://stripe.com/docs/customer-management/integrate-customer-portal which talks about how to integrate with the API
how can I do the settings which I mentioned above
and integrate with .net core
MVC website
features.subscription_update.products.product
REQUIRED
The product id.
how to pass this in parameter
and where
Are you asking how to actually write this code in .NET? Or are you asking what a Product ID is?
asking how to actually write this code in .NET?
and pass that parameter of product ID
I have idea about product ID
The Product ID is returned to you when you create a Product which can be done via the Dashboard or via the API (https://stripe.com/docs/api/products). I can't write the code for you -- if you aren't familiar with how to do that then I recommend hiring a developer.
okay thank you