Transaction Info
GET/verification/api/1.0/transactions/info
Transaction Info
Request
Query Parameters
orgId stringrequired
Your organisation ID
Example: 65940bdb9b271d7e123a90cc
txnId stringrequired
The transaction ID
Example: 664758ec4c1572facafdafa0
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Success
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
{
"code": 0,
"message": "Success",
"data": {
"_id": "65aa28302006fdff6f668495",
"candidate": {
"id": "65a7a2100404dddbf579fdf8",
"email": "xxxx",
"mobile": "+91-7755058011",
"profileDetails": {
"fatherName": "xxxxx",
"professionList": [
"Other"
],
"educationLevel": "",
"address": {
"line1": "xxx, Sector xx",
"line2": "",
"locality": "xxxxx",
"landmark": "",
"vtc": "xxx",
"district": "Gurgaon",
"state": "xxx",
"pincode": "xxxxxx",
"country": "India"
},
"gender": "Male",
"dob": "xxxx-06-03",
"name": "XXXXXXX"
}
},
"verifierName": "Trential",
"verifierImageUrl": "https://storage.googleapis.com/trential-organizations-images-prod/6476d039435ee0a5176b0600",
"insufficiency": false,
"verificationList": [
{
"name": "bgv-degree",
"state": "COMPLETED",
"consentMessage": "xx",
"skipAllowed": false,
"markedAsSkip": false,
"marksheetRequired": false,
"category": {
"id": "656d61faced2eb5819b9a628",
"name": "Education"
}
},
{
"name": "bgv-employment",
"state": "COMPLETED",
"consentMessage": "",
"skipAllowed": false,
"markedAsSkip": false,
"category": {
"id": "656d61faced2eb5819b9a628",
"name": "Employment"
}
}
],
"form": {
"id": {
"_id": "65a95fdee4cd59771b331f64"
}
},
"state": "IN_PROGRESS",
"userPaymentRequired": false,
"updatedAt": "2024-05-14T11:46:01.908Z"
}
}
Loading...