Pre-fill account information (employer, bank, or other provider) when creating a hosted order to bypass the search screens. When the user clicks the verification link, they land directly on the login screen.Documentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Truv’s hosted verification page normally shows two search screens before login:- Employer selection: user searches for their employer by name
- Provider selection: user selects their payroll provider (e.g. ADP, Workday)
Deeplink by employer
Use this when you know the user’s employer name. Truv maps the employer to the correct payroll provider automatically.Find the company mapping
Call the Search companies endpoint with the employer name from your application.Create an order with the mapping
Pass thecompany_mapping_id in the employers array when creating the order.
Alternative: Deeplink by company name
If you don’t have acompany_mapping_id but have the employer name on hand, pass company_name instead. Truv will attempt to match the employer automatically.
This is a best-effort match. For the highest accuracy, use
company_mapping_id from the company search endpoint.Deeplink by provider
Use this when you know the specific payroll provider (e.g. ADP, Workday, Gusto) but not the specific employer. Pass theprovider_id in the employers array.
All providers from the List all data providers endpoint are supported as deeplink targets.
Next steps
Hosted Orders
Create a hosted order from scratch
Search Companies
Find
company_mapping_id by employer nameBridge Widget Deeplinking
Deeplinking for Bridge widget flows
Create Order
Create orders with employer pre-fill