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. Fluz provides two types of identify verifications.

For SSN verifications you can use the verifyUserInformation mutation to initiate a verification. The verification results will be processed immediately.

📘

Address formatting

Submit the user's residential address using the structured fields, with a consistent city, state, and ZIP/postal code. International addresses are accepted for KYC. A malformed or mismatched address can cause verification to be DECLINED. See Address Formatting Requirements for formatting rules.

See code example below to verify a user's information:

For documentary verifications you can use the requestDocumenVerificationLink mutation to request a verification link which you can then send to your user. The user can perform the document verification at any time and the verification results will be processed immediately after the user completes it.

📘 See code examples below to request a document verification link:

User KYC verification responses

StatusMessageDescription
APPROVEDUser verification successfulUser is KYC verified
DECLINEDVerification declinedUser is not KYC verified
DUPLICATEDuplicate user verificationUser is KYC verified but data matches with other users
ERRORError encountered with user verificationErrors can be one of the following:

User already KYC verified
Exceeded user verification limit
Exceeded document verification limit



Did this page help you?