Postback Sample Payload - Compliance Check for Section 206AB & CCA
Postback Event & Response
Following is the list of currently available postback events for Compliance Check for section 206AB.
Events | Description |
---|---|
tds.206-ab.done | Sent when compliance check for section 206AB is complete and moves to the JOBDONE state. |
tds.206-ab.failed | Sent when the job moves to the JOBFAILED state. |
Event - it.compliance.portal.tds.206-ab.failed
{
"@entity": "event",
"name": "tds.206-ab.failed",
"group": "tds",
"email": "[email protected]",
"payload": {
"job_id": "e3773bb6-0cd1-44e9-bae4-884ba20d61a9",
"status": "JOBFAILED"
},
"timestamp": 1643640278863
}
Event - it.compliance.portal.tds.206-ab.completed
{
"@entity": "event",
"name": "tds.206-ab.completed",
"group": "tds",
"email": "[email protected]",
"payload": {
"job_id": "e3773bb6-0cd1-44e9-bae4-884ba20d61a9",
"status": "JOBDONE",
"signed_url" : "https//..."
},
"timestamp": 1643640278863
}
Format of Excel Sheet Obtained using Signed URL
# | PAN | Name | PAN Allotment Date | PAN-Aadhar Link Status | Specified person u/s 206AB & 206CCA |
---|---|---|---|---|---|
1 | DGXXXXXA | YXXH MXXXXI | 12-06-2018 | Linked | Yes |
2 | CLXXXXXW | HXXXH BXXXXXA | 11-12-2009 | Not Linked | No |
Avoid Malicious Callbacks
We recommend that you set your
secret
when configuring Postbacks to avoid such dangers and to validate your payload using signature. Click here to learn more
Updated about 1 month ago