#jonathanburton - portal configuration
1 messages · Page 1 of 1 (latest)
The API docs appear to support that structure, but they don't actually give an example for subscription_update https://stripe.com/docs/api/customer_portal/configurations/create
"products": [{
"product": "prod_LRiAUZ3MwQpWZp",
"prices": {
"0": "price_1KkokJJ4ltnYrfx98VyF16Aa"
}
}]
IIRC you need to add an array layer
you can list multiple product/prices sets
(fixed)
NP!
@lofty light we can chat here about this too:
Is there a way to override the Checkout/Portal branding colors and logo via the API?
Looks like business_profile only supports changes to the headline,privacy_policy, and terms_of_service according to the API docs.
My company is launching have a new product that has it's own branding colors and we'd really like to not have to create a separate Stripe account just to be able to have different branding colors and logo on the Checkout and Portal.
That'd be great
What you're asking in not supported, no. The branding is per account so to have separate branding you would need to create a distinct Stripe account.
That's what I was afraid was likely the case, but thanks for confirming