Get an IDV Token for the given individual.
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Unique FrankieOne identifier for an entity
IDV Token Request, queries the IDV provider for a token to be used with their sdk. If there is an existing token for this given entity that isn't expired, that will be returned instead of a new token.
ID of the applicant/individual in the IDV provider's system. Specify this if resuming/continuing an IDV check
"412e8c806fdfb0bb19b5"
Reference or name of the application running this IDV check. Specify this if running this check embedded in a application rather than a web page.
"94d9a75a5072444c"
Country code to check for. Must be a ISO-3166 alpha-3 code entry. Only for use with providers that can restrict to a single country.
"AUS"
Document type that will be used for the check. Can be one of DRIVERS_LICENCE, PASSPORT, NATIONAL_ID. . Only for use with providers that can restrict to a single document type.
"DRIVER_LICENCE"
If this is for a web SDK, then you need to supply the referrer domain so that the token can be validated by the IDV service
"https://example.com"
State from start of flow that should be relayed through the process via any redirects.
"412e8c806fdfb0bb19b5"
What provider to use for the IDV check. This is the name of the provider as configured in the system. If not provided the default provider will be used.
"onfido"
What product(s) for the provider to use for the IDV check. If not provided the default product for a provider will be used.
"idv"
OK
IDV Token Response, contains the token and it's expiry, and any vendor specific parameters.
The ID of the applicant attached to this check.
Country code to check for. Must be a ISO-3166 alpha-3 code entry.
"AUS"
Document type that will be used for the check.
"DRIVER_LICENCE"
Underlying provider, used for selecting the correct SDK if not using SmartUI.
"OCRLabs"
Has a sms to the user already been sent as part of the token request
true
Tokens are only valid for a limited time.
"41cf9401f0f889616bef"
The time at which the provided token will expire.
"2020-01-01T00:00:00.000Z"
Vendor specific parameters, used for passing through additional parameters from the vendor to instantiate the SDK.
{ "tokenURL": "example1.com" }The unique request identifier for the API call made.
"01HN9XHZN6MGXM9JXG50K59Q85"