Current API version (2023-10-30)
Current API version (2023-10-30)
Current API version (2023-10-30)
The API response resource hierarchy has been revised such that orders will be introduced as the highest-level resource, acting as a container for Verifications.
Verification management (create, read, cancel, reverify, etc.) will move from the verification top-level resource (/verification-requests) to the order top-level resource (/orders). Verification reports will have their own top-level resource (/reports) for read requests.
Verification creation will be split into two modes: one for handling employer search requests (no target company), one for handling target company requests. The verification response objects for each mode will be nested inside of a newly created order.
Income analytics is a collection of data points derived from verified current and historical income data that allows lenders to make more precise underwriting and pricing decisions. This feature is available for endpoints that have an include_income_analytics query field on the request object.
Unverified information represents data that has been added by a verifier or applicant to supplement a verification, but has not been verified. If this information is added to a verification with reports, the information is stored as report annotations on the report. This information is now available for endpoints that have an include_report_annotations query field in the request object.
The order top-level resource will have 4 different “modes”, each representing a different endpoint: employer-search, target-employer, truework-direct, and reverification.
employer-search order mode/orders/employer-search/verification-requests (i.e. “Create a Verification”) and has the following attributes:instant is the only verification method.date_of_birth is a required attribute for targets.all-employers, current-employer, previous-employers via a config field on the request.target-employer order mode/orders/target-employer/verification-requests (i.e. “Create a Verification”) and has the following attributes:employer-filter = target-company on the existing endpoint).instant, credentials, etc.) via a config field on the request.reverification order mode/orders/reverification/verification-requests/{verification_request_id}/reverify (i.e. “Reverify a Verification”) endpoint.truework-direct order mode/orders/truework-direct/credentials/session (i.e. “Create a Credentials Session”) endpoint for teams without Truework Direct enabled./orders/{order_id}/cancel/verification-requests/{verification_request_id}/cancel/reports/{verification_report_id}/verification-requests/{verification_request_id}/reports/{verification_report_id}/orders/{order_id}/verification-requests/{verification_request_id}/orders/verification-requestsprice field has been removed.applicant_documents field has been added to represent applicant-uploaded information.unverified_information field is now available for endpoints that have an include_report_annotations query field on the request object.pricing_tier field has been replaced by completed_by_method.pricing_tier_detail field has been replaced by completed_by_source.du_reference_id and d1c_eligible fields have been replaced by eligibilities.applicant_documents field has been added to represent applicant-uploaded information.annotations field is now available for endpoints that have an include_report_annotations query field in the request object.income_analytics field is now available for endpoints that have an include_income_analytics query field on the request object.