Bank Statement
Documentation for the data schema of the Bill of Lading model.
Bank Statement
Documentation for all fields present in the data schema.
Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".
Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".
Account Holder Name
List of the account holder s names
Accessor: account_holder_names
Value Type: string
Can have multiple values (is a list/array).
Statement Period Start Date
Start date of the statement period
Accessor: statement_period_start_date
Value Type: date
Has a single value.
Statement Period End Date
End date of the statement period
Accessor: statement_period_end_date
Value Type: date
Has a single value.
Statement Date
Date the statement was issued
Accessor: statement_date
Value Type: date
Has a single value.
Beginning Balance
Beginning balance of the statement period
Accessor: beginning_balance
Value Type: number
Has a single value.
Ending Balance
Ending balance of the statement period
Accessor: ending_balance
Value Type: number
Has a single value.
List of Transactions
List of transactions
Accessor: list_of_transactions
Subfields
Date Date of the transaction Accessor:
dateValue Type:dateDescription Description of the transaction Accessor:
descriptionValue Type:stringAmount Amount of the transaction Accessor:
amountValue Type:number
Can have multiple values (is a list/array).
Total Credits
Total credits for the statement period
Accessor: total_credits
Value Type: number
Has a single value.
Total Debits
Total debits for the statement period
Accessor: total_debits
Value Type: number
Has a single value.
Bank Address
Address of the bank
Accessor: bank_address
Subfields
Address The full raw address of the bank as written in the document. Accessor:
addressValue Type:stringStreet The street address. Accessor:
streetValue Type:stringCity The city. Accessor:
cityValue Type:stringState The state or province. Accessor:
stateValue Type:stringPostal Code The postal code. Accessor:
postal_codeValue Type:stringCountry The country. Accessor:
countryValue Type:string
Has a single value.
Daily Balances
List of daily balances.
Accessor: daily_balances
Subfields
Date The date of the daily balance item, returned as an ISO formatted string (yyyy-mm-dd). Accessor:
dateValue Type:dateBalance Amount Signed number representing the value of the balance. Accessor:
balance_amountValue Type:number
Can have multiple values (is a list/array).
Account Holder Address
Address of account holder.
Accessor: account_holder_address
Subfields
Street The street address. Accessor:
streetValue Type:stringCity The city. Accessor:
cityValue Type:stringState The state or province. Accessor:
stateValue Type:stringPostal Code The postal code. Accessor:
postal_codeValue Type:stringCountry The country. Accessor:
countryValue Type:string
Has a single value.
Last updated
Was this helpful?

