Client KYC (Individual User)
Client KYC (Individual sub-user)
Upload verification documents for users.
Possible Identity Type
Identity Type | Country | Sides | |
---|---|---|---|
NIN CARD | nin | Nigeria | Both |
Driver License | driver-license | All Countries | Both |
International Passport | passport | All Countries | Data Page |
National ID | national-id | All Countries | Both |
Voter's Card | voters-card | Nigeria | Both |
Resident Permit | residence-permit | All Countries | Both |
Required Proof of Residency
Types of Document Required |
---|
Utility Bill, Statement of Account, Phone Bill, Proof of Account Ownership. |
POST METHOD
{{baseUrl}}api/v2/clients/user/individual/upload
{
"email" : "[email protected]",
"identity" : {
"frontPage" : "https://answerdash-images.s3.amazonaws.com/1183/2163b3367a3c3d687ef68bba2b0b952c78f713e1/1528277944.perfect_20passport.jpg",
"backPage" : "https://answerdash-images.s3.amazonaws.com/1183/2163b3367a3c3d687ef68bba2b0b952c78f713e1/1528277944.perfect_20passport.jpg",
"idNumber" : "B0000000",
"issueDate" : "",
"expiryDate" : "",
"identityType" : "driver-license"
},
"proofOfResidency" : "https://answerdash-images.s3.amazonaws.com/1183/2163b3367a3c3d687ef68bba2b0b952c78f713e1/1528277944.perfect_20passport.jpg"
}
Field | Required | Data Type | Description |
---|---|---|---|
true | Sub User Email Address | ||
identity | true | array | |
frontPage | true | url | Link to the file front page |
backPage | - | url | Link to the back page of the file (read more) |
idNumber | true | String | Identity Number |
issueDate | true | Date | Date Issued as it on document |
expiryDate | true | Date | Date expired as it on document |
identityType | true | String | Check for more info |
proofOfResidency | true | url | Link to the file |
Response
{
"status": true,
"content": {
"data": {
"kycStatus": false,
"kycList": [
{
"file": "https://blinqremit.s3.eu-central-1.amazonaws.com/documents/rDrqsWKPCiJQRfL8ZA4QlnZd11VUsJoJ4lRLL5fclEjHsHsgCl.jpg",
"fileDesc": null,
"fileId": null,
"returnedPhoto": null,
"returnedDoc": null,
"verifyStatus": 0,
"verifyResponses": null,
"status": 0,
"fileIssueDate": null,
"fileExpiryDate": null,
"created_at": "2023-02-27T19:41:37.000000Z",
"updated_at": "2023-02-27T19:41:37.000000Z"
},
{
"file": "https://blinqremit.s3.eu-central-1.amazonaws.com/documents/vDaHf8Er3dmW1XJ5Z1nbVg88Dgmrvyjg43MQ6cXsATxgnXxkJL.jpg|https://blinqremit.s3.eu-central-1.amazonaws.com/documents/FsDHj0kFUK7nnLqNoztaQBqRQgMy9EPV30OQ7JwS28Tg46eK3C.jpg",
"fileDesc": "driver-license",
"fileId": "B0000000",
"returnedPhoto": null,
"returnedDoc": null,
"verifyStatus": 0,
"verifyResponses": "",
"status": 0,
"fileIssueDate": null,
"fileExpiryDate": null,
"created_at": "2023-02-27T19:41:39.000000Z",
"updated_at": "2023-02-27T19:41:39.000000Z"
}
]
}
}
}
Updated 11 months ago