Skip to main content

AccountPayoutTerms

Settlement (payout) terms applied to the account.

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

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.

AccountPayoutTerms.termsByCurrency ● PayoutTermsByCurrency object

Per-currency overrides. A currency listed here settles to its own IBAN instead of iban.

Member Of

Account object