# 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 "Direct link to Fields")

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

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

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

Background color (hex) of the hosted payment page.

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

Logo URL displayed on the payment page.

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

Icon URL used as the favicon for the payment page.

### Member Of[​](#member-of "Direct link to Member Of")

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