Skip to main content

Verification Info

The following documentation explains how to integrate with the Transaction Verification Information API. This API is used to retrieve information about a specific verification in a transaction.

API Endpoint

Endpoint URL: GET https://api.trential.dev/verification/api/1.0/transactions/:verificationName/info?orgId={orgId}&txnId={txnId}

Try it out

Request

To retrieve verification information, send a GET request to the above endpoint with the required query parameters.

Response

If the data is valid, the response will be as follows:

{
"code": 0,
"message": "Success",
"data": {
"code": 0,
"message": "Success",
"data": [
{
"name": "bgv-degree",
"state": "COMPLETED",
"note": "Success",
"request": {
"id": "35278453",
"data": {
"transactionId": "65aa28302006fdff6f668495",
"nameAsPerDocument": "XXXXXXX",
"issueDate": "xxx-xx-xx",
"registrationNumber": "xxxx",
"level": "GRADUATE",
"nameOfInstitute": "xxxx",
"documentList": [
{
"url": "xxxxx",
"label": "10th Marksheet"
}
]
}
},
"responseList": [
{
"requestId": 25353,
"data": {
"created": 1707835804000,
"dataSufficiencyDate": 235523523,
"completedDate": 32423423,
"requestId": 25523535,
"eduvReport": {
"files": [
{
"id": "2c9f99248db1754a018db24440720858",
"fileType": "PDF",
"fileName": "Verified Copy",
"side": "Front",
"servingUrl": "xxxxxxx"
},
{
"id": "2c9f972d8db1058e018db248e5281013",
"fileType": "PDF",
"fileName": "file",
"side": "Other",
"servingUrl": "xxxxxx"
}
],
"pdfServingUrl": "xxxxxx",
"registrationNumber": "xxx",
"courseName": "B.Tech.",
"fieldOfStudy": "Mechanical Engineering",
"educationLevel": "GRADUATE",
"durationInMonths": 48,
"yearOfPassing": 2018,
"grade": "Pass",
"nameOfInstitute": "xxxxx",
"nameOfBoardUniversity": "xxxx",
"courseResult": "Passed",
"remarks": null,
"respondentName": "INFORMATION VERIFIED ONLINE",
"respondentDesignation": "INFORMATION VERIFIED ONLINE",
"respondentEmail": "INFORMATION VERIFIED ONLINE",
"respondentPhone": null,
"receipt": null,
"result": "Success",
"reason": "Success"
},
"state": "Completed",
"educationDetailDocument": {
"id": 13215434,
"nameAsPerDocument": "cxxxx",
"level": "GRADUATE",
"registrationNumber": "xxxx",
"issueDate": 13215434,
"nameOfInstitute": "Ixxxx",
"nameOfBoardUniversity": "Indian Institute of Technology, Kanpur",
"yearOfPassing": 2018,
"degree": "B.Tech.",
"fieldOfStudy": "Mechanical Engineering",
"durationInMonths": 48,
"grade": "Pass",
"files": [
{
"id": "2c9f8e108dab89d4018dac6eb82a10e3",
"fileType": "PDF",
"fileName": "Educational Certificate",
"side": "Other",
"servingUrl": "xxxxxx"
},
{
"id": "2c9f94c58da226c7018da2f249b2083e",
"fileType": "PDF",
"fileName": "file",
"side": "Other",
"servingUrl": "xxxxxx"
}
]
}
},
"credDefId": "VAzwPLN9qQDgtKbQiAiHJs:3:CL:6339:bgv-degree"
}
],
"mode": "manual",
"subType": "b8017572-06b6-46d5-8155-a36006f75f23"
}
]
}
}