Skip to main content

Claims to verify

Also known as input claims

Claims to verify is a feature that lets you check information about a user during a verification flow.

It’s useful if you’ve already collected details from a user—such as during onboarding—and want to confirm them with verified evidence.

How it works

Provide one or more of the following:

  • email address
  • name
  • address
  • date of birth

Vouchsafe will check whether the user’s verified details match the information you’ve provided. If there’s a mismatch, the verification will fail.

Request format

{
"email": "string",
"first_name": "string",
"last_name": "string",
"street_address": "string",
"postcode": "string",
"date_of_birth": "string",
"workflow_id": "string",
"external_id": "string",
"redirect_url": "string",
"expires_at": "string"
}