Create a target employer order
Creates a new order and verification. Returns a JSON object representing the newly created order and verification.
A target employer verification is distinct in that it requires a target employer in the request body for processing.
Verification processing
Target employer verifications are processed asynchronously: they will be created and returned in the response body without any reports. Truework will then send a webhook when the request has finished processing, and the reports can be retrieved.
This creates a verification request with the following attributes:
- Target employer required
- Is processed asynchronously
- Can be any client-defined combination of Instant, Credentials, and Smart Outreach verification methods
- Returns the verification on a new order object
Controlling Processing with request config
The request config object allows you to configure how you use Truework by selecting only the verification methods and features you need.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.
Request
A valid purpose is required for Truework to process the verification request.
Throughout the API, this is signified by the permissible_purpose
field.
Information on the individual who is being verified
The verification request use case describes the type of product the verification request is originating from. If omitted, the verifier type in account settings will be used as a default
Any additional information about the target that can help expedite the completion of the verification request
The loan id associated with the verification request
A single level key-value JSON object that can be used to store custom data on the verification request; keys and values must be strings
The originating party that requested the verification via a reseller. reseller_originating_party
is required for for companies that resell data provided by Truework.
A non-unique key that can be used to search for Orders
Response
Order Request Created.
Response object specific to Employer Search requests.
The loan id associated with the verification request
Response object specific to Reverification requests.
A non-unique key that can be used to search for Orders
Party who originally submitted the order, when using an API integration.
Response object specific to Target Employer requests.
Response object specific to Truework Direct requests.