Bank Transactions
List all Bank Transactions
This endpoint lists all bank transactions that have been imported into Layer for a given business.
GET
/
v1
/
businesses
/
{business_id}
/
bank-transactions
Path Parameters
business_id
string
ID of the Business to retrieve bank transactions for.
Query Parameters
categorized
boolean
Filter transactions by categorization status.
true
corresponds to transactions which appear in the “categorized” view of the <BankTransactions>
component.
false
corresponds to transactions which appear in the “To Review” view of the <BankTransactions>
component.
Will include both categorized and uncategorized transactions if not specified.
start_date
ISO8601 timestamp
Filter transactions after this timestamp.
end_date
ISO8601 timestamp
Filter transactions before this timestamp.
category
string
Filter transactions by confirmed category. Uncategorized transactions will not appear.
Response
Returns a list of all Bank Transaction Objects