Skip to main content
Version: 1.7.3

Overview

Add, remove or manage the recipients (vendors, employees, contractors or other payees) you’re filing tax forms for in TaxBandits.

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

Recipient Endpoints:

You can use the following endpoints to manage recipients 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 recipient.
  • Update - Used to update the details of an existing recipient.
  • List - Used to get the list of recipients created in Taxbandits API.
  • Get - Used to obtain the details of a specific recipient created in Taxbandits API.
  • Delete - Used to delete a recipient.