#neo-subscriptions
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- 4e656f, 1 day ago, 15 messages
Hello! First, Payment Links are reusable, you don't need to create a new one each time.
Backing up a bit, can you tell me what kind of experience you want your customers to have?
I want to understand more about what you want to build so I can point you in the right direction.
So I have 3 different subscription plan. And I want them to be able to upgrade or downgrade.
Okay, the easiest way to do that would be to create three different Payment Links for the three different Subscriptions. That will handle the initial sign up process. You may also want to investigate the Pricing Table: https://stripe.com/docs/no-code/pricing-table
Then, for upgrading and downgrading, you can set up the Customer Portal: https://stripe.com/docs/no-code/customer-portal
That means if the user is already subscribe i can just redirect them to the customer portal to upgrade or downgrade?
Yep!
one more question do you support locale or internationalization? Because my site is in 3 languages.
If yes how do i pass a specific locale to the payment link or customer portal?
neo-subscriptions
Payment Links and Customer Portal automatically detect the location and language of the person using them, so you shouldn't have to do anything extra.
Have a look at the "Localization support" row in this table for the Customer Portal: https://stripe.com/docs/customer-management#customer-portal-features
it detect what they're using in the browser. So even if they use my site in en if they got fr as default. stripe will show fr?
Yes.
dope thanks for the help