Orders
Users connect their account information using Orders, personalized landing pages with Truv.
Overview
With Truv, an Order is a custom landing page for your users. Users connect their accounts to their providers when they use Orders. Send personalized invitations to your users through email or phone. Orders are a simple process for contacting your users for next steps.
Orders provide an interactive solution using our interface and UX tools. They let you contact your users and prompt them to complete their provider details.
Creating an Order
Create Orders using the Truv Dashboard, the API, or both. Each section below covers these ways to create Orders for your users.
Using your dashboard
In the Orders section of your dashboard, click on Create order to get started. Select one of the products and fill in the user’s information in the fields. Only first and last name inputs are mandatory.
With Truv, decide to send a notification or generate a unique link. Send an email or SMS with that link directly to your users.
Tip
Over 75% of users complete Order requests within the first five hours. Include phone numbers in Orders to improve responsiveness and conversion through outreach.
Using the API
The Orders API reference page contains all the endpoints for managing the personal landing pages. Navigate your users experience with the data from pending or completed Orders.
Integration Process
- Create an Order
- Call
/orders/
to create a new order with the following parameters:- Required fields
products
: Insert the product(s) desired. For income specify["income"]
, and add additional products to the list, if any.first_name
&last_name
: Enter the first and last name of the applicant- For Direct Deposit Switch (DDS) - the fields are located under the
account
object inside theemployers
object:account_number
&routing_number
: Enter the account information where the income data should be directed to.bank_name
: Enter the bank name of the corresponding bank.
- Optional fields
SSN
: Enter the last 4 digits or all 9 digits of the Social Security Number if you'd like Truv to check if the SSN matches that from the payroll system.email
&phone
: Enter either email and/or mobile phone number for Truv to send the Truv notification to the applicant. If you leave this section blank, you would need to retrieve the Truv verification link from the JSON response under"share_url"
.Note
Truv will not be able to send any notifications if both email and phone number are left blank.
employers
: Enter the company_name if the applicant's employment information is known. This will ensure that only the requested employments are verified. If left blank, the applicant would need to select the employer(s) manually.
- Required fields
- Call
- Retrieve an Order
-
- Call the Retrieve an order endpoint to fetch the details of an existing order. This ensures access to the latest order information.
-
- Refresh Order Data
-
- To request updated information for an existing order, use the Create a data refresh order endpoint. This allows the order data to be refreshed and kept up-to-date.
-
Webhooks
Listen for the order-status-updated
webhook, which provides the status of the Truv Order and indicates when the data is ready to be retrieved once the status
is set to completed
. The data_source
will specify the income source of the Order. Use the order_id
,user_id
and link_id
to trigger the corresponding income information retrieval. More info here.
Webhook Setup
Subscribe to Truv webhooks by navigating to the Webhooks section of the dashboard and entering the URL endpoint for receiving updates.
Upload Orders using your dashboard
In the Orders section of your dashboard, click on Upload order to get started. Select one of the products from the Product Type list and associated Templates if applicable.
Download sample CSV provided and fill it out with all of the order details. When you are ready, drag and drop the file in your dashboard or click the Choose File button and select the CSV with the borrowers details to continue with order creation.
Note
Audit your CSV file to ensure all the borrower details are accurately filled out. Truv recommends to add borrower email and sms so that orders are successfully created on submission.
The flow prompts with any errors if mandatory fields are empty. Ensure that all mandatory fields are filled out accurately before uploading the file to reduce errors.
Managing Orders
In your dashboard, view and manage your Orders under the Usage section.
Usage detail summary
On the Orders page in your dashboard, you can create and view historical details. Search and filter for specific Orders using the table.
Order status
The bullet points below cover the user’s Order status.
- pending - Truv is processing the applicant’s information
- sent - Order email or SMS is on its way to applicant
- completed - Applicant has completed request for action
- error - Notification issue
- canceled - Order is no longer requested
- expired - Order is past expiration date, no longer valid
- skipped - Applicant has exited Order before completing request for action
- no data - Provider has no data*
Note
*View the Task Details for more information and additional explanation.
Customization
Personalize the text your users receive from emails and SMS messages. Customizations are available for your users’ landing pages. You can use the Customization templates in Truv dashboard or Create a customization template endpoint for additional options.
Notifications
Truv has Order links available within the dashboard or through the API for your own notification system as well.
Tip
Using both email address and SMS messaging together improves Order success rates from opening to completion.
Reminders
The Truv notification system has a default reminder setting of 72 hours. For each day after, Truv sends an email reminder. You can customize expiration time and reminder schedule within your dashboard.
Orders for verifications
Orders are simple solutions to verify provider information from your users. These use a secure and straightforward user interface and you can customize the branding for a seamless integration. The integrations below apply to VOIE, VOE, and Insurance Verification. Learn more about these options using the guide below.
TazWorks and Accio Data platforms
TazWorks and Accio Data now integrate with Truv for our customers. Truv helps to submit employment history requests for CRAs and background screeners. Use Truv’s verification workflow directly with these integrations for complete employment history requests.
You can also submit Orders using the TazWorks and Accio Data platforms. On your dashboard, check and monitor all Orders from these integrations.
Encompass
With Encompass, you can submit income and employment requests through the Truv verification processes. Help loan officers and processors manage submissions from future and existing borrowers.
Truv’s Encompass integration lets customers retrieve, refresh, and store aggregate reports in the Encompass eFolder. Support your users throughout the mortgage loan origination process.
You can also find and submit Orders using Encompass as well as manage them in your dashboard.
Updated about 1 month ago