Toolkit Application Programming Interface (API)

The toolkit can also be provided as REST API’s exposed by docker container. It will be supported on Linux using Docker based container hosting.

Toolkit Initialize API

Toolkit needs to be Initialized prior to use any of its features and functionalities. This is the first API to be called in the toolkit.

Read more

Toolkit token API

This API supports authenticating the taxpayers POS systems to facilitate the submission of receipts through the POS.

Read more

Toolkit refresh cache API

Api will refresh all the local cached lookups.

Read more

Toolkit UUID API

API will generate hash formatted UUID to receipt/return receipt.

Read more

Toolkit QR code API

API will generate QR code to receipt/return receipt.

Read more

Issue receipt API

API accepts the receipt/return receipt information in JSON format to validate and store it locally.

Read more

Get export receipts API

API will be useful to export the receipts which were issued and stored locally, ater exported receipts can be uploaded through the invoicing portal for later submission.

Read more

Batch submission API

It will be useful to the taxpayers to submit their offline stored receipts through the external submission receiver API.

Read more

Sync submission API

API will fetch & sync the receipt status which are submitted before.

Read more

Search Receipts API

This API will allow to search the data from local store.

Read more