Bank Accounts
BankAccount
objects represent top-level bank account data from AppFolio®. Skywalk API allows you to obtain the following bank account attributes from AppFolio®.
BankAccount
Object#
The Attributes
appfolioIdstring
AppFolio ID of Bank Account.
Example:
"34"
namestring
Name of Bank Account.
Example:
"Chase Skywalk Account"
bankNamestring
Name of Bank.
Example:
"Chase"
maskedAccountNumberstring
Account number of bank account (masked).
Example:
"*****1234"
maskedRoutingNumberstring
Routing number of bank account (masked).
Example:
"*****0000"
lastReconciliationstring
Date of last reconciliation of bank account.
Example:
"2023/08/01"
More Attributes
corporateboolean
paymentsEnabledStatusstring
hiddenboolean
The BankAccount Object
#
Get All Bank AccountsGET /v1/bank-accounts
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The bank accounts endpoint returns a list of all bank accounts in your AppFolio® account. This endpoint should respond immediately with your most recently cached data.
#
ParametersThis endpoint requires no additional parameters.
#
ReturnsThe standard List Response Format with a data
property containing an array of BankAccount
objects.
GET /v1/bank-account
Response