# SetupAccountInput

Payload for `setupAccount` and `verifyBusinessDetails`.

```
input SetupAccountInput {

  language: String

  business: BusinessDataInput

  representatives: [RepresentativeInput!]

  iban: String

  billingPlan: BillingPlans

  userNote: String

  identity: IdentityInput

}
```

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

#### [`SetupAccountInput.language`](#language) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#language "Direct link to language")

Preferred dashboard / communications language (BCP-47, e.g. `en`).

#### [`SetupAccountInput.business`](#business) ● [`BusinessDataInput`](https://docs.monei.com/apis/graphql/types/inputs/business-data-input/.md) input[​](#business "Direct link to business")

Business details.

#### [`SetupAccountInput.representatives`](#representatives) ● [`[RepresentativeInput!]`](https://docs.monei.com/apis/graphql/types/inputs/representative-input/.md) list input[​](#representatives "Direct link to representatives")

Legal representatives.

#### [`SetupAccountInput.iban`](#iban) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#iban "Direct link to iban")

IBAN where settlements will be deposited.

#### [`SetupAccountInput.billingPlan`](#billing-plan) ● [`BillingPlans`](https://docs.monei.com/apis/graphql/types/enums/billing-plans/.md) enum[​](#billing-plan "Direct link to billing-plan")

Commercial billing plan.

#### [`SetupAccountInput.userNote`](#user-note) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#user-note "Direct link to user-note")

Free-form note from the merchant.

#### [`SetupAccountInput.identity`](#identity) ● [`IdentityInput`](https://docs.monei.com/apis/graphql/types/inputs/identity-input/.md) input[​](#identity "Direct link to identity")

Account holder identity (used when `representatives` is omitted).

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

[`setupAccount`](https://docs.monei.com/apis/graphql/operations/mutations/setup-account/.md) mutation ● [`verifyBusinessDetails`](https://docs.monei.com/apis/graphql/operations/mutations/verify-business-details/.md) mutation
