Bank Account Activity
BankAccountActivity
objects represent the individual line-items in a bank account activity report. Skywalk API allows you to obtain the following attributes from a Bank Account Activity report:
BankAccountActivity
Object#
The Attributes
rowIdinteger
Line number of entry in the tenant ledger.
Example:
1
creditstring
Credit amount for entry
Example:
null
debitstring
Debut amount for entry.
Example:
"11,098.99"
balancestring
Running balance of bank account including this row.
Example:
"14,509.99"
transactionTypestring
Type of transaction.
Example:
"Deposit"
datestring
Date of enty.
Example:
"10/08/2021"
descriptionstring
Description of entry.
Example:
null
referencestring
Reference of entry.
Example:
"Automatic ACH Deposit"
payeeNamestring
Name of Payee.
Example:
null
The BankAccountActivity Object
#
Get Tenant LedgerGET /v1/bank-account-activity?bankAccountId=<bankAccountId>
GET /v1/tenant-ledger
Response