# AccountBranding

Visual branding applied to the hosted payment page and customer-facing surfaces.

```
type AccountBranding {

  accentColor: String

  bgColor: String

  logoUrl: String

  iconUrl: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`AccountBranding.accentColor`](#accent-color) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#accent-color "Enlace directo al accent-color")

Accent color (hex, e.g. `#0066FF`) used for buttons and highlights.

#### [`AccountBranding.bgColor`](#bg-color) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#bg-color "Enlace directo al bg-color")

Background color (hex) of the hosted payment page.

#### [`AccountBranding.logoUrl`](#logo-url) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#logo-url "Enlace directo al logo-url")

Logo URL displayed on the payment page.

#### [`AccountBranding.iconUrl`](#icon-url) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#icon-url "Enlace directo al icon-url")

Icon URL used as the favicon for the payment page.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`Account`](https://docs.monei.com/es/es/apis/graphql/types/objects/account/.md) object
