Tax Documentation API

🚧

This page is marked as deprecated, but Taxbit will continue supporting customers currently using these solutions. If you’d like to learn more about upgrading to our new React SDK with enhanced Digital W8/W9 support, reach out to our team today.

Welcome to the TaxBit Tax Documentation API guide. We designed this guide for developers looking to integrate our API into their applications.

The Tax Documentation API follows the general patterns of REST.

Tax Documentation Endpoints

APIMethodResource
Submit Tax Documentation DataPOST/tax-documentation
Retrieve the Latest Tax Documentation DataGET/tax-documentation
Retrieve Tax Documentation Data by IDGET/tax-documentation/{id}
Retrieve Tax Documentation SummaryGET/tax-documentation/summary
Retrieve Tax Documentation StatusGET/tax-documentation-status
Generate Tax Documentation DocumentPOST/tax-documentation/document
Retrieve a Tax Documentation Document by IDGET/tax-documentation/document/{id}

To learn more about these endpoints, continue with the guide or head to the API reference page!