Self-certification allows users to review and confirm (or reject) the employment and account data retrieved during verification. Retrieve the certification results to see whether the user confirmed the data as representative or flagged discrepancies.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.
When to use
| Scenario | Example |
|---|---|
| Income verification | User confirms retrieved income matches their actual earnings |
| Employment confirmation | User validates employer name, start date, and pay rate |
| Asset verification | User reviews account balances and ownership details |
| Dispute handling | User flags incorrect or outdated data with a reason |
Retrieve certification results [Server-side]
Send aGET request to the order’s /certifications/ endpoint after the user completes their review.
Response structure
Each result contains adecision and either an employment or account object.
Decision values
| Decision | Meaning |
|---|---|
representative | User confirmed the data is accurate |
not_representative | User flagged the data as inaccurate |
Rejection reasons
When the decision isnot_representative, the result includes a rejection_reason:
| Reason | Description |
|---|---|
employment_no_longer_active | User is no longer employed at this company |
incorrect_amount | Income or balance amount is wrong |
duplicate_entry | Employer or account appears more than once |
outdated_information | Data is stale or no longer current |
other | User provided a custom explanation in rejection_comment |
Next steps
New User
Create a hosted order from scratch
Data Refresh
Refresh data when certifications flag outdated info