Skip to main content

Setup

Time to Complete15 minutes
Skills RequiredNo technical skills!
tip

Complete this Setup guide before following the SDK Integration or API Integration guide. (Which integration guide you should follow depends on which integration type you choose.)

1. Access the Dashboard.

Create or log into your Verified Dashboard account so you can:

  • Start development immediately with Sandbox API keys
  • Manage your team’s access
  • Create one or more brands within your company’s account
  • Configure each brand’s settings
  • Ask for integration assistance from the Verified team
  • Request approval for Production
  • View metrics for your integration
Does Your Company Already Have a Dashboard Account?

Someone at your company may have already created a Dashboard account for your company and invited you via email. Check with your team internally before creating a new, duplicate account — or ask your Verified representative for assistance.

How to Create a Dashboard Account

a. Enter your email and click the 1-Click Login button.

We'll send you a verification code by email.

tip

Use your work email. We use AI to auto-magically set brand information based on your email domain, so you don't have to manually enter it!

b. Complete the verification step.

Click the verification button in the email or enter the verification code. We'll automatically log you in. It's a 1-click experience, as promised!

c. (optional) Set up MFA.

Set up multi-factor authentication with an authenticator app. This is optional until you request approval for Production access, at which point it's required.

d. (if necessary) Confirm your company name.

If you're creating the Dashboard account for your company, we'll ask you to confirm your company name. If someone on your team has already created your account, you won't need to do this.

If your account doesn't have a brand yet, we'll automatically create one for you and take you to its Brand Details page.

Why Multiple Brands?

Your company account can have one or more brands. Generally, you'll only need one brand, but there are some cases where it's helpful to use multiple. For example:

  • If you have multiple products: If you have products that go by different names, it can be useful to create different brands to help users know which product they're using 1-Click Signup for — and to help your team track metrics specific to that product.
  • If you want to try different brand settings: If you want to change brand settings without affecting your existing implementation (even in Sandbox), you can duplicate your brand and configure different settings on the new brand.

e. (optional) Invite team members.

Invite your team members to join your Dashboard account.

2. Configure brand settings.

On the Brand Details page in the Dashboard, you can configure settings for your brand.

Brand Name

Choose a name for your brand. This will be used elsewhere in the Dashboard (for example on the Metrics page) and displayed to users if you choose the SDK integration type.

Integration Type

Choose which integration type you want to use:

OptionDevelopment EffortDescription
SDK
Recommended

<1 dayYou use our (web) client SDK, and we handle the rest
API
Requires Approval

1-2 weeksYou use our API only and build everything yourself
We Strongly Recommend the SDK Integration Type

The SDK integration type is by far the easier option, and we strongly recommend using it. The SDK handles almost everything for you and is highly customizable, so you can use it to exactly match your branding and desired user experience. It implements our recommended user experience, which is hyper optimized from our experience verifying millions of users.

With the API integration type, you need to handle everything yourself, and you need approval from us to go live.

Looking for Hosted, Semi-Hosted, or Non-Hosted?
We’ve reorganized! The integration types in v2.0 are updated for v2.1 as follows:
  • Hosted in v2.0 is replaced by SDK in v2.1
  • Semi-Hosted in v2.0 is no longer available in v2.1
  • Non-Hosted in v2.0 is equivalent to API in v2.1

Challenges

Definition

A challenge is a piece of information we will prompt the user to input if we're unable to source data for them based on previous inputs (for example, phone).

Choose which challenge(s) to allow:

OptionDescription
Birthday or SSN4
Recommended
Prompt the user for their birthday, SSN4, or both (only if necessary). Birthday always comes first.
Birthday onlyPrompt the user for their birthday only — never their SSN4.
SSN4 onlyPrompt the user for their SSN4 only — never their birthday.
Why We Recommend Birthday or SSN4

Birthday or SSN4 is the option we recommend because the user is only prompted for both challenges if necessary. This is quite rare, so it adds very little friction, but it increases conversion by a few percentage points.

One example is the case of twins:

  • Based on just a phone number, we find two users.
  • We prompt for birthday, but we still find two users — because they're twins with the same birthday!
  • So, we prompt for SSN4, which narrows down to a single user.

The birth rate of twins (and triplets, etc.) in the US is 3.2%, so choosing Birthday or SSN4 instead of Birthday only increases success rate by about that much.

Prompt for Challenges

Choose when to prompt for challenge(s):

OptionDescription
Only if necessaryPrompt the user for challenge(s) only if Verified can't source data based on just phone.
AlwaysPrompt the user for a challenge upfront, every time.
note

If you choose Always, the user will only be prompted for one challenge.

  • If you chose Birthday or SSN4 or Birthday only for the Challenges setting, the challenge will be their birthday.
  • If you chose SSN4 only for the Challenges setting, the challenge will be their SSN4.
tip

Always prompting for a challenge can help improve data quality for some user populations.

Risk Signals

Definition

Risk signals are metadata that enhance 1-Click Signup's anti-fraud capabilities.

Choose which risk signals to include in Verified's responses:

OptionDescription
BasicInclude only high level risk signals (Overall Score, Level, and Recommendation).
Advanced
Extra
Include all risk signals (Reason Codes, carrier data, and more).
Off
Not Recommended
Include no risk signals.
Advanced Has Extra Cost

Advanced risk signals come with extra cost. They're particularly relevant if you're using 1-Click Signup for a high sensitivity use case where fraud is a major risk.

danger

Off is not recommended. It will prevent Verified from sourcing risk signals for a user and blocking them if the risk score is too high.

Default Credential Requests

Definitions
  • A credential is a piece of identity data about a user (like a first name or address).
  • A credential request is how you ask Verified for a particular credential. It encodes what type of data you're asking for, whether it's required or optional, whether multiple values should be returned, etc. See the CredentialRequest type for full details.

Choose which credentials Verified should try to source about the user:

Settings for a Credential Request
SettingRelevant to Integration TypeOptionsDefaultDescriptionExample
Field TypeSDK and APICredential type-Type of user data this field is forFull Name
Field DescriptionSDK onlyText-Text that appears under the fieldLegal name (for Full Name field type)
Optional or RequiredSDK only
  • Optional
  • Required if available (see note below)
OptionalWhether the field is optional or requiredOptional
Allow User InputSDK only
  • Yes
  • No
YesWhether the user is allowed data returned for the fieldYes
Multiple ValuesSDK and API
  • Yes
  • No
  • Yes for Address field type
  • No for all other field types
Whether the user can choose among multiple values (if they're returned)No
note

Field Description, Optional or Required, and Allow User Input are only relevant to the SDK integration type because they affect the user interface the SDK displays.

What Required If Available Means

If Optional or Required is set to Required if available:

  • If data is returned for the field, the user is required to share it. (If Allow User Input is set to Yes, the user can edit the data.)
  • If data is not returned for the field, the user can optionally share it. (If Allow User Input is set to Yes, the user can edit the data. If it's set to No, the field is not displayed to the user.)

When you create a new brand, the Dashboard starts you off with standard credential requests to provide you with a helpful starting point:

Standard Credential Requests
Field TypeField DescriptionOptional or RequiredAllow User InputMultiple Values
Full Name-OptionalYesNo
↳ First Name-OptionalYes-
↳ Last Name-OptionalYes-
Phone-OptionalYesNo
Address-OptionalYesYes
↳ Line 1-OptionalYes-
↳ Line 2Apt, Unit, etc.OptionalYes-
↳ City-OptionalYes-
↳ State-OptionalYes-
↳ ZIP Code-OptionalYes-
↳ Country-OptionalYes-
Birth Date-OptionalYes-
SSN-OptionalYes-

SDK Styling

note

These styling settings are only relevant to the SDK integration type because they affect the user interface the SDK displays.

Verified Auto-Magically Configures Styling Settings

We use AI to auto-magically configure styling settings based on your email domain, so you don't have to do so manually from scratch!

SettingOptionsDefaultDescription
LogoAny square image (max size 200 KB, JPG or PNG)-Logo displayed to users
Primary ColorAny hex code#0DBC3DColor used for primary buttons and success indicators
Error ColorAny hex code#EB0D28Color used for errors
Muted ColorAny hex code#BDBDBDColor used for secondary buttons and text
Background ColorAny hex code#FFFFFFColor used for background
Alignment
  • Left
  • Center
  • Right
  • Stretch
CenterAlignment used for most text, buttons, and the powered by Verified graphic
Font FamilyAny Google fontLatoFont used for all elements
1-Click Word
  • Signup
  • Login
  • Verify
  • Apply
  • Access
  • AutoFill
SignupWord that appears after "1-Click" in the powered by Verified graphic
Graphic Color
  • Green
  • Gray
  • Black
  • White
GreenColor of the Verified logo in the powered by Verified graphic
Input Border RadiusAny number4Border radius used for all inputs
Button Border RadiusAny number4Border radius used for all buttons
The SDK Automatically Adjusts Text Color for Contrast

The SDK will automaticallly adjust the color of text to achieve good contrast, given the color of an element. For example:

  • If you set Background Color to be dark, the SDK will adjust text on the background to be light.
  • If you set Primary Color to be light, the SDK will adjust text on buttons to be dark.