# SettlementEventObject

Settlement snapshot embedded in a `SettlementEvent` (state at the time the event was emitted). Mirrors `AccountSettlement` plus internal lifecycle fields.

```
type SettlementEventObject {

  accountId: ID!

  acquirerFees: Int!

  createdAt: AWSTimestamp!

  grossVolume: Int!

  iban: String

  id: ID!

  legalName: String

  netVolume: Int!

  period: Int!

  payMethod: SettlementPayMethods

  periodEndAt: AWSTimestamp!

  periodStartAt: AWSTimestamp!

  previousNegative: Boolean

  releasedAmount: Int

  reservedAmount: Int

  reservePercent: Int!

  scheduledAt: AWSTimestamp!

  status: SettlementStatus!

  updatedAt: AWSTimestamp!

  storeId: ID

  currency: String

}
```

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

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

Account ID the settlement belongs to.

#### [`SettlementEventObject.acquirerFees`](#acquirer-fees) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#acquirer-fees "Enlace directo al acquirer-fees")

Acquirer/processing fees accrued for the period, in minor units.

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

Statement date of the first transaction aggregated into this settlement, as a unix timestamp (seconds). May be set to `1` on reserve-carry-in batches before any transactions have been processed.

#### [`SettlementEventObject.grossVolume`](#gross-volume) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#gross-volume "Enlace directo al gross-volume")

Gross transaction volume for the period, in minor units.

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

Destination IBAN for the bank transfer.

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

Settlement ID.

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

Legal name of the account holder receiving the transfer.

#### [`SettlementEventObject.netVolume`](#net-volume) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#net-volume "Enlace directo al net-volume")

Amount transferred to the merchant for the period, in minor units. See `AccountSettlement.netVolume`.

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

Settlement period length in days (interval between successive settlements for the account).

#### [`SettlementEventObject.payMethod`](#pay-method) ● [`SettlementPayMethods`](https://docs.monei.com/es/es/apis/graphql/types/enums/settlement-pay-methods/.md) enum[​](#pay-method "Enlace directo al pay-method")

Payment method the batch covers.

#### [`SettlementEventObject.periodEndAt`](#period-end-at) ● [`AWSTimestamp!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#period-end-at "Enlace directo al period-end-at")

End of the settlement period (timestamp of the last transaction included), as a unix timestamp (seconds).

#### [`SettlementEventObject.periodStartAt`](#period-start-at) ● [`AWSTimestamp!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#period-start-at "Enlace directo al period-start-at")

Start of the settlement period (timestamp of the first transaction included), as a unix timestamp (seconds).

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

`true` when the previous cycle closed with a negative balance.

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

Reserve released into this settlement from the previous period, in minor units.

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

Reserve associated with this settlement, in minor units. Sign convention matches `AccountSettlement.reservedAmount`.

#### [`SettlementEventObject.reservePercent`](#reserve-percent) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#reserve-percent "Enlace directo al reserve-percent")

Reserve rate applied to this settlement, as a whole-number percent (0-100). Forced to 0 when `settleGross` is `true` or after a manual reserve release.

#### [`SettlementEventObject.scheduledAt`](#scheduled-at) ● [`AWSTimestamp!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#scheduled-at "Enlace directo al scheduled-at")

Settlement evaluation date as a unix timestamp (seconds). See `AccountSettlement.scheduledAt`.

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

Settlement lifecycle status at the time of the event.

#### [`SettlementEventObject.updatedAt`](#updated-at) ● [`AWSTimestamp!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) non-null scalar[​](#updated-at "Enlace directo al updated-at")

Statement date of the most recent transaction aggregated into this settlement, as a unix timestamp (seconds). May be set to `1` on reserve-carry-in batches before any transactions have been processed.

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

Store ID when the settlement is scoped to a specific store.

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

ISO 4217 currency code of the settlement.

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

[`SettlementEvent`](https://docs.monei.com/es/es/apis/graphql/types/objects/settlement-event/.md) object
