NodeJS API Library
Node API Library for KYC
Faceki API Client V2
The Faceki API Client V2 is a TypeScript library that simplifies interactions with the Faceki API for Know Your Customer (KYC) verifications. It provides a straightforward way to initiate KYC verifications, retrieve verification records, perform face matching, and more.
Installation
To use the Faceki API Client V2 in your project, install it via npm:
Usage
Import the
FacekiAPIClientV2
class:Initialize an instance of the client with your credentials:
Utilize the available methods to interact with the Faceki API:
Initiate Multi-Document KYC Verification:
Initiate Single-Document KYC Verification:
Generate KYC Verification Link:
Fetch KYC Verification Summary:
Fetch KYC Records by Link ID:
Fetch KYC Records by Request ID:
Fetch KYC Records by Reference ID:
Fetch KYC Records by Selfie:
Error Handling
The client manages various response statuses and errors, throwing custom error messages when necessary. Make sure to handle these errors appropriately in your code.
Contributing
Contributions are welcome! If you encounter issues, have suggestions, or wish to improve the client, please open issues and pull requests.
Last updated