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
API | Method | Resource |
---|---|---|
Submit Tax Documentation Data | POST | /tax-documentation |
Retrieve the Latest Tax Documentation Data | GET | /tax-documentation |
Retrieve Tax Documentation Data by ID | GET | /tax-documentation/{id} |
Retrieve Tax Documentation Summary | GET | /tax-documentation/summary |
Retrieve Tax Documentation Status | GET | /tax-documentation-status |
Generate Tax Documentation Document | POST | /tax-documentation/document |
Retrieve a Tax Documentation Document by ID | GET | /tax-documentation/document/{id} |
To learn more about these endpoints, continue with the guide or head to the API reference page!
Updated 5 days ago