Get tax overview
Returns high-level tax summary for dashboard display. Each summary field includes a corresponding URL for retrieving itemized breakdowns.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Query Parameters
The tax year (e.g., 2025). Supported years: 2024-2026.
The accounting basis for reporting. Defaults to the business's default reporting basis, or CASH if not set.
ACCRUAL, CASH Whether to project income/expenses for the full year based on year-to-date data. Only applicable for the current year. Defaults to true.
Response
Tax overview for the specified year.
High-level tax summary for dashboard display. Use GET /v1/businesses/{businessId}/tax-estimates/details for itemized breakdowns.
Resource type.
"Tax_Overview"
The tax year for this overview.
2025
Whether pending transactions are excluded from the calculations.
Taxable income estimate to date, in cents.
Total business income, in cents.
Total deductions, in cents.
Total estimated tax liability, in cents.
Next tax deadline in ISO-8601 date format.
"2025-04-15"