# Account

Merchant account.

```
type Account {

  id: ID!

  externalId: String

  masterAccountId: ID

  name: String

  paymentMethods: AccountPaymentMethods @deprecated

  publicBusinessDetails: AccountPublicBusinessDetails

  branding: AccountBranding

  defaultCurrency: Currencies @deprecated

  test: Boolean

  blocked: Boolean

  status: AccountStatus!

  reason: String @deprecated

  timezone: String

  adminEmail: String

  apiKey: String

  customDomain: String

  customDomainConfig: CustomDomainConfig

  payoutTerms: AccountPayoutTerms

  business: BusinessData

  representatives: [Representative!]

  iban: String

  bankAccount: BankAccount

  language: String

  tokenizationMethods: AccountTokenizationMethods

  notifications: AccountNotifications

  billingPlan: BillingPlans

  contract: AccountContract

  referralCode: String

  promoCode: String

  allowCreateApiKey: Boolean

  previewFeatures: [String!]

  notConfiguredReason: NotConfiguredReason @deprecated

  notConfiguredNote: String @deprecated

  userNote: String

  createdAt: String!

  approvedAt: String

  updatedAt: String

  rejectedReason: RejectedReason @deprecated

  rejectedNote: String @deprecated

  statusReason: StatusReason

  statusNote: String

  fraudDetectorThreshold: Int

  fraudDetectorEnabled: Boolean

}
```

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

#### [`Account.id`](#id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Enlace directo al id")

Account ID.

#### [`Account.externalId`](#external-id) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#external-id "Enlace directo al external-id")

Partner-assigned external ID for sub-accounts of a master account.

#### [`Account.masterAccountId`](#master-account-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#master-account-id "Enlace directo al master-account-id")

Master account ID when this account is a sub-account.

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

Internal account name (not shown to customers).

#### [`Account.paymentMethods`](#payment-methods) ● [`AccountPaymentMethods`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-payment-methods/.md) deprecated object[​](#payment-methods "Enlace directo al payment-methods")

DEPRECATED

Not used.

#### [`Account.publicBusinessDetails`](#public-business-details) ● [`AccountPublicBusinessDetails`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-public-business-details/.md) object[​](#public-business-details "Enlace directo al public-business-details")

Public business information shown to customers.

#### [`Account.branding`](#branding) ● [`AccountBranding`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-branding/.md) object[​](#branding "Enlace directo al branding")

Visual branding applied to customer-facing surfaces.

#### [`Account.defaultCurrency`](#default-currency) ● [`Currencies`](https://docs.monei.com/es/es/apis/graphql/types/enums/currencies/.md) deprecated enum[​](#default-currency "Enlace directo al default-currency")

DEPRECATED

Not used.

#### [`Account.test`](#test) ● [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#test "Enlace directo al test")

Whether this is a test account.

#### [`Account.blocked`](#blocked) ● [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#blocked "Enlace directo al blocked")

Whether the account is blocked from processing payments.

#### [`Account.status`](#status) ● [`AccountStatus!`](https://docs.monei.com/es/es/apis/graphql/types/enums/account-status/.md) non-null enum[​](#status "Enlace directo al status")

Lifecycle status.

#### [`Account.reason`](#reason) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) deprecated scalar[​](#reason "Enlace directo al reason")

DEPRECATED

Use `statusReason`.

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

Default IANA timezone (e.g. `Europe/Madrid`).

#### [`Account.adminEmail`](#admin-email) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#admin-email "Enlace directo al admin-email")

Primary admin email.

#### [`Account.apiKey`](#api-key) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#api-key "Enlace directo al api-key")

API key used to authenticate REST and GraphQL requests for this account.

#### [`Account.customDomain`](#custom-domain) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#custom-domain "Enlace directo al custom-domain")

Custom domain serving the hosted payment page.

#### [`Account.customDomainConfig`](#custom-domain-config) ● [`CustomDomainConfig`](https://docs.monei.com/es/es/apis/graphql/types/objects/custom-domain-config/.md) object[​](#custom-domain-config "Enlace directo al custom-domain-config")

Custom domain DNS and certificate state.

#### [`Account.payoutTerms`](#payout-terms) ● [`AccountPayoutTerms`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-payout-terms/.md) object[​](#payout-terms "Enlace directo al payout-terms")

Settlement (payout) terms.

#### [`Account.business`](#business) ● [`BusinessData`](https://docs.monei.com/es/es/apis/graphql/types/objects/business-data/.md) object[​](#business "Enlace directo al business")

Legal and operational details of the business.

#### [`Account.representatives`](#representatives) ● [`[Representative!]`](https://docs.monei.com/es/es/apis/graphql/types/objects/representative/.md) list object[​](#representatives "Enlace directo al representatives")

Legal representatives and beneficial owners.

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

IBAN where settlements are deposited.

#### [`Account.bankAccount`](#bank-account) ● [`BankAccount`](https://docs.monei.com/es/es/apis/graphql/types/objects/bank-account/.md) object[​](#bank-account "Enlace directo al bank-account")

Settlement bank account verification details.

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

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

#### [`Account.tokenizationMethods`](#tokenization-methods) ● [`AccountTokenizationMethods`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-tokenization-methods/.md) object[​](#tokenization-methods "Enlace directo al tokenization-methods")

Tokenization wallets configured for the account.

#### [`Account.notifications`](#notifications) ● [`AccountNotifications`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-notifications/.md) object[​](#notifications "Enlace directo al notifications")

Email notification preferences.

#### [`Account.billingPlan`](#billing-plan) ● [`BillingPlans`](https://docs.monei.com/es/es/apis/graphql/types/enums/billing-plans/.md) enum[​](#billing-plan "Enlace directo al billing-plan")

Commercial billing plan.

#### [`Account.contract`](#contract) ● [`AccountContract`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-contract/.md) object[​](#contract "Enlace directo al contract")

MONEI services contract envelope.

#### [`Account.referralCode`](#referral-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#referral-code "Enlace directo al referral-code")

Referral code shared by this merchant to invite others.

#### [`Account.promoCode`](#promo-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#promo-code "Enlace directo al promo-code")

Promo code applied to this account at signup.

#### [`Account.allowCreateApiKey`](#allow-create-api-key) ● [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#allow-create-api-key "Enlace directo al allow-create-api-key")

Whether the merchant is allowed to create new API keys.

#### [`Account.previewFeatures`](#preview-features) ● [`[String!]`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) list scalar[​](#preview-features "Enlace directo al preview-features")

Preview feature flags enabled for this account.

#### [`Account.notConfiguredReason`](#not-configured-reason) ● [`NotConfiguredReason`](https://docs.monei.com/es/es/apis/graphql/types/enums/not-configured-reason/.md) deprecated enum[​](#not-configured-reason "Enlace directo al not-configured-reason")

DEPRECATED

Use `statusReason`.

#### [`Account.notConfiguredNote`](#not-configured-note) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) deprecated scalar[​](#not-configured-note "Enlace directo al not-configured-note")

DEPRECATED

Use `statusNote`.

#### [`Account.userNote`](#user-note) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#user-note "Enlace directo al user-note")

Free-form note provided by the merchant during onboarding.

#### [`Account.createdAt`](#created-at) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#created-at "Enlace directo al created-at")

Account creation date (ISO 8601).

#### [`Account.approvedAt`](#approved-at) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#approved-at "Enlace directo al approved-at")

Date the account was approved by compliance (ISO 8601).

#### [`Account.updatedAt`](#updated-at) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#updated-at "Enlace directo al updated-at")

Date the account was last updated (ISO 8601).

#### [`Account.rejectedReason`](#rejected-reason) ● [`RejectedReason`](https://docs.monei.com/es/es/apis/graphql/types/enums/rejected-reason/.md) deprecated enum[​](#rejected-reason "Enlace directo al rejected-reason")

DEPRECATED

Use `statusReason`.

#### [`Account.rejectedNote`](#rejected-note) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) deprecated scalar[​](#rejected-note "Enlace directo al rejected-note")

DEPRECATED

Use `statusNote`.

#### [`Account.statusReason`](#status-reason) ● [`StatusReason`](https://docs.monei.com/es/es/apis/graphql/types/enums/status-reason/.md) enum[​](#status-reason "Enlace directo al status-reason")

Reason for the current `status`.

#### [`Account.statusNote`](#status-note) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#status-note "Enlace directo al status-note")

Free-form note about the current `status`.

#### [`Account.fraudDetectorThreshold`](#fraud-detector-threshold) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#fraud-detector-threshold "Enlace directo al fraud-detector-threshold")

Fraud-detector score threshold (0-1000). Card payments scoring above this value are declined. `0` is lowest risk, `1000` highest.

#### [`Account.fraudDetectorEnabled`](#fraud-detector-enabled) ● [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#fraud-detector-enabled "Enlace directo al fraud-detector-enabled")

Whether the fraud detector is enabled for the account.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`account`](https://docs.monei.com/es/es/apis/graphql/operations/queries/account/.md) query ● [`connectMasterAccount`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/connect-master-account/.md) mutation ● [`disableCustomDomain`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/disable-custom-domain/.md) mutation ● [`disableTokenizationMethod`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/disable-tokenization-method/.md) mutation ● [`disconnectMasterAccount`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/disconnect-master-account/.md) mutation ● [`enableCustomDomain`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/enable-custom-domain/.md) mutation ● [`enableTokenizationMethod`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/enable-tokenization-method/.md) mutation ● [`requestAccountReview`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/request-account-review/.md) mutation ● [`setupAccount`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/setup-account/.md) mutation ● [`startCompanyLookup`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/start-company-lookup/.md) mutation ● [`updateAccount`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/update-account/.md) mutation ● [`verifyBusinessDetails`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/verify-business-details/.md) mutation ● [`verifyCustomDomain`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/verify-custom-domain/.md) mutation
