User KYC verification
Fluz requires users to be KYC verified in order to perform certain transactions or to be able to perform them with increased limits. You can use the verifyUserInformation mutation to initiate a KYC verification.
π See code example below to verify a user's information:
Requser user KYC verification
Open Recipe
User verification responses
Status | Message | Description |
---|---|---|
APPROVED | User verification successful | User is KYC verified |
DECLINED | Verification declined | User is not KYC verified |
DUPLICATE | Duplicate user verification | User is KYC verified but data matches with other users |
ERROR | Exceeded user verification limit | Verification attempt exceeds maximum of 3 tries |
Updated about 13 hours ago