Buyer-Supplied Bureau Data
Buyer-Supplied Bureau Data
If your back-end already has borrower-authorized bureau data, you can pass it while creating a Hosted Experience URL.
This is optional. Hosted Experience works even when you do not send bureau data.
When To Use This
Use buyer-supplied bureau data when:
- your application has already received a bureau report for the borrower
- the borrower has authorized your application to share that report with Aarthik Labs
- you want Aarthik Labs to store the report with the borrower and journey context
Do not send bureau data directly from a browser or mobile app. Send it only from your trusted back-end.
Request Shape
Add a top-level bureau object to POST /api/lab/sessions.
Required Fields
Optional References
You may also send:
These fields are optional. If you do not have them, omit them.
What Happens Next
Aarthik Labs stores the raw bureau data with borrower, tenant, application, and journey context. The raw report is redacted from audit payloads and is not exposed to the borrower-facing Hosted page.
The API still returns the normal embeddable URL response. The bureau object is not returned in the response.
Note: Buyer-supplied bureau data is stored safely for audit, provenance, and supported processing. Do not assume it will automatically replace all lender or bureau pulls unless Aarthik Labs has confirmed support for your bureau format.
Read the exact request contract in the API Reference.