Prerequisites
- The
VERIFY_KYCscope enabled on your application by Fluz. See Required scope. - A user access token generated for the customer being verified, including
VERIFY_KYCin its scopes. - A registered webhook endpoint. See Verify Customers.
How it works
TheverifyUserPrefillInformation mutation is synchronous. The customer is identified entirely by the user access token — there is no input to collect or validate. Fluz screens the customer’s data on file and returns APPROVED, DECLINED, DUPLICATE, or ERROR in the response body.
Fluz also emits a verification event to your webhook endpoint, so a single handler can process outcomes from every verification method consistently.
KYC Autofill runs once per customer, whether it approves or declines — a repeat call returns without re-attempting verification.
Request
The customer being verified is identified by the user access token in theAuthorization header. There is no input to provide.
Example
Response