# AccountPayoutTerms

Settlement (payout) terms applied to the account.

```
type AccountPayoutTerms {

  iban: String

  firstPeriod: Int

  period: Int

  reservePercent: Float

  suspended: Boolean

}
```

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

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

IBAN where settlements are deposited.

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

Days between account activation and the first settlement.

#### [`AccountPayoutTerms.period`](#period) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#period "Direct link to period")

Days between subsequent settlements.

#### [`AccountPayoutTerms.reservePercent`](#reserve-percent) ● [`Float`](https://docs.monei.com/apis/graphql/types/scalars/float/.md) scalar[​](#reserve-percent "Direct link to 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/apis/graphql/types/scalars/boolean/.md) scalar[​](#suspended "Direct link to suspended")

Whether settlements are currently suspended.

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

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