#itaied-checkout
1 messages ยท Page 1 of 1 (latest)
There's a limited amount of customization you can do - if you want to change the logo that's something you'd change in your dashboard settings (https://stripe.com/docs/payments/checkout/customization#branding)
I don't believe adding general text is possible though
Is it possible to add logo dynamically? For example, one customer see logo_1 and another see logo_2
No, there's no way to do that.
The only way to do this would be through connect, where you'd display different logos depending on the Connect account they're purchasing through
Can you elaborate please? I am using Connect. How can I display logos depending on the connected account they are purchasing through?
Does my connected account need to sign to Stripe as well and setup their branding?
Gotcha - so you are using connect, that explains a lot.
What kind of connect accounts are you working with?
@empty shuttle Did you see my question?
yes sorry i was out
We are using express
So with express you'll want to set payment_intent_data.on_behalf_of (see https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-on_behalf_of) - that way we'll use the branding setting from the onnect acocunt
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm heading out now, but if you have follow up questions you can talk to @quasi sapphire
when I'm using on_behalf_of, which logo would be displayed? The platform account right? I would like to display a different logo depending on the connected account.
The missing piece for me is that the connected account never really registered to stripe and they have no dashboard (even in the express dashboard) to configure the logo and name
Hi there ๐ taking over for karbi
Give me a few minutes to get caught up.
Sorry for the delay here. With Express, the branding is Platform by default, so you can't change it to reflect Express account's branding preferences