Note:

  • This API is for internal purpose and will only be used by clients for callback URL. So there is no URL for this API.
  • Make sure the Name in Signer details should same as the name mentioned in Aadhaar card.

For Successful Operation.


 

Sample Request Body:

{
 "apiusername": "isutest",
 "client_ref_id": "AdOZaGcsQqq38Dk5RA4VU1sMbxTeYXtAEPbcobapuu9MhGij",
 "name": "Roshan Das",
 "place": "Bhubaneswar",
 "reason": "Official",
 "transID": "ESIGN20250113165003144",
 "filename": "276368.pdf",
 "status": "SUCCESS",
 "statusCode": 0,
 "statusDesc": "SIGN SUCCESS",
 "downloadURL": 
"https://services.iserveu.online/isu/esign/downloadFile?transID=e59a920ad39179f876c33083d9182215:ba95
7bba8e0c1ced8d94b3422751366da908bad7b9ec405faa0d7283c59f8501",
 "createdDate": "2025-01-13 16:50:03",
 "updatedDate": "2025-01-13 16:51:08"
}

Sample Response Body:

{
 "status": "SUCCESS",
 "statusCode": 0,
 "statusDesc": "DATA RECEIVED SUCCESSFULLY!!",
 "data": {}
}

 

For Failed Operation.


 

Sample Request Body:

{
 "apiusername": "isutest",
 "client_ref_id": "AdOZaGcsQqq38Dk5RA4VU1sMbxTeYXtAEPbcobapuu9MhGij",
 "name": "Roshan Das",
 "place": "Bhubaneswar",
 "reason": "Official",
 "transID": "ESIGN20250113171754987",
 "filename": "tickets.pdf",
 "status": "FAILED",
 "statusCode": 1,
 "statusDesc": "User terminated eKYC process",
 "createdDate": "2025-01-13 17:17:54",
 "updatedDate": "2025-01-13 17:18:06"
}

Sample Response Body:

{
 "status": "SUCCESS",
 "statusCode": 0,
 "statusDesc": "DATA RECEIVED SUCCESSFULLY!!",
 "data": {}
}