Financial analysis with transaction-level detail (low-level)
In your application, have your user authorize their accounting integration via Merge Link. Merge will begin syncing data from your customer's accounting platform.
You can retrieve a Chart of Accounts from your user's accounting platform with the following endpoints:
- Pull in all Ledger Accounts with
GET /accounts.
- Pull in multi-entity scenarios with GET /companies.
To retrieve all transactions that have affected your customer's ledger, use the following endpoints: GET /journal-entries, invoices, expenses, payments, vendor-credits, credit-notes, transactions.
For references that add context to the transactions, like Classes, Departments, Vendors, and Customers, use GET /tracking-categories, and /contacts.
In your product, sum and categorize the transaction data how you wish.
With the work of analyzing transactions handled, your product can help your users drive more strategic business insights, whether it's runway analysis, budgets, or forecasting revenue.