Get KYC Rules
This API endpoint allows clients to retrieve the rules associated with a specific KYC workflow based on the document type.
Request Header:
Base URL
sdk.faceki.comKYC Rules End Point API
https://sdk.faceki.com/kycrules/api/kycrulesHeaders
Name
Type
Description
{
"responseCode": 0,
"data": {
"_id": "123",
"companyId": "1234",
"__v": 0,
"allowedCountries": [],
"allowedKycDocuments": [
"Passport"
],
"allowedNationalities": [],
"createdAt": "2023-06-08T06:50:21.354Z",
"dataStorageTime": "FOREVER",
"declined": {
"redirect_url": "https://www.faceki.com",
"message": "Declined!"
},
"invalid": {
"redirect_url": "https://www.faceki.com",
"message": "Invalid!"
},
"invalidDocuments": [],
"isRecapturedDocumentInvalid": false,
"link": "",
"livenessCheckType": "MODERATE",
"multiKYCEnabled": true,
"status": "ACTIVE",
"storedData": true,
"success": {
"redirect_url": "https://www.faceki.com",
"message": "Success!"
},
"updatedAt": "2023-06-10T12:01:25.835Z",
"validAge": 18
}
}
Last updated