KYC Summary API
This API allows clients to retrieve a list of summary KYC's.
Last updated
"responseCode": 0,
"data": [
{
"status": "ACCEPTED",
"total": 20,
"selfieLinks": [
"imageLink"
]
},
{
"status": "DECLINED",
"total": 5,
"selfieLinks": [
"imageLink"
]
},
{
"status": "TIMEOUT",
"total": 0,
"selfieLinks": []
},
{
"status": "INVALID",
"total": 0,
"selfieLinks": []
},
{
"status": "TOTAL",
"total": 25,
"selfieLinks": [
"imageLink"
]
}
]
{
// Response
}{
// Response
}{
// Response
}{
// Response
}{
// Response
}