Skip to main content
Version: 1.7.3

Overview

Add, remove or manage the businesses (payers or employers) you’re filing tax forms for in TaxBandits.

You can also include the business details directly in the CREATE request of the relevant tax form, instead of adding the business separately.

Business Endpoints:

You can use the following endpoints to manage businesses in TaxBandits API.

To use the following endpoints, you must first call the Auth method to obtain an access token. Include this token in your request header as a Bearer token. Refer to OAuth 2.0 Authentication for details on JWT-based authentication.

  • Create - Used to create a new business.
  • Update - Used to update the details of an existing business.
  • List - Used to get the list of businesses created in Taxbandits API.
  • Get - Used to obtain the details of a specific business created in TaxBandits API.
  • Delete - Used to delete a business.

RequestByUrl:

Instead of adding the business details on your own, you can use this endpoint to let the corresponding payer/employer/client add their details directly in TaxBandits API.