Test Users List
Follow the Testing Steps for expected behavior per step.- North America
- International
| Phone Number | First Name | Last Name |
|---|---|---|
| 2001004014 | Lorant | Nerger |
| 2001004017 | Jesse | Mashro |
Testing steps
Now that you’ve done client-side, server-side, and CX implementation, test using the test users.- Lorant
- Jesse
- Bertie
- Wendy
- Prove Possession - Desktop
- Prove Possession - Mobile
- Customer-Supplied Possession
Follow the steps below to test the Prove Unified Authentication flow with Lorant Nerger on desktop. This user will pass the entire Unified Authentication flow using Prove’s possession and return
success=true in the /unify-status response.1
Prompt Customer
Start the onboarding flow on the initial screen and enter the phone number for Lorant Nerger.
2
Initiate Start Request
Your front end will send the phone number, possession type, and final target URL to the back end. Your back end will then send the phone number to the /unify endpoint. The response will provide an auth token, correlation ID, and
success=pending because possession still needs to be performed.3
Send Auth Token to the Front End
Your back end will send the 
authToken to the front end. The front end will run Instant Link handling.
4
Verify Mobile Number
Once the front end finishes the possession check, the back end calls the /unify-status endpoint with the correlation ID to validate the phone number.
The response provides:
proveIdthat is tied to this user.success=truephoneNumberthat was initially passed.

