User Verification
When you call create_claim and the
response contains user_verified: false, TREVEX has started a verification
flow behind the scenes. No further action is required from the partner.
What happens
User clicks the link
Their browser calls verify_account
with a one-time token. This endpoint is public by design.
Checking ahead of time
If you want to avoid the draft-account path entirely, call
user_lookup before submitting. If the user
exists and is verified, your create_claim response will come back with
user_verified: true immediately.
What to show the end user
If user_verified is false, tell the user to check their inbox for a
verification email before the KYB request can be reviewed. A simple message works:
We’ve sent a verification email to john.doe@example.com. Please confirm your address to continue. Your KYB request will be reviewed automatically once verified.
