#sks
1 messages · Page 1 of 1 (latest)
Hi there,
When creating a customer portal configuration, you can set the list of eligeable product that the customer can change from their customer portal:
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-features-subscription_update-products
But can I also change branding and other such stuff, so that the customer is aware of which product / SaaS the customer is managing account for.
You can change some informations like headline, privacy_policy_url and terms_of_service_url:
https://stripe.com/docs/api/customer_portal/configurations/create#create_portal_configuration-business_profile
I see
can I have custom subdomains for different SaaS?
Let's say one saas would show it in customer-portal.saas-1.mycompany.com, and so on ?
You can set a custom domain for your account if you are using Stripe Checkout but not by customer:
https://stripe.com/docs/payments/checkout/custom-domains
It says "Custom domains for Checkout aren't available in India at this time."
True
Can you tell me when can i have the custom domain feature in India ?
Sorry, you probably should contact Stripe Support at https://support.stripe.com/contact for that information
Okay, thank you!
When I set the eligible products, does the Invoice history also change according to that?
What, if the same email is used for a different SaaS, which means a different set of products would be shown? So, does that also affect the invoice history? Like can I show only those ones related to which I have passed the eligible products?
Email are not unique by Stripe Customers, you can have multiple customer for the same emails
I see.
But if I implement the no-code portal, and the customer has to manually sign in using the email, what happens if two different stripe customers have the same email? Which one gets logged in?
There is no signin for customer with the portal, they can access the portal using the customer portal link
https://stripe.com/docs/customer-management/activate-no-code-customer-portal#share
Make sure your customers have an email set on them. If there are multiple customers with the same email address, Stripe selects the most recently created customer with that email and an active subscription.