# Financial V1 endpoints (`/f/finance/...`) for retrieving sales and financial data. For the newer V2 versions of these endpoints see FinancialV2 ### V1 behaviour - **Sorting**: No guaranteed sorting order; internal transformations may alter order unpredictably - **Transitory Accounts / Unsettled Sales**: Returns closed transactions only - **Pagination**: `pageSize` max of 1000. Uses HATEOAS `_links` with `self` and `nextPage` URLs - **Daily endpoints** (`getDailyFinancials`): No pagination, no hard cap on results. May have slower response times for larger data sets - **Backoffice transactions**: Historical dating supported. Transactions will be dated to a past date if the action impacts past reports. Can query transactions by original business date - **Backoffice modifications** (payment method change and canceling): Modifications appear on the original transaction date ## Operations - [Get Businesses](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetbusinesses.md) - [Get Tax Rates](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigettaxrates.md) - [Get Payment Methods](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetpaymentmethods.md) - [Get Accounting Groups](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetaccountinggroups.md) - [Get Financials](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetfinancials.md) - [Get Daily Financials](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetdailyfinancials.md) - [Get Receipt by External Reference](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetreceiptbyexternalreference.md) - [Get Aggregated Sales](https://api-docs.lsk.lightspeed.app/operation/operation-financial-apigetaggregatedsales.md) [Powered by Bump.sh](https://bump.sh)