# Truv ## Docs - [Retrieve an employment history report for a link](https://truv.com/docs/api-reference/account-link-income-and-employment-reports/link_detail_reports_employment.md): The endpoint returns the VOE report for a link - [Retrieve an income and employment report for a link](https://truv.com/docs/api-reference/account-link-income-and-employment-reports/link_detail_reports_income.md): The endpoint returns the VOIE report for a link - [The Link Income & Employment Reports object](https://truv.com/docs/api-reference/account-link-income-and-employment-reports/object.md): Account link-level income and employment verification reports for individual account connections. - [Retrieve auth data](https://truv.com/docs/api-reference/auth/bank-auth-get.md): The endpoint retrieves a list of connected financial accounts, including their bank identification numbers. - [The Auth object](https://truv.com/docs/api-reference/auth/object.md): Account and routing numbers for ACH, RTP, and wire transfers from connected financial accounts. - [Authentication](https://truv.com/docs/api-reference/authentication.md): How to authenticate with the Truv API - [List all balances](https://truv.com/docs/api-reference/balances/balances-list.md): The endpoint allows developers to receive balances. - [The Balances object](https://truv.com/docs/api-reference/balances/object.md): Current balance data for connected financial accounts. - [Bank Account Webhook Events](https://truv.com/docs/api-reference/bank-accounts/events.md): Webhook events for bank account creation and updates. - [List all bank accounts](https://truv.com/docs/api-reference/bank-accounts/link-bank-accounts.md): List of all bank accounts used for the direct deposit - [The Bank Accounts object](https://truv.com/docs/api-reference/bank-accounts/object.md): Learn how to manage bank accounts for the DDS and PLL. - [The Bridge Token object](https://truv.com/docs/api-reference/bridge-token/object.md): Create tokens with the API to use Truv Bridge in your integration. - [Create a bridge token](https://truv.com/docs/api-reference/bridge-token/users_tokens.md): The endpoint creates a bridge token for a user. This is typically the endpoint called before initializing the Bridge since the response from this call is passed to the TruvBridge.init function. - [Search companies with autocomplete](https://truv.com/docs/api-reference/companies/company_autocomplete_search.md): The endpoint provides company search using prefix. - [Get company information](https://truv.com/docs/api-reference/companies/company_info.md): The endpoint returns detailed information for a specific company mapping, including basic company details, success rate, and bank account information. - [Search companies](https://truv.com/docs/api-reference/companies/company_mapping.md): The endpoint returns the `company_mapping_id` for a company if it exists. This `company_mapping_id` can be passed to the `/bridge-tokens` endpoint to have the user skip the company selection step and suggest a data provider. - [The Companies object](https://truv.com/docs/api-reference/companies/object.md): Search employers, check coverage, and map companies to payroll providers - [Data Processing](https://truv.com/docs/api-reference/data-processing.md): Processing stages, timing, and data availability during verification - [The Data Providers object](https://truv.com/docs/api-reference/data-providers/object.md): Look up payroll, bank, and insurance providers supported by Truv, filter by product type and data source - [Retrieve a data provider](https://truv.com/docs/api-reference/data-providers/providers-detail.md): This endpoint retrieves a data provider. - [List all data providers](https://truv.com/docs/api-reference/data-providers/providers-list.md): The endpoint returns a list of data providers filtered by the query parameter `product_type`. - [Data Structure](https://truv.com/docs/api-reference/data-structure.md): How Truv's core objects (Orders, Users, Links, and Tasks) relate to each other - [Retrieve a deposit switch report](https://truv.com/docs/api-reference/dds-reports/dds-report-retrieve.md): The endpoint retrieves a deposit switch report for a user. - [Retrieve a direct deposit switch report for a link](https://truv.com/docs/api-reference/deposit-switch/link_detail_reports_dds.md): The endpoint returns the DDS report for a link - [Retrieve a paycheck linked loan report](https://truv.com/docs/api-reference/deposit-switch/link_detail_reports_pll.md): The endpoint returns the PLL report. - [The Deposit Switch object](https://truv.com/docs/api-reference/deposit-switch/object.md): Learn about the values for reports for Direct Deposit Switch (DDS). - [Create a new document collection](https://truv.com/docs/api-reference/document-collections/collections_create.md): The endpoint creates a new document collection and uploads documents in a single request. Documents are provided as base64-encoded content in JSON format. The uploaded files are automatically validated and queued for AI-powered categorization. - [Delete a document collection](https://truv.com/docs/api-reference/document-collections/collections_delete.md): The endpoint soft-deletes a document collection and all its associated files. The collection and files are marked as deleted but not physically removed from storage. - [Finalize a collection](https://truv.com/docs/api-reference/document-collections/collections_finalize_create.md): The endpoint finalizes a document collection by creating or updating links for all matched documents and users. Optionally accepts a subset of document IDs to finalize. If no document_ids provided, all recognized documents in the collection will be finalized. - [Get collection finalization results](https://truv.com/docs/api-reference/document-collections/collections_finalize_retrieve.md): Returns the current finalization results for the collection: the users involved, their links, and the documents associated with each link. This endpoint does not expose a top-level status; use the presence and contents of users/links/documents to inspect the result. - [List all document collections](https://truv.com/docs/api-reference/document-collections/collections_list.md): The endpoint returns a paginated list of document collections for the authenticated user. - [Get document collection details](https://truv.com/docs/api-reference/document-collections/collections_retrieve.md): The endpoint returns detailed information about a specific collection, including all uploaded files and recognized documents with their categorization results. - [Upload files to existing collection](https://truv.com/docs/api-reference/document-collections/collections_upload.md): The endpoint uploads additional files to an existing collection. Documents are provided as base64-encoded content in JSON format. Each uploaded file is automatically validated and queued for AI-powered categorization. - [Delete an uploaded file](https://truv.com/docs/api-reference/document-collections/collections_uploaded_file_delete.md): The endpoint soft-deletes a specific uploaded file from a collection. The file is marked as deleted but not physically removed from storage. - [Get uploaded file details](https://truv.com/docs/api-reference/document-collections/collections_uploaded_file_retrieve.md): The endpoint returns details about a specific uploaded file, including its processing status and any recognized documents. - [The Document Collections object](https://truv.com/docs/api-reference/document-collections/object.md): Find more information about document collections API. - [Employment Webhook Events](https://truv.com/docs/api-reference/employment/events.md): Webhook events for employment data creation and updates. - [List all employments](https://truv.com/docs/api-reference/employment/link-employments.md): The endpoint returns a list of all employments. - [Retrieve an employment](https://truv.com/docs/api-reference/employment/link-last-employment.md): Get the most recent employment data - [The Employment object](https://truv.com/docs/api-reference/employment/object.md): Find information related to user employment with the endpoints in this section. - [Identity Webhook Events](https://truv.com/docs/api-reference/identity/events.md): Webhook events for identity profile creation and updates. - [Retrieve an identity](https://truv.com/docs/api-reference/identity/link-identity.md): Get the identity data for the user - [The Identity object](https://truv.com/docs/api-reference/identity/object.md): View information and details about the user's identity. - [Retrieve the most recent bank income report](https://truv.com/docs/api-reference/income-insights/bank-income-report-retrieve.md): Retrieves the most recent bank income report for the specified link. This endpoint returns the latest generated report containing transaction-based income analysis and verification data. - [Create a user bank income insights report](https://truv.com/docs/api-reference/income-insights/income-insights-report-create.md): The endpoint creates a bank income insights report for the user. - [Retrieve a user bank income insights report](https://truv.com/docs/api-reference/income-insights/income-insights-report-retrieve.md): The endpoint retrieves a bank income insights report for the user. - [The User Income Insights object](https://truv.com/docs/api-reference/income-insights/object.md): Find more information on data returned by the user-level bank income report. - [Retrieve an insurance report](https://truv.com/docs/api-reference/insurance/link_detail_reports_insurance.md): The endpoint returns the Insurance report. - [Retrieve an auto insurance report](https://truv.com/docs/api-reference/insurance/link_detail_reports_insurance_auto.md): The endpoint returns the auto insurance report. - [Retrieve an home insurance report](https://truv.com/docs/api-reference/insurance/link_detail_reports_insurance_home.md): The endpoint returns the home insurance report. - [The Insurance object](https://truv.com/docs/api-reference/insurance/object.md): View the comprehensive reference information for insurance data responses. - [Retrieve liabilities](https://truv.com/docs/api-reference/liabilities/link_liabilities.md): The endpoint returns liability accounts including credit cards and loans with detailed balance and payment information. - [The Liabilities object](https://truv.com/docs/api-reference/liabilities/object.md): Retrieve user liability data from connected financial accounts. - [Delete a link](https://truv.com/docs/api-reference/links/delete_link_by_link_id.md): The endpoint removes a link and all associated data. - [Account Link Webhook Events](https://truv.com/docs/api-reference/links/events.md): Webhook events for Account Link connections, disconnections, and deletions - [Retrieve a link token](https://truv.com/docs/api-reference/links/link_exchange_token_flow.md): Exchange a bridge public_token for a link access_token. - [Retrieve a link](https://truv.com/docs/api-reference/links/links-item.md) - [List all links](https://truv.com/docs/api-reference/links/links-list.md) - [The Account Links object](https://truv.com/docs/api-reference/links/object.md): Manage Links (persistent connections to user accounts) and refresh their data - [Advanced Security & mTLS](https://truv.com/docs/api-reference/mtls.md): Mutual TLS authentication for API and webhook communication - [OpenAPI Spec](https://truv.com/docs/api-reference/openapi.md): Truv OpenAPI specification in YAML format - [Order Webhook Events](https://truv.com/docs/api-reference/orders/events.md): Webhook events for Order status changes and refresh failures - [The Orders object](https://truv.com/docs/api-reference/orders/object.md): Create verification requests, generate bridge tokens, and manage the full order lifecycle - [Add new employer to the existing order](https://truv.com/docs/api-reference/orders/order-add-new-employer.md): The endpoint allows to add new employer to the existing order. The order should not be expired or canceled. - [Retrieve an order invoice](https://truv.com/docs/api-reference/orders/order_group_invoice_detail.md): The endpoint returns an order invoice. - [Cancel an order](https://truv.com/docs/api-reference/orders/orders_cancel_create.md): The endpoint cancels the order. - [Retrieve self-certification results for an order](https://truv.com/docs/api-reference/orders/orders_certifications_results.md): The endpoint returns self-certification results for employments and accounts that have been reviewed and certified by the user. - [Create an order](https://truv.com/docs/api-reference/orders/orders_create.md): The endpoint creates an order - [Create a data refresh order](https://truv.com/docs/api-reference/orders/orders_create_refresh_order.md): The endpoint creates the new order with data populated from the existing order. - [Retrieve events for an order](https://truv.com/docs/api-reference/orders/orders_events_list.md): Returns a list of events for the specified order. - [Get list of orders by SSN](https://truv.com/docs/api-reference/orders/orders_list_lookup.md): The endpoint returns a list of orders by an applicant SSN - [Update an order](https://truv.com/docs/api-reference/orders/orders_partial_update.md): The endpoint updates the order. Update only available if all employers in one of statuses: pending, sent. - [Retrieve an order](https://truv.com/docs/api-reference/orders/orders_read.md): The endpoint returns the order. - [List all parsed documents](https://truv.com/docs/api-reference/parsed-documents/list-parsed-documents.md): The endpoint returns a list of parsed documents. Parsed documents contain structured data extracted from uploaded documents. **Note:** Currently, only volunteer letters are available through this endpoint. Support for additional document types (paystubs, etc.) will be added in future releases. You c… - [The Parsed Documents object](https://truv.com/docs/api-reference/parsed-documents/object.md): Access parsed document data retrieved through Truv Bridge connections. - [Retrieve parsed document](https://truv.com/docs/api-reference/parsed-documents/retrieve-parsed-document.md): The endpoint returns a parsed document with its extracted data. The `parsed_data` field contains structured information extracted from the document. **Note:** Currently, only volunteer letters are available through this endpoint. For volunteer letters, the `parsed_data` includes volunteer informatio… - [Postman Collection](https://truv.com/docs/api-reference/postman.md): Get started with Truv APIs using the Postman collection - [Privacy & Compliance](https://truv.com/docs/api-reference/privacy-compliance.md): User consent, secure transport, data handling expectations, and compliance materials - [The Task Refresh object](https://truv.com/docs/api-reference/refresh/object.md): View information about data refresh endpoints for Links. - [Retrieve a data refresh status](https://truv.com/docs/api-reference/refresh/refresh_task.md): The endpoint returns the refresh task status. - [Create a data refresh task](https://truv.com/docs/api-reference/refresh/refresh_task_create.md): The endpoint creates a link data refresh task. - [The Scoring Attributes Report object](https://truv.com/docs/api-reference/scoring-attributes/object.md): View more information about scoring attribute reports. - [Create a scoring attributes report](https://truv.com/docs/api-reference/scoring-attributes/scoring-attributes-report-create.md) - [Retrieve a scoring attributes report](https://truv.com/docs/api-reference/scoring-attributes/scoring-attributes-report-retrieve.md) - [Webhook Security](https://truv.com/docs/api-reference/security.md): Verify webhook deliveries, handle retries safely, and configure webhook security controls - [Security](https://truv.com/docs/api-reference/security-overview.md): Overview of Truv security, privacy, compliance, webhook security, and mTLS - [Shift Webhook Events](https://truv.com/docs/api-reference/shifts/events.md): Webhook events for shift data creation and updates. - [List all shifts](https://truv.com/docs/api-reference/shifts/link-shifts.md): The endpoint returns ongoing and completed work shifts. It includes time entries (clock in/clock out), the type of work, and earnings. - [The Shifts object](https://truv.com/docs/api-reference/shifts/object.md): Learn more about information related to ongoing and completed work shifts. - [Pay Statement Webhook Events](https://truv.com/docs/api-reference/statements/events.md): Webhook events for pay statement creation and updates. - [List all statements](https://truv.com/docs/api-reference/statements/link-statements.md): The endpoint returns a list of pay statements with dates, gross pay, net pay and earnings with deductions breakdown. - [The Pay Statements object](https://truv.com/docs/api-reference/statements/object.md): View information from pay statements such as dates, gross pay, net pay, and earnings with deductions. - [Retrieve a statement](https://truv.com/docs/api-reference/statements/retrieve-statement.md): Get the pay statement - [Task Webhook Events](https://truv.com/docs/api-reference/tasks/events.md): Webhook events for Task status changes and data object creation and updates - [Task Lifecycle](https://truv.com/docs/api-reference/tasks/lifecycle.md): How tasks progress through the flow: statuses, errors, and processing timelines - [The Tasks object](https://truv.com/docs/api-reference/tasks/object.md): Track the status of individual verification connections within an order. - [List all tasks](https://truv.com/docs/api-reference/tasks/tasks_list.md): The endpoint returns a list of Tasks. - [Retrieve a task](https://truv.com/docs/api-reference/tasks/tasks_read.md): The endpoint returns a Task. - [The Tax Documents object](https://truv.com/docs/api-reference/tax/object.md): Learn more about the reference information for Tax Documents. - [Retrieve tax document](https://truv.com/docs/api-reference/tax/tax-document.md): The endpoint returns a tax document. - [List all tax documents](https://truv.com/docs/api-reference/tax/tax-documents.md): The endpoint returns a list of tax documents. - [The Templates object](https://truv.com/docs/api-reference/templates/object.md): Customization templates let you configure the design and text of Truv Bridge and your workflow. - [Create a customization template](https://truv.com/docs/api-reference/templates/templates_create.md): The endpoint creates a customization template. - [Delete a customization template](https://truv.com/docs/api-reference/templates/templates_delete.md): The endpoint deletes a customization template. - [List all customization templates](https://truv.com/docs/api-reference/templates/templates_list.md): The endpoint returns a list of all customization templates for user. - [Update a customization template](https://truv.com/docs/api-reference/templates/templates_partial_update.md): The endpoint updates a customization template. - [Retrieve a customization template](https://truv.com/docs/api-reference/templates/templates_read.md): This endpoint retrieves a customization template. - [List all bank transactions](https://truv.com/docs/api-reference/transactions/link-bank-data-transactions.md): The endpoint allows developers to receive user-authorized transaction data. - [The Transactions object](https://truv.com/docs/api-reference/transactions/object.md): Transaction history from connected financial accounts. - [List all documents](https://truv.com/docs/api-reference/uploaded-documents/list-documents.md): The endpoint returns a list of documents. - [The Uploaded Documents object](https://truv.com/docs/api-reference/uploaded-documents/object.md): Find more information about the responses for uploaded documents. - [Retrieve document](https://truv.com/docs/api-reference/uploaded-documents/retrieve-document.md): The endpoint returns a document. - [Create an assets report](https://truv.com/docs/api-reference/user-asset-verification-reports/assets-report-create.md): The endpoint creates an assets report for the user. - [Retrieve an assets report](https://truv.com/docs/api-reference/user-asset-verification-reports/assets-report-retrieve.md): The endpoint retrieves an assets report for the user. - [The User Asset Reports object](https://truv.com/docs/api-reference/user-asset-verification-reports/object.md): User-level Verification of Assets (VOA) reports that aggregate asset and financial account data across all account links. - [The User Income & Employment Reports object](https://truv.com/docs/api-reference/user-income-and-employment-reports/object.md): User-level Verification of Income and Employment (VOIE) reports that aggregate income and employment data across all account links. - [Retrieve an income and employment report](https://truv.com/docs/api-reference/user-income-and-employment-reports/users_get_report.md): The endpoint retrieves a report for a user. - [Create an income and employment report](https://truv.com/docs/api-reference/user-income-and-employment-reports/users_reports.md): The endpoint creates a report for a user. - [The Users object](https://truv.com/docs/api-reference/users/object.md): Manage users and user tokens for Truv Bridge with the Users endpoint. - [Create a user](https://truv.com/docs/api-reference/users/users_create.md): The endpoint creates a user. - [Delete a user](https://truv.com/docs/api-reference/users/users_delete.md): The endpoint deletes a user. - [List all users](https://truv.com/docs/api-reference/users/users_list.md): The endpoint returns a list of users. - [Update a user](https://truv.com/docs/api-reference/users/users_partial_update.md): The endpoint updates a user. - [Retrieve a user](https://truv.com/docs/api-reference/users/users_read.md): This endpoint retrieves a user. - [Webhook Events](https://truv.com/docs/api-reference/webhook-events.md): Index of webhook event types organized by object - [Webhooks](https://truv.com/docs/api-reference/webhooks/object.md): Receive real-time notifications when verification events occur - [List webhook request history](https://truv.com/docs/api-reference/webhooks/webhook_requests_list.md): Returns a paginated list of webhook requests filtered by the provided criteria. Only webhook requests from the last 30 days are available. - [Create a webhook](https://truv.com/docs/api-reference/webhooks/webhooks_create.md): The endpoint creates a webhook. - [Delete a webhook](https://truv.com/docs/api-reference/webhooks/webhooks_delete.md): The endpoint deletes a webhook. - [List all webhooks](https://truv.com/docs/api-reference/webhooks/webhooks_list.md): The endpoint returns a list of webhooks. - [Update a webhook](https://truv.com/docs/api-reference/webhooks/webhooks_partial_update.md): The endpoint updates a webhook. - [Retrieve a webhook](https://truv.com/docs/api-reference/webhooks/webhooks_read.md): This endpoint retrieves a webhook. - [Direct Deposit Switch](https://truv.com/docs/banking/integration/dds.md): Switch customer direct deposits to your bank using the Deposit Switch demo - [Retail Banking](https://truv.com/docs/banking/overview.md): Direct deposit switching and paycheck-linked lending for banks and fintech - [Transactions](https://truv.com/docs/banking/products/bank-aggregation.md): Bank account and transaction data for fintech applications - [Deposit Switch](https://truv.com/docs/banking/products/dds.md): Automatically switch customer direct deposit to your bank - [Document Processing](https://truv.com/docs/banking/products/document-processing.md): AI-powered document upload and verification for banking and fintech - [Smart Login](https://truv.com/docs/banking/smart-login.md): Truv Smart Login presents the best authentication method for each user to maximize deposit switch and PLL conversion - [Document Processing](https://truv.com/docs/credit/data-sources/document-processing.md): Collect and process documents for income and employment verification - [Tax Returns](https://truv.com/docs/credit/data-sources/tax-returns.md): Verify income through tax preparation software connections - [Bank Income](https://truv.com/docs/credit/integration/bank-income.md): Verify applicant income from bank transactions using income insights - [Integration for Consumer Credit](https://truv.com/docs/credit/integration/implementation.md): Choose the right verification method for your lending workflow - [Payroll Income](https://truv.com/docs/credit/integration/payroll-income.md): Verify applicant income and employment directly from payroll providers - [Paycheck-Linked Loans](https://truv.com/docs/credit/integration/pll.md): Set up automatic loan repayment directly from the borrower paycheck via payroll deduction - [Smart Routing](https://truv.com/docs/credit/integration/smart-routing.md): Automatically recommend the best verification method based on employer payroll coverage - [Consumer Credit](https://truv.com/docs/credit/overview.md): Income and asset verification for auto loans, personal loans, and credit decisioning - [Assets for Lending](https://truv.com/docs/credit/products/assets.md): Asset verification for consumer lending - [Transactions for Lending](https://truv.com/docs/credit/products/bank-aggregation.md): Cash flow analysis and bank data for lending decisions - [Income & Employment for Lending](https://truv.com/docs/credit/products/income-employment.md): Income verification for consumer lending decisions - [Paycheck Linked Lending](https://truv.com/docs/credit/products/pll.md): Automatic loan repayment directly from paycheck - [Scoring Attributes for Lending](https://truv.com/docs/credit/products/scoring.md): Transaction-derived risk scores and financial metrics for credit decisioning - [Widget-only Best Practices](https://truv.com/docs/developers/best-practices/bridge-token.md): Guidelines for implementing Deposit Switch and Paycheck Linked Lending - [Embedded Orders Best Practices](https://truv.com/docs/developers/best-practices/embedded-orders.md): Guidelines for implementing Embedded Orders - [Building with AI](https://truv.com/docs/developers/building-with-ai.md): Connect Claude Code, Codex, or Cursor to Truv docs via MCP for accurate API integrations - [Financial Accounts](https://truv.com/docs/developers/coverage-financial-accounts.md): Financial institution coverage, supported account types, and data access - [Payroll](https://truv.com/docs/developers/coverage-payroll.md): Payroll provider coverage, authentication methods, and Smart Login - [UX Customization](https://truv.com/docs/developers/customization.md): Brand your verification experience across Bridge, emails, SMS, and landing pages - [Truv Dashboard](https://truv.com/docs/developers/dashboard.md): Your central hub for managing verifications, teams, customization, billing, integrations and more. - [Activity](https://truv.com/docs/developers/dashboard/activity.md): Search and manage users, orders, tasks, and provider coverage - [Billing](https://truv.com/docs/developers/dashboard/billing.md): View your subscription, invoices, and usage data - [Customization](https://truv.com/docs/developers/dashboard/customization.md): Control branding, order defaults, templates, and API response fields - [Development](https://truv.com/docs/developers/dashboard/development.md): Manage API keys, view logs, and configure webhooks for your Truv integration - [Emulator](https://truv.com/docs/developers/dashboard/emulator.md): Preview and test the Truv verification experience as the end-user using different products and flows. - [Home](https://truv.com/docs/developers/dashboard/home.md): Monitor verification performance and team activity from your reporting dashboard - [Settings](https://truv.com/docs/developers/dashboard/settings.md): Configure company details, manage your team, and control notification preferences - [Support](https://truv.com/docs/developers/dashboard/support.md): Submit and track support tickets with the Truv team - [Application Demo](https://truv.com/docs/developers/demos/application.md): Verify income, employment, or assets through Embedded Orders - [Consumer Credit Demo](https://truv.com/docs/developers/demos/consumer-credit.md): Bundle income, deposit switch, and payroll-linked lending in one session - [Document Processing Demo](https://truv.com/docs/developers/demos/document-processing.md): Upload pay stubs and tax returns, extract structured data - [Follow-up Demo](https://truv.com/docs/developers/demos/follow-up.md): Create multiple verification tasks for one applicant - [Verifier Portal Demo](https://truv.com/docs/developers/demos/verifier-portal.md): Send verification links via email/SMS, no user present - [Fraud Detection & Manual Review](https://truv.com/docs/developers/fraud-and-manual-review.md): How to interpret the is_suspicious flag, detect document fraud, and handle manual review scenarios - [Welcome](https://truv.com/docs/developers/home.md): Start here to integrate Truv into your application - [Deeplinking](https://truv.com/docs/developers/integration/bridge-widget/deeplinking.md): Pre-fill account information in Bridge Widget flows to skip search steps - [New User](https://truv.com/docs/developers/integration/bridge-widget/new-user.md): Direct API integration for Deposit Switch and Paycheck Linked Lending - [Bridge Widget Overview](https://truv.com/docs/developers/integration/bridge-widget/overview.md): The client-side widget for secure account connections - [Returning User](https://truv.com/docs/developers/integration/bridge-widget/returning-user.md): Re-authenticate expired connections and refresh data - [Document Processing Implementation](https://truv.com/docs/developers/integration/document-processing.md): Step-by-step guide to uploading, processing, and verifying borrower documents via the Truv API - [Add Employer](https://truv.com/docs/developers/integration/embedded-orders/add-employer.md): Add a new employer to an existing order after it has been created - [Data Refresh](https://truv.com/docs/developers/integration/embedded-orders/data-refresh.md): Refresh verification data from a completed order without requiring the user to reconnect - [Deeplinking](https://truv.com/docs/developers/integration/embedded-orders/deeplinking.md): Pre-fill account information (employer, bank, etc.) to skip search steps and maximize conversion - [Follow-up](https://truv.com/docs/developers/integration/embedded-orders/follow-up.md): Let Truv handle email and SMS reminders when users leave without finishing verification - [Embedded Orders](https://truv.com/docs/developers/integration/embedded-orders/overview.md): Create an order when you don't know the user's employer or provider - [Self-Certification](https://truv.com/docs/developers/integration/embedded-orders/self-certification.md): Retrieve user self-certification results for employments and accounts in an order - [Add Employer](https://truv.com/docs/developers/integration/hosted-orders/add-employer.md): Add a new employer to an existing order after it has been created - [Data Refresh](https://truv.com/docs/developers/integration/hosted-orders/data-refresh.md): Refresh verification data from a completed order without requiring the user to reconnect - [Deeplinking](https://truv.com/docs/developers/integration/hosted-orders/deeplinking.md): Pre-fill account information (employer, bank, etc.) to skip search steps and maximize conversion - [New User](https://truv.com/docs/developers/integration/hosted-orders/new-user.md): Create an order where Truv contacts the user via email or SMS to complete verification - [Self-Certification](https://truv.com/docs/developers/integration/hosted-orders/self-certification.md): Retrieve user self-certification results for employments and accounts in an order - [CSV Upload](https://truv.com/docs/developers/integration/manual-orders/csv-upload.md): Create verification orders in bulk by uploading a CSV file through the Dashboard - [Manage Orders](https://truv.com/docs/developers/integration/manual-orders/manage-orders.md): Filter, search, export, and customize the orders table in the Dashboard - [New Order](https://truv.com/docs/developers/integration/manual-orders/new-user.md): Create a verification order through the Truv Dashboard without writing any code - [Login](https://truv.com/docs/developers/login.md): Log into the Truv Dashboard using email, SSO, or a social provider - [Multi-Tenancy](https://truv.com/docs/developers/multi-tenancy.md): Manage separate Dashboard instances for different business units - [Quickstart](https://truv.com/docs/developers/quickstart.md): Run a complete Truv integration in minutes with Python, Ruby, Go, Node.js, or C# - [Start Building](https://truv.com/docs/developers/quickstarts-overview.md): Quickstart for basics, demo apps for real integration patterns - [Android SDK](https://truv.com/docs/developers/sdks/android.md): Truv Bridge SDK for Android (Kotlin) - [Bridge Events](https://truv.com/docs/developers/sdks/bridge-events.md): Complete reference for Truv Bridge JavaScript callbacks, onEvent types, event data payloads, and error codes - [Flutter SDK](https://truv.com/docs/developers/sdks/flutter.md): Truv Bridge SDK for Flutter - [iOS SDK](https://truv.com/docs/developers/sdks/ios.md): Truv Bridge SDK for iOS (Swift) - [Vanilla JS SDK](https://truv.com/docs/developers/sdks/javascript.md): Truv Bridge SDK for vanilla JavaScript - [React SDK](https://truv.com/docs/developers/sdks/react.md): Truv Bridge SDK for React - [React Native SDK](https://truv.com/docs/developers/sdks/react-native.md): Truv Bridge SDK for React Native - [SSO Configuration](https://truv.com/docs/developers/sso.md): Set up single sign-on with SAML 2.0, OIDC, or Azure AD - [Launch Checklist](https://truv.com/docs/developers/testing/launch-checklist.md): Pre-production steps for any Truv integration - [Test Credentials](https://truv.com/docs/developers/testing/test-credentials.md): Sandbox login credentials for testing all Truv products - [Test Documents](https://truv.com/docs/developers/testing/test-documents.md): Sample PDFs for testing document processing in the sandbox - [Caseworker Portal](https://truv.com/docs/government/integration/caseworker-portal.md): Create verification orders and send links to clients from your caseworker system using the EmployeePortal demo - [Customer Portal](https://truv.com/docs/government/integration/customer-portal.md): Embed income, employment, and asset verification in your benefits portal using the CustomerPortal demo - [Document Processing](https://truv.com/docs/government/integration/document-processing.md): Extract structured income data from client documents using the PSDocuments demo - [Custom Integration](https://truv.com/docs/government/integration/overview.md): Choose where to integrate Truv verification in your benefits workflow - [Public Sector](https://truv.com/docs/government/overview.md): Income, employment, and asset verification for government programs - [Document Processing for Government](https://truv.com/docs/government/products/document-processing.md): Verify client income and employment from uploaded documents when payroll connections are unavailable - [Income & Employment for Government](https://truv.com/docs/government/products/income-employment.md): Income and employment verification for government benefits programs - [Assets for Government](https://truv.com/docs/government/products/self-employed-income.md): Verify self-employment income, gig work, and financial assets for government programs - [Day 1 Certainty (D1C)](https://truv.com/docs/mortgage/d1c-aim/fannie-mae.md): Day 1 Certainty validation through Desktop Underwriter for income, employment, and assets - [Asset and Income Modeler (AIM)](https://truv.com/docs/mortgage/d1c-aim/freddie-mac.md): Asset and Income Modeler (AIM) integration through Loan Product Advisor for income, employment, and assets - [BeSmartee Integration](https://truv.com/docs/mortgage/integration/besmartee.md): Verify borrower income and employment within the BeSmartee digital mortgage POS platform - [Blue Sage Solutions Integration](https://truv.com/docs/mortgage/integration/bluesage.md): Income and employment verification directly within the Blue Sage LOS: one-click ordering, AUS-ready reports - [BYTE Software](https://truv.com/docs/mortgage/integration/byte-pro.md): Auto-run and manual income and employment verification within BYTE Software LOS - [LOS Integration](https://truv.com/docs/mortgage/integration/custom-los.md): Send verification links to borrowers from your loan origination system using the LOS demo - [Custom Integration](https://truv.com/docs/mortgage/integration/custom-overview.md): Choose where to integrate Truv verification in your mortgage workflow - [POS Application](https://truv.com/docs/mortgage/integration/custom-pos.md): Embed income, employment, and asset verification in your borrower portal using the Application demo - [Dark Matter Empower Integration](https://truv.com/docs/mortgage/integration/dark-matter-empower.md): Income and employment verification within the Empower® Loan Origination Platform by Dark Matter Technologies - [Document Processing](https://truv.com/docs/mortgage/integration/document-processing.md): Extract structured income data from pay stubs, W-2s, and tax returns using the Document Processing demo - [Follow-up Verification](https://truv.com/docs/mortgage/integration/embedded-orders.md): Verify co-borrowers and complete post-application verification using the Follow-up demo - [Floify Integration](https://truv.com/docs/mortgage/integration/floify.md): Use Truv income and employment verification within the Floify point-of-sale system - [Overview](https://truv.com/docs/mortgage/integration/ice-encompass.md): Verify income, employment, and assets directly within Encompass® SmartClient and LO Connect - [AIM Check via Automated Service Ordering](https://truv.com/docs/mortgage/integration/ice-encompass/aim-check.md): Enable Freddie Mac AIM Check in ICE Encompass using Automated Service Ordering to receive early income assessments from digitized paystub and W-2 data - [Automated Service Ordering (ASO)](https://truv.com/docs/mortgage/integration/ice-encompass/aso.md): Automatically trigger Truv verification orders in ICE Encompass when loan conditions are met - [Encompass Consumer Connect](https://truv.com/docs/mortgage/integration/ice-encompass/consumer-connect.md): Set up Truv in Encompass Consumer Connect for borrower-facing verification - [Customization](https://truv.com/docs/mortgage/integration/ice-encompass/customization.md): White labeling, eFolder document mapping, status notification routing, and custom field configuration - [Create and Manage Orders](https://truv.com/docs/mortgage/integration/ice-encompass/manual-voie.md): Manually order income, employment, and asset verifications using Truv within ICE Encompass - [Encompass LOS Setup Guide](https://truv.com/docs/mortgage/integration/ice-encompass/setup.md): Setup Truv within ICE Encompass® (SmartClient/Desktop and web editions) - [TPO Connect](https://truv.com/docs/mortgage/integration/ice-encompass/tpo-connect.md): Set up Truv in Encompass TPO Connect for broker, wholesale, and correspondent channels - [LenderLogix Integration](https://truv.com/docs/mortgage/integration/lenderlogix.md): Income and employment verification within LenderLogix LiteSpeed: four-step self-service setup - [Lodasoft Integration](https://truv.com/docs/mortgage/integration/lodasoft.md): Real-time income and employment verification embedded in the Lodasoft mortgage platform - [LOS Integrations](https://truv.com/docs/mortgage/integration/los-overview.md): Pre-built integrations with major loan origination systems, no code required - [POS Integrations](https://truv.com/docs/mortgage/integration/pos-overview.md): Pre-built integrations with major point-of-sale platforms, no code required - [nCino (fka SimpleNexus) Integration](https://truv.com/docs/mortgage/integration/simplenexus.md): Income, employment, and asset verification embedded in nCino's point-of-sale platform - [TidalWave Integration](https://truv.com/docs/mortgage/integration/tidalwave.md): Income, employment, and asset verification embedded in TidalWave's SOLO point-of-sale platform - [Vesta LOS Integration](https://truv.com/docs/mortgage/integration/vesta.md): Income and employment verification embedded in Vesta's loan origination platform - [Home Lending](https://truv.com/docs/mortgage/overview.md): Income, employment, asset, and document-based income verification for mortgage origination - [AIM Check for Mortgage](https://truv.com/docs/mortgage/products/aim-check.md): Document-based income verification for Freddie Mac AIM Check using pay stubs and W-2s - [Assets for Mortgage](https://truv.com/docs/mortgage/products/assets.md): Verify borrower bank account balances, ownership, and transaction history for mortgage underwriting - [Income & Employment for Mortgage](https://truv.com/docs/mortgage/products/income-employment.md): Verify borrower income and employment directly from payroll providers, certified by Fannie Mae and Freddie Mac - [Overview](https://truv.com/docs/mortgage/testing/gse-testing.md): Overview of Day 1 Certainty and Asset and Income Modeler workflows - [Sample Reports](https://truv.com/docs/mortgage/testing/sample-reports.md): Reference report retrieval patterns and Encompass field mappings for DU and AIM - [Embedded Orders for Screening](https://truv.com/docs/screening/integration/embedded-orders.md): Implement employment verification for background screening - [Screening Implementation Guide](https://truv.com/docs/screening/integration/implementation.md): Complete implementation guide for background screening - [TazWorks Integration](https://truv.com/docs/screening/integration/tazworks.md): Verify employment history directly within the TazWorks platform using Truv - [Background Screening](https://truv.com/docs/screening/overview.md): Employment verification for pre-employment screening and background checks - [Employment for Screening](https://truv.com/docs/screening/products/employment.md): Employment history verification for background checks - [Income & Employment for Screening](https://truv.com/docs/screening/products/income-employment.md): Income and employment verification for tenant screening ## OpenAPI Specs - [openapi](https://truv.com/docs/openapi.yaml)