Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.prove.com/llms.txt

Use this file to discover all available pages before exploring further.

Scope

This page lists Sandbox test users for Prove Identity and documents expected requests, responses, and flow outcomes in that environment. Rules in the intro above (no live SMS, credential pairing, and so on) apply here as well. Desktop flows: For flowType=desktop, POST /v3/start must include a final target URL (not repeated at every step below).

Test users list

Short-term test user

Use with cURL or Postman to exercise the HTTP sequence without the client-side SDK. Use the personas below for SDK-backed end-to-end tests.
Phone NumberFirst NameLast NameAddressCityStateZipDate of BirthSocial Security NumberEmail
2001004000MartinaGoodram28965 Homewood PlazaLittle RockAR722047/26/1995490959347mgoodram0@nasa.gov

Prove Identity test users

Standard Identity personas.
Phone NumberFirst NameLast NameAddressCityStateZipDate of BirthSocial Security NumberEmail
2001004009BenjiHarper27 Financial PlaceBakersfieldCA93301-242509/02/1994565252770bharperd@superstars.com
2001001698EnidWildt861 Karstens CircleWashingtonDC204096/18/1996212285822ewildtp@eepurl.com
2001001699CarneyReinisch582 Coleman PointSan AntonioTX782303/3/2000166521601creinischq@php.net

Mobile Auth test users

Personas for Identity with the Mobile Auth add-on.
Phone NumberFirst NameLast NameAddressCityStateZipDate of BirthSocial Security NumberEmail
5551111111LenaLansberry663 Stephen DriveGrand RapidsMI495183/4/1999657766672llansberryk@nbcnews.com
5552222222AxeSummersett1823 School ParkPhoenixAZ850259/24/1963670752404asummersettl@boston.com

Know Your Customer test users

For the KYC add-on (including CIP fields in responses). KYC add-on: POST /v3/complete requests must include first name, last name, DOB, and SSN (or address) for KYC and CIP fields to be returned.
Phone NumberFirst NameLast NameAddressCityStateZipDate of BirthSocial Security NumberEmail
2001004008MaeganBertl003 Reinke AvenueOmahaNE681241/11/1998217174600mbertl8@google.com.br
2001004005CarrieWilding8 Helena StreetMilwaukeeWI532348/15/1990657220663cwilding5@prweb.com
2001004007NoraRiddich160 Daystar AvenuePhiladelphiaPA1909308/24/2000760591291nriddich7@sina.com.cn

Testing steps

Now that you’ve done client-side, server-side, and CX implementation, follow the step-by-step instructions to test each test user and ensure your implementation follows expected behavior.
Follow these steps to test the Prove Identity flow with Benji Harper. This user passes the Identity flow.
1

Prompt Customer

Start the onboarding flow on the initial screen and enter the phone number for Benji Harper.
2

Initiate Start Request

Your front end sends this data to the back end. Your back end sends the phone number and flow type to the /start endpoint. The response provides an auth token, correlation ID, and the next endpoint to call.
3

Send Auth Token to the Front End

Your back end sends the authToken to the front end SDK to do the possession handling.
The front end runs OTP handling. Use 1234 to simulate a successful OTP.
4

Verify Mobile Number

Once the front end finishes the possession check, the back end calls the /validate endpoint with the correlation ID to authenticate the trustworthiness of the phone number. The response provides:
  • success=true
  • phoneNumber that was initially passed.
  • evaluation: authentication and risk results; failure reason codes in Global fraud policy.
  • /v3/complete as the next endpoint to call.
5

Prompt Consumer to Input PII

Enter the PII for Benji Harper in the form.
6

Review PII

Confirm the PII in the form. The back end calls the /complete endpoint with the correlation ID to return a successful flow.