Verify zkKYC Status

Before initiating the request to obtain the status from #Get KYC statistics status and #Get Users List, please follow zkMe API #Authentication at zkMe API to get your API access parameters.

Get KYC statistics status

https://openapi.zk.me/kyc/v1/status
    ?mch_no=YourMerchantNumber
    &api_key=YourApiKey

Get Users List

Returns a list of users who initiated the verification flow under a dashboard account.

POST https://agw.zk.me/zkseradmin/openapi/kyc/getUsersList

Get Users KYC Result Overview

Returns the verification status of the user for the following credentials: Proof-of-Citizenship (zkPoC), Proof-of-Location (zkPoL), and AML Check (AMLMe).

POST https://agw.zk.me/zkseradmin/openapi/queryKycInfoByAddress

Get Users Address Proof Result Overview

Returns the verification status of the user for the following credentials: Proof-of-Address (zkPoA).

POST https://agw.zk.me/zkseradmin/openapi/queryPoAInfoByAddress 

Get Users Accredited Investor Status Overview

Returns the verification status of the user for the following credential: Proof-of-Accredited-Investor (zkPoAI).

POST https://agw.zk.me/zkseradmin/openapi/queryKycInfoByAddressForPoa

Last updated