curl --request POST \
--url https://api.sandbox.co.in/it/compliance/eri/tax-payers/{tax_payer_id}/itrs/e-verify/otp \
--header 'x-auth-token: <x-auth-token>' \
--header 'x-user-id: <x-user-id>'{
"transaction_id": "f5061a7a-0498-4929-9161-1b307f3233a2",
"code": 200,
"data": {
"messages": [
{
"code": "OTP VALIDATED",
"type": "INFO",
"desc": "OTP VALIDATED"
}
],
"successFlag": true
},
"timestamp": "1752143797442"
}Validate EVC
curl --request POST \
--url https://api.sandbox.co.in/it/compliance/eri/tax-payers/{tax_payer_id}/itrs/e-verify/otp \
--header 'x-auth-token: <x-auth-token>' \
--header 'x-user-id: <x-user-id>'{
"transaction_id": "f5061a7a-0498-4929-9161-1b307f3233a2",
"code": 200,
"data": {
"messages": [
{
"code": "OTP VALIDATED",
"type": "INFO",
"desc": "OTP VALIDATED"
}
],
"successFlag": true
},
"timestamp": "1752143797442"
}Assessment year for which the Income Tax Return is filed (e.g., 2025 for AY 2025ā26). Must be a 4-digit year as prescribed by the Income Tax Department.
Numeric code representing the ITR form type.
Mode of verification selected for the filed ITR.
Acknowledgement number generated after successful submission of the ITR. This identifier is required to update the verification mode of the filed return.
Was this page helpful?