Multiple KYC Verification
The KYC Verification API allows you to verify multiple types of legal documents, including national identity cards, passports, and driving licenses
Base URL
Multiple KYC Verification End Point API
HTTP Method: POST
Authentication: Bearer Token
Parameters:
selfie_image (mandatory)
id_front_image (mandatory)
id_back_image (mandatory)
dl_front_image (optional)
dl_back_image (optional)
pp_front_image (optional)
pp_back_image (optional)
Description:
The KYC Verification API Multiple Document allows for the verification of multiple identity documents, including national ID, passport, and driving license. The API uses the HTTP POST method, and authentication is performed using a Bearer Token.
In order to perform verification, the API requires the following mandatory parameters: selfie_image, id_front_image, and id_back_image. These images should be in a supported format, and should meet the quality standards specified in the API documentation.
Optionally, the API also allows for the inclusion of images for the front and back of a driving license (dl_front_image and dl_back_image), as well as images for the front and back of a passport (pp_front_image and pp_back_image).
Upon successful verification, the API will return an application/json response containing the results of the verification process.
Note that additional fees may apply for the verification of multiple documents. Please refer to the pricing section of the API documentation for more information.
Steps for multiple KYC verification:
Generate a Bearer Token by making a POST request to /getToken API endpoint.
Make a POST request to https://sdk.faceki.com/kycverify/api/kycverify/multi-kyc-verification URL.
Set the Authorization type to "Bearer Token" in the request header using the token obtained in step 1.
In the body of the request, add the following parameters:
Selfie_image (mandatory)
id_front_image (mandatory)
id_back_image (mandatory)
dl_front_image (optional)
dl_back_image (optional)
pp_front_image (optional)
pp_back_image (optional)
Send the request to the API.
The API will verify the identity documents and perform various security checks and face matching.
The response will be in JSON format and will contain the verification results.
POST
https://sdk.faceki.com/kycverify/api/kycverify/multi-kyc-verification
Headers
Content-Type:*
String
multipart/form-data
Authorization:*
String
[token]
Request Body
Selfie_image*
File
Live Selfie infront of Camera
id_front_image*
File
id - Identity Document Front
id_back_image*
File
id - Identity Document Back
dl_front_image
File
dl - Driving Licesne Front
dl_back_image
File
dl - Driving Licesne Back
pp_front_image
File
pp - Passport front
pp_back_image
File
pp - Passport front
You must make all your requests to the API over HTTPS and TLS 1.2, with Server Name Indication enabled. Any requests made over HTTP will fail.
Responses return JSON with a consistent structure, except downloads.
Error Code
Last updated