Resolve Insufficiency
POST/verification/api/1.0/bgv/insufficiency
Resolve Insufficiency
Request
- application/json
Body
- Array [
- ]
- Array [
- ]
transactionId stringrequired
orgId stringrequired
subType stringrequired
The verificationId from the insufficiency-raised webhook
dataToUpload objectrequired
insufficiencyDataList object[]
insufficiencyId string
value string
documents object[]
documentType string
Possible values: [ProfileImage, EducationalCertificates, SalarySlip, AppointmentLetter, CustomDocument, Other]
fileType string
Possible values: [Url, Binary, Base64]
document object
label string
url string
fileName string
ignore boolean
Set to true to mark the insufficiency as ignored without providing data
Responses
- 200
Insufficiency resolved successfully
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 0,
"message": "Success"
}
Loading...