Skip to main content

AccountPayoutTerms

Settlement (payout) terms applied to the account.

type AccountPayoutTerms {
iban: String
firstPeriod: Int
period: Int
reservePercent: Float
suspended: Boolean
}

Fields

AccountPayoutTerms.iban ● String scalar

IBAN where settlements are deposited.

AccountPayoutTerms.firstPeriod ● Int scalar

Days between account activation and the first settlement.

AccountPayoutTerms.period ● Int scalar

Days between subsequent settlements.

AccountPayoutTerms.reservePercent ● Float scalar

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

AccountPayoutTerms.suspended ● Boolean scalar

Whether settlements are currently suspended.

Member Of

Account object