Skip to main content

AccountBalance

Optional. Fetched list of balances only if the withBalance is requested in the query parameters and the consent has been granted.

    balanceType BalanceType (string)

    Possible values: [closingBooked, expected, openingBooked, interimAvailable, interimBooked, forwardAvailable, nonInvoiced]

    balanceAmount

    object

    A single balance element. For showing in transalist will only be used for Booked transactions.

    currency stringrequired

    Possible values: non-empty, Value must match regular expression [A-Z]{3}

    Currency Code.

    amount stringrequired

    Possible values: non-empty

    The amount given with fractional digits, where fractions must be compliant to the currency definition. Up to 14 significant figures. Negative amounts are signed by minus. The decimal separator is a dot.

    creditLimitIncluded booleannullable

    A flag indicating if the credit limit of the corresponding account is included in the calculation of the balance, where applicable.