# AccountPayoutTerms

Settlement (payout) terms applied to the account.

```
type AccountPayoutTerms {

  iban: String

  firstPeriod: Int

  period: Int

  reservePercent: Float

  suspended: Boolean

}
```

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

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

#### [`AccountPayoutTerms.firstPeriod`](#first-period) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#first-period "Enlace directo al first-period")

Days between account activation and the first settlement.

#### [`AccountPayoutTerms.period`](#period) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#period "Enlace directo al period")

Days between subsequent settlements.

#### [`AccountPayoutTerms.reservePercent`](#reserve-percent) ● [`Float`](https://docs.monei.com/es/es/apis/graphql/types/scalars/float/.md) scalar[​](#reserve-percent "Enlace directo al reserve-percent")

Percent of each settlement (0-100) withheld as reserve and released with the next settlement.

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

Whether settlements are currently suspended.

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

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