Bank Transactions
Fetch transaction categories
This endpoint returns the nested tree of transaction categories. These categories are derived from the business’s chart of accounts and this list should be used for displaying options in a transaction categorization UI. Layer’s <BankTransactions>
embedded component already uses this endpoint, so if you’re using embedded components, you probably won’t need to use this API endpoint directly..
GET
/
v1
/
businesses
/
{businessId}
/
categories
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch the tree of available categories for