---
title: "Retrieve a paycheck linked loan report"
method: GET
path: "/v1/links/{link_id}/pll/report/"
tags: ["Deposit Switch Reports"]
---

# Retrieve a paycheck linked loan report

`GET /v1/links/{link_id}/pll/report/`

The endpoint returns the PLL report.

## Response `200`

- PLLDetail — Data for the PLL report
  - `id` string, required — Unique ID
  - `status` string, required — [Request status](https://docs.truv.com/reference/task-livecycle)
  - `finished_at` string — Time when report was finished
  - `completed_at` string, required — Time when report was completed **(Deprecated, invalid datetime format)**
  - `access_token` string, required — Access token for a Link to payroll provider
  - `tracking_info` string, nullable, required — Any information passed to the Truv Bridge from a partner
  - `is_suspicious` boolean — Flag to indicate if the data from the source is suspicious. E.g. fraud detected in uploaded documents or SSN of the user does not match with the data
  - `deposit_details` object, required — Bank account info. Used for Direct deposit switching and Paycheck linked lending
    - `account_number` string — Account number
    - `account_type` 'checking' | 'savings' — Account type: * `checking` - Checking account, * `savings` - Savings account
    - `routing_number` string — Routing number
    - `bank_name` string — Bank name
    - `deposit_type` string — Deposit type: `amount` - fixed amount from the paycheck
    - `deposit_value` string — Deposit value
  - `initial_accounts` object[], nullable — List of initial accounts
    - `account_number` string, required — Account number. Only digits and * are allowed.
    - `routing_number` string, required — Routing number. Only digits and * are allowed.
    - `account_type` 'checking' | 'savings' — Account type. * `checking` - Checking account, * `savings` - Savings account
    - `account_name` string — Account name
    - `bank_name` string — Bank name.
    - `deposit_type` 'entire' | 'percent' | 'amount' — Deposit type. * `entire` - Entire paycheck, * `percent` - Percentage of the paycheck, * `amount` - Fixed amount from the paycheck
    - `deposit_value` string — Deposit value.
  - `pdf_report` string, uri — URL that points to the PDF file containing the report
  - `employer` object, nullable — Employer
    - `id` string, required — Employer ID.
    - `name` string, required — Employer name.
    - `logo_url` string, nullable — Employer logo image.
  - `provider` object, required — Payroll provider
    - `id` string, required — Data provider ID.
    - `name` string, required — Data provider name.
    - `logo_url` string — Data provider logo image.

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden
- `404` — HTTP 404 Not Found

---

[API](https://skmtc.net/truv/apis/truv-api.md) · [All operations](https://skmtc.net/truv/apis/truv-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truv/truv-api/revisions/1884c5bfe3a5/schema)
