Deeplinking
If you already have data about the user beforehand you can leverage deeplinking to skip unnecessary screens in BridgeBridge - The client-side component that your users will interact with in order to link their payroll accounts to Truv and allow you to access their accounts via the Truv. by providing certain fields when requesting a bridge_tokenbridge_token - A short-lived token provided by the Truv to authorize the use of Bridge. This token has a 6 hour expiration.. Here's the available options you have:
Skip employer selection
If you know the users employer ahead of time you can leverage the Company search endpoint to retrieve a company_mapping_id
.
By passing this value into the company_mapping_id
field in your Bridge Token request BridgeBridge - The client-side component that your users will interact with in order to link their payroll accounts to Truv and allow you to access their accounts via the Truv. will bypass the employer selection screen and the user will begin by selecting their payroll provider.
Skip provider selection
If you know the payroll provider you want the user to log into you can have the user start directly on the login screen by passing the provider_id
field in your Bridge Token request.
Any supported provider provided by the Supported Providers endpoint will be valid to put in this field.
Testing
To test deeplinking, try entering company_mapping_id
or provider_id
in Emulator -> additional settings.


Updated 3 months ago