Max ITC API Reference
ClearTax E-Invoicing has 2 environments:
- 1.Sandbox Environment
- 2.Production Environment
These are ClearTax's sandbox environment details. However, in your IT landscape, you can use it in any of your environments (development, quality/test, demo/pre-production). For all your environments where you want to integrate with ClearTax's production environment, follow the below steps.
For API requests to the sandbox environment, use the below information.
API Type | Hostname | IP |
---|---|---|
Max ITC | https://api-sandbox.clear.in
| 75.2.104.91 AND 99.83.130.139 |
Storage | https://storage.clear.in
| 15.197.207.70 AND 3.33.240.173 |
Please note, the above URL is for API requests only. The corresponding frontend web application URL where you can log in and verify the data is https://app-sandbox.clear.in/max-itc/itc/
Port: 443
TLS Versions Supported: TLS 1.2, TLS 1.1, and TLS 1.0.
For detailed information on how to download the host, intermediate, and root certificates, you can always refer to How to get SSL Certificate. Alternatively, you can also download the certificates directly from the below links.
API Type | Certificate(s) |
---|---|
Max ITC and Storage | wildcard.clear.in.cer go-daddy-intermediate.cer go-daddy-root.cer |
These are ClearTax's production environment details. However, in your IT landscape, you can use it in any of your environments (development, quality/test, demo/pre-production, production). For all your environments where you want to integrate with ClearTax's production environment, follow the below steps.
For API requests to the production environment, use the below information.
API Type | Hostname | IP |
---|---|---|
Max ITC | https://api.clear.in
| 13.248.191.113 AND 76.223.59.133 |
Storage | https://storage.clear.in
| 15.197.207.70 AND 3.33.240.173 |
For implementations done prior to 1st May 2022, the following additional hostnames will have to be whitelisted.
API Type | Hostname |
---|---|
Ingestion | https://ingestionv2-prod.s3.ap-south-1.amazonaws.com |
Matching | https://matching-service-prod.s3.ap-south-1.amazonaws.com
|
Please note that the above URL is for API requests only. The corresponding frontend web application URL where you can log in and verify the data is https://app.clear.in/max-itc/itc/
Port: 443
TLS Versions Supported: TLS 1.2, TLS 1.1, and TLS 1.0.
For detailed information on how to download the host, intermediate, and root certificates, you can always refer to How to get SSL Certificate. Alternatively, you can also download the certificates directly from the below links.
API Type | Certificate(s) |
---|---|
Max ITC and Storage | wildcard.clear.in.cer go-daddy-intermediate.cer go-daddy-root.cer |
For implementations done prior to 1st May 2022, the following SSL certificates may be required and are listed here for reference only.
API Type | Certificate(s) |
---|---|
Max ITC | api.clear.in.cer amazon intermediate.cer amazon root.cer |
Ingestion and Matching | s3.ap-south-1.amazonaws.com.cer |
Last modified 3mo ago