Address formattingSubmit 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.
Register & Verify Customers
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.
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:
See code example below to verify a user’s information: