# BankAccount

Bank account that receives the merchant's settlements.

```
type BankAccount {

  status: BankAccountStatus!

  iban: String

  currency: String

  ownerName: String

}
```

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

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

Verification status.

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

IBAN of the bank account.

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

Bank account currency as ISO 4217 code.

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

Account holder name as registered with the bank.

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

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