Once you’ve set up your user’s tax profile and income streams, you can easily pull the users tax estimates from the Tight API. As any of your user’s data changes, so too will their tax estimates, in real-time.Documentation Index
Fetch the complete documentation index at: https://docs.tight.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Getting the user’s tax estimates
First, you should retrieve the user’s tax estimates. This endpoint has aperiod URL parameter, which must be one of the following values:
| Value | Use Case |
|---|---|
| ANNUAL_PROJECTED | Projecting taxes for the current year. Especially useful for self-employed / business owners, since they are required to make estimated quarterly tax payments. |
| YTD | Showing the taxes owed based on income/expenses tracked thus far in the year. Useful if you are handling income/expense projections on your end and want to bypass Tight’s projections, or if you want to show your user a rolling tax obligation as opposed to a future projection. |
| LAST_YEAR | Pulling tax estimates for the prior year. Especially useful when the tax filing deadline is approaching (e.g. in April 2022, the user is paying taxes for 2021). |
access_token in the headers: