#nimiye
1 messages · Page 1 of 1 (latest)
Referring to these docs - https://stripe.com/docs/connect/creating-a-payments-page?platform=web&ui=checkout#branding
And this page in the dashboard - "Apply platform branding" - https://dashboard.stripe.com/settings/connect
When performing destination charges, Checkout uses the brand settings of the platform account. For direct charges, and destination charges with
on_behalf_of, Checkout uses the brand settings of the connected account.
So since you're using destination payments you can choose between using your platform's branding, or your connect account's branding. If you want to use your connect account's branding, then you'd use theon_behalf_ofattribute on your destination charges, and set branding on the Connect Account
Okay so when I'm creating the connected account, I'd need to pass through the brand settings? The dashboard setting is the thing that's causing confusion.
Correct. You would pass in the branding setting and make sure that you're using on_behalf_of