You can test 1-Click Signup with mock data in Sandbox , using either your own phone number or our dedicated test users below.
These 1-Click Signup test users are keyed on phone number input data. In other words, phone number is the unique, required input that distinguishes one test user from another. Other input data and output data may not vary across test users.
Use Sandbox for Development and Testing
Please do all development work and testing against our Sandbox environment, which returns mock data. You can use our Production environment when you're ready to go live.
Don't Send Messages to Test User Phones/Emails
The test user phone numbers and email addresses are not valid, so sending messages to them won't work. To simulate SMS verification, for example, use the test user (static) verification codes. To test real SMS verification, use your own (real) phone number.
How to Use Test Users
Demo
Go to the Demo .
Select Mock Data (sandbox) and click Start Demo .
Enter the test user's phone number (varies by user).
Enter the test user's (static) verification code (always 111111).
(if prompted) Enter the test user's birth date (always 08/01/1989) and/or SSN4 (always 6789).
Confirm the test user's info to complete the flow.
You can use a custom demo by generating one or opening one with your brand's settings from within the Dashboard.
SDK
Complete the SDK Integration guide and run the SDK.
Enter the test user's phone number (varies by user).
Enter the test user's (static) verification code (always 111111).
(if prompted) Enter the test user's birth date (always 08/01/1989) and/or SSN4 (always 6789).
Confirm the test user's info to complete the flow.
API
Access the Dashboard and go the Brand Details page for your brand.
Copy a Sandbox API key for your brand.
Call POST /1-click with the test user's phone number (varies by user).
(if applicable) Call POST /1-click again, adding the test user's birth date (always 1989-08-01) and/or SSN4 (always 6789).
Summary
See the later sections for full details on how each of these test users is designed to be used.
Required Inputs Phone Verification Code Phone Only Error First Name Birth Date SSN4 Phone +12125550010 111111 - Richard 1989-08-01 6789 Phone + First Name / Birth Date / SSN4 +12125550020 111111 OCE011 (fullName.firstName, birthDate, ssn4)
Richard 1989-08-01 6789 Phone + First Name +12125550023 111111 OCE011 (fullName.firstName)
Richard 1989-08-01 6789 Phone + Birth Date +12125550022 111111 OCE011 (birthDate)
Richard 1989-08-01 6789 Phone + SSN4 +12125550021 111111 OCE011 (ssn4)
Richard 1989-08-01 6789
Outputs
Risk Signals
Score, Level, Recommendation Phone Verification Code Error Birth Date SSN4 0, Low, Allow +16565550000 111111 - 1989-08-01 6789 301, Medium Low, Allow +16565550301 111111 - 1989-08-01 6789 500, Medium, Flag +16565550500 111111 - 1989-08-01 6789 775, Medium High, Block +14045551775 111111 OCE0171989-08-01 6789 999, High, Block +14045551799 111111 OCE0171989-08-01 6789
Credentials
Address
Credential Variations Phone Verification Code Birth Date SSN4 Different Values (all in US states) +13135550000 → +13135550009
111111 1989-08-01 6789 Overseas Territory (US) +13135550010 111111 1989-08-01 6789
Partial Responses
Credential Variations Phone Verification Code Birth Date SSN4 No Name +13135550030 111111 1989-08-01 6789 No Address +13135550031 111111 1989-08-01 6789 Partial Address +13135550032 111111 1989-08-01 6789 No SSN +13135550033 111111 1989-08-01 6789 No Birth Date +13135550034 111111 1989-08-01 6789
Birth Date
Credential Variations Phone Verification Code Birth Date SSN4 Under 18 13135550100 111111 2017-01-01 6789
Errors
Error(s) Phone Verification Code Birth Date SSN4 OCE013+14045551300 111111 - - OCE017+14045551775 111111 1989-08-01 6789 OCE017+14045551799 111111 1989-08-01 6789
Success
Use these test users to go through successful 1-Click Signup flows (where Verified returns credentials ).
Phone Only
For these users, only a phone number is needed to source credentials .
Primary Test User
Our primary test user is Richard Hendricks.
This is Richard Hendricks from the show Silicon Valley ! 😂
+12125550010
Required inputs:
Phone +12125550010 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Allowed
Use these users to specifically test the low and medium-low risk level cases of risk signals metadata. Compare them to the medium risk (flagged) and high risk (blocked) test users.
+16565550000
Required inputs:
Phone +16565550000 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
+16565550301
Required inputs:
Phone +16565550301 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Flagged
Use this user to specifically test the medium risk level case of risk signals metadata. Compare it to the low risk (allowed) and high risk (blocked) test users.
+16565550500
Required inputs:
Phone +16565550500 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Phone and Additional Info
For these users, both a phone number and additional information is needed to source credentials .
If you start with phone only, as we recommend, you will get the OCE011 error code, indicating that additional information is required. Within the error, data.additionalInputs specifies which additional inputs you can pass (see OCE011 for details).
The OCE012 error code indicates that there's a mismatch for one or more of the additional inputs you provided. To trigger this error code, use any value that doesn't match the value for the test user.
For example, use 1979-01-01 for birthDate (since all test users have 1989-08-01 for birthDate).
Phone and First Name / Birth Date / SSN4
For this user, both a phone number and one or more of a first name, birth date, and SSN4 is needed to source credentials .
+12125550020
Required inputs (one or more of first name, birth date, and SSN4):
Phone +12125550020 Verification Code 111111 Full Name - ↳ First Name Richard Birth Date 1989-08-01 SSN4 6789
Optional inputs: Email richard@piedpiper.net Full Name - ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error:
Error Attribute Value data.errorCodeOCE011data.additionalInputs["fullName.firstName", "birthDate", "ssn4"]
Phone and First Name
For this user, both a phone number and a first name is needed to source credentials .
+12125550023
Required inputs:
Phone +12125550023 Verification Code 111111 Full Name - ↳ First Name Richard
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error:
Error Attribute Value data.errorCodeOCE011data.additionalInputs["fullName.firstName"]
Phone and Birth Date
For this user, both a phone number and a birth date is needed to source credentials .
+12125550022
Required inputs:
Phone +12125550022 Verification Code 111111 Birth Date 1989-08-01
Optional inputs: Email richard@piedpiper.net SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error:
Error Attribute Value data.errorCodeOCE011data.additionalInputs["birthDate"]
Phone and SSN4
For this user, both a phone number and an SSN4 is needed to source credentials .
+12125550021
Required inputs:
Phone +12125550021 Verification Code 111111 SSN4 6789
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error:
Error Attribute Value data.errorCodeOCE011data.additionalInputs["ssn4"]
Credential Cases
Use these test users test specific cases of credential data, if they're relevant to your use case.
Address
Different Values
For each of these 10 test users, you will get a 1ClickEntity with a different address. Each address is a standard address in a US state (as opposed to an address in an overseas territory ).
+13135550000
Required inputs:
Phone +13135550000 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
+13135550001
Required inputs:
Phone +13135550001 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 811 Sycamore St ↳ City Burlington ↳ State IA ↳ ZIP Code 52601 ↳ Country US
+13135550002
Required inputs:
Phone +13135550002 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 3742 Horseshoe Mesa St ↳ City Las Vegas ↳ State NV ↳ ZIP Code 89147 ↳ Country US
+13135550003
Required inputs:
Phone +13135550003 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 4209 Englewood Blvd ↳ City Johnson City ↳ State TN ↳ ZIP Code 37601 ↳ Country US
+13135550004
Required inputs:
Phone +13135550004 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 3921 Dacotah View Ct ↳ City Grand Forks ↳ State ND ↳ ZIP Code 58201 ↳ Country US
+13135550005
Required inputs:
Phone +13135550005 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 852 Marschall Rd ↳ City Shakopee ↳ State MN ↳ ZIP Code 55379 ↳ Country US
+13135550006
Required inputs:
Phone +13135550006 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 456 Acorn St ↳ City Slidell ↳ State LA ↳ ZIP Code 70458 ↳ Country US
+13135550007
Required inputs:
Phone +13135550007 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 1111 W Touhy Ave ↳ City Des Plaines ↳ State IL ↳ ZIP Code 60018 ↳ Country US
+13135550008
Required inputs:
Phone +13135550008 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 12413 Lampton Ln ↳ City Fort Washington ↳ State MD ↳ ZIP Code 20744 ↳ Country US
+13135550009
Required inputs:
Phone +13135550009 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 7801 SW Blue Jay Ln ↳ City Bentonville ↳ State AR ↳ ZIP Code 72712 ↳ Country US
Overseas Territory
For this test user, you will get a 1ClickEntity with an address in Puerto Rico (a US overseas territory).
+13135550010
Required inputs:
Phone +13135550010 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 3167 Av Roosevelt ↳ City Ponce ↳ State PR ↳ ZIP Code 00717 ↳ Country US
1ClickEntity
{ "identifiers" : { "phone" : "+13135550010" } "credentials" : { ... "address" : { "line1" : "3167 Av Roosevelt" , "city" : "Ponce" , "state" : "PR" , "zipCode" : "00717" , "country" : "US" } , ... } , ... }
Partial Responses
For each of these test users, you will get a 1ClickEntity with some core data credentials missing.
Most core data credentials are returned in an all or nothing way, meaning partial responses are uncommon. The one exception is the Sex credential, for which coverage is a bit lower than the other credentials. See Core Data for details.
No Name
+13135550030
Required inputs:
Phone +13135550030 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
No Address
+13135550031
Required inputs:
Phone +13135550031 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks
Partial Address
+13135550032
Required inputs:
Phone +13135550032 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ State CA ↳ ZIP Code 94303 ↳ Country US
No SSN
+13135550033
Required inputs:
Phone +13135550033 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
No Birth Date
+13135550034
Required inputs:
Phone +13135550034 Verification Code 111111
Optional inputs: Email richard@piedpiper.net SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
+13135550100
Required inputs:
Phone +13135550100 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 2017-01-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
1ClickEntity
{ "identifiers" : { "phone" : "+13135550100" } "credentials" : { ... "birthDate" : "2017-01-01" , ... } , ... }
Failure
Use these test users to go through unsuccessful 1-Click Signup flows (where Verified does not return credentials ).
No Credentials Found
For this test user, you will get the OCE013 error code, indicating that Verified found no credentials.
+14045551300
Required inputs:
Phone +14045551300 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error:
Error Attribute Value data.errorCodeOCE013
Blocked
Use these users to specifically test the medium-high and high risk level cases of risk signals metadata. Compare them to the low risk (allowed) and medium risk (flagged) test users.
For these users, you will get the OCE017 error code, indicating that Verified blocked returning data for the user because the risk levels are medium-high and high.
+14045551775
Required inputs:
Phone +14045551775 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
+14045551799
Required inputs:
Phone +14045551799 Verification Code 111111
Optional inputs: Email richard@piedpiper.net Birth Date 1989-08-01 SSN4 6789 Full Name - ↳ First Name Richard ↳ Middle Name Harrison ↳ Last Name Hendricks Address - ↳ Line 1 5320 Newell Rd ↳ City Palo Alto ↳ State CA ↳ ZIP Code 94303 ↳ Country US
Expected error: