#mreilly
1 messages · Page 1 of 1 (latest)
Are your connected accounts here Custom, Express, or Standard?
I am looking in to this, not sure how this works, but there is sometimes a difference based on account type.
Gotcha, I haven't been able to find why the theme wouldn't be passed down like that.
And just to double check that this isn't a browser caching thing, have you checked the portal across different devices or browsers?
I am seeing the same behavior in my testing. Checking in to if there is a fix for this
Also quick question, is there a reason you have the Customer objects on your connected accounts vs on the platform itself?
So it looks like for the Customer Portal, the branding is always determined by what you have on the Custom Account itself. You can set this via the API: https://stripe.com/docs/api/accounts/update?lang=python#update_account-settings-branding
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So basically when you update your branding, you would need to apply that update to the branding of each connected account through the API.