Staging onlyThe identities on this page exist only on the staging endpoint (
https://transactional-graph.staging.fluzapp.com/api/v1/graphql). They are synthetic and will not verify in production. Never submit a real person’s name, address, date of birth, or SSN to staging.Before you start, you’ll need: a Fluz account with developer access and an active application (Prepare Your Accounts), and a user access token for the user you’re verifying (Generate a User Access Token). The token identifies which staging user the verification applies to.
Step 1 — Create a test user (optional)
If you don’t already have a staging user to verify, create one with theregisterUser mutation, then generate a user access token for it.
Restricted access
registerUser requires special permission from Fluz. If your application can’t register users, use an existing staging user instead. Contact your account manager or partnerships@fluz.app to enable it.Step 2 — Use the approved test identity
The identity below is configured to return an APPROVED result on staging. Submit it exactly as shown.The API only consumes the last 4 digits of the SSN (
ssnLast4). For this identity that’s 3333. Date of birth is formatted as MM/DD/YYYY.Step 3 — Run the verification
CallverifyUserInformation with the approved identity. Replace <USER_ACCESS_TOKEN> with the token for the user being verified.
Approved response
Step 4 — Simulate the other outcomes
Use the same mutation to exercise your handling of every verification status.Verification responses
Notes
- Three-attempt limit. A user can be submitted for verification at most 3 times before returning
ERROR. Plan your tests so you don’t exhaust attempts on a user you still need. - Tokens are per user. The access token determines which user is verified — make sure it belongs to the test user whose identity you’re submitting.
Next steps
Test merchants
Staging merchants with predictable offers for exercising gift card purchases.
User KYC verification
The full mutation contract — documentary verification links, statuses, and responses.