Skip to main content
Version: 1.7.3

Overview

The Business endpoints allow you to add, update, or delete a business (payer/employer) to TaxBandits API. Once the business is created, Taxbandits will generate BusinessId, a unique identifier that can be used to represent the specific business in your API requests. You can also provide your own unique identifier for the business (PayerRef) in your Create request.

Business Endpoints:

note

In order to use the following endpoints, you must call the Auth method to get the access token. This access token must be supplied in the request header as the ‘Bearer‘ token. Refer to OAuth 2.0 Authentication for more information on JWT authentication.

  • Create - Used to create a new business.
  • Update - Used to update the details of a business.
  • List - Used to get the list of businesses created.
  • Get - Used to obtain the details of a created business.
  • Delete - Used to delete a business.

RequestByUrl:

Instead of creating the business by yourself, you can have the respective payer/employer submit the details on their own for 1099 filing using the RequestByUrl method.

Using this endpoint, you can obtain a secure URL that can be embedded as an iframe on your software or portal. Upon clicking the URL, the payer/employer can complete their information by themselves. You can configure the ‘Business Complete’ webhook to get notified once the payer/employer submits the details.