Skip to main content
Version: 1.7.1

Overview

The Recipient endpoints allow you to add, update, or delete a recipient (payee/employee) to TaxBandits API. Once the recipient is created, Taxbandits will generate RecipientId, a unique identifier that can be used to represent the specific recipient in your API requests.

Recipient 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 recipient.
  • Update - Used to update the details of a recipient.
  • List - Used to get the list of recipients created.
  • Get - Used to obtain the details of a created recipient.
  • Delete - Used to delete a recipient.