/api/v2/bpm/callback/{callback_name}
/api/v2/bpm/callback/{callback_name}
Path Parameters
- callback_name string requiredExample: saveStatus
- application/json
Request Body
- object
Responses
- 200
- 400
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
- example-2
- example-3
- example-4
- example-5
Schema
- object
{}
callback_photo
{
"status": 1,
"message": "",
"response": {}
}
callback_status
{
"status": 1,
"message": "",
"response": {}
}
callback_status
{
"status": 1,
"message": "",
"response": {}
}
callback_status
{
"status": 1,
"message": "",
"response": {}
}
callback_status
{
"status": 1,
"message": "",
"response": {}
}
scoringStatus_approvedvkyc
{
"status": 1,
"message": "",
"response": {},
"preparingsTime": 0.668
}
Bad Request
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
Schema
- object
{}
callback_status_400_bad_request
{
"error": "Client_id 111111 not found"
}
list_data_status
{
"response": "Value data.status mismatch pattern ^(checkrequired)|(procerror)|(needmoredata)|(uploadphotos)|(aadhaarsuccessfully)|(againuploadphotos)|(docupdate)|(aadhaarnotsuccessfully)|(manualcheck)|(vkycrequired)|(vkycrepeat)|(approvedvkyc)|(rejectedvkyc)|(approved)|(declined)|(cccancel)|(getLink)|(ficancel)$",
"preparingsTime": 0.345
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.003
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/callback/photoIdentityStatus not found",
"response": {},
"preparingsTime": 0.231
}
Loading...