Update Entity and Get IDV Token
Authentication
Path parameters
The entityId returned previously from an earlier call to /check or /entity
Headers
Request
The applicantId previously supplied when creating a token for the first time for an entity. Only required if re-submitting for a fresh token on a previously created applicant.
If this is for a native application SDK, then we need the applicationId as reported by the SDK. This will then be tied to the token so it cannot be used in another application or handset.
You must send either an applicationID or a referrer (see below)
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
You must send either a referrer or an applicationID (see above)
Response
The request was valid and able to be processed in some fashion. Results may or may not be successful, but it was completed as far as practical with no actual errors. Returns the entity object as it stands now. No docScan file data from any attached ID documents will be returned unless the /full variant is requested.
Also returned is the applicantId and token to be in the IDV process.
Unique identifier for every request. Can be used for tracking down answers with technical support.
Uses the ULID format (a time-based, sortable UUID)
Note: this will be different for every request.
Token to be used in the SDK to authenticate the applicant and application/referrer.
Tokens are time limited (1 hour) and can only be used with the applicantId supplied.