Test scenarios use the file name to determine results. The sandbox ignores actual file contents. Only the file name matters.
Pay stubs
High income earner
Use these documents to test parsing for a high income earner scenario.Tax documents
For 1099 tax documents, Truv supports parsing formats from any year after 2021. This includes 1099-DIV, 1099-G, 1099-INT, 1099-MISC, 1099-NEC, and 1099-R.
Volunteer documents
Suspicious document detection
To flag any doc upload test scenario as suspicious, rename the file with the
suspicious. prefix before uploading. See the tip at the top of this page for the full rule and examples.
Validation failures
Use these files to test the file-level validation flags returned by the Document Collections API. Each file triggers a specific validation failure on the collection retrieve response. In the sandbox, only the file name determines the test scenario — the actual file contents are ignored. You can upload any PDF as long as the filename matches.Base64 encoding for Document Collections API
The Document Collections API accepts base64-encoded file content when creating or uploading to a collection. To encode a test document for use with the API:content field when creating a document collection:
In sandbox mode, the file name determines the test scenario, not the actual content. The base64 content can be from any valid PDF — only the filename matters for sandbox behavior.