Tax SPI
Testing with Postman
Postman is an API development environment that simplifies running and testing API requests. With Postman, you won’t have to copy and paste data from one endpoint to another.
-
Download and Install Postman
- Download Postman from the Postman Downloads page.
- Install the application on your system by following the setup instructions.
-
Access Tax SPIs
- Visit the Tax SPIs Workspace.
-
Select the Environment
- Choose the “Tax_Provider” environment from the Postman workspace.
-
Configure Environment Variables
- Add the following environment variables:
url
- The base URL of the app.authorization_header
- The value for the authorization header required for API authentication. Refer to the Authorization section to know more about this.
- Add the following environment variables:
Now, you’re ready to interact with Tax SPI endpoints using Postman.