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.

EventsDescription
tds.206-ab.doneSent when compliance check for section 206AB is complete and moves to the JOBDONE state.
tds.206-ab.failedSent 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

#PANNamePAN Allotment DatePAN-Aadhar Link StatusSpecified person u/s 206AB & 206CCA
1DGXXXXXAYXXH MXXXXI12-06-2018LinkedYes
2CLXXXXXWHXXXH BXXXXXA11-12-2009Not LinkedNo

❗️

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