#Colby S
1 messages ยท Page 1 of 1 (latest)
It depends on what you mean by overriding - if you're using Direct charges (on the connected accounts) then no, there isn't a way for you to use the platform branding in that case
But what are you really trying to do here?
theres a hosted checkout page and instead of having the child branding setting go through like color or logo I want the platform colors to display instead
Are these standard accounts? express? custom?
standard
You could try updating the Account to set it's branding colors (https://stripe.com/docs/api/accounts/update?lang=curl#update_account-settings-branding) - but that will only work if you're the controlling platform for that account
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 we would have to change their (child accounts) branding through the api? but if we have it set in the settings theres no way to toggle it
Yeah if you're using standard accounts with direct charges the ONLY way to influence the branding would be through updating the account settings.
Got it thank you, Is there an issue when uploading images to logo or icons? its only 4 kb and I keep getting errors
We do have size requirements that we call out in the docs (https://stripe.com/docs/api/accounts/update?lang=curl#update_account-settings-branding-icon)
I need to head out, but if you share the specific error you're getting my teammate (synthrider) should be able to help
๐