# AccountBrandingInput

Branding update payload.

```
input AccountBrandingInput {

  accentColor: String

  bgColor: String

  logoUrl: String

  iconUrl: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`AccountBrandingInput.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`).

#### [`AccountBrandingInput.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.

#### [`AccountBrandingInput.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.

#### [`AccountBrandingInput.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")

[`UpdateAccountInput`](https://docs.monei.com/apis/graphql/types/inputs/update-account-input/.md) input
