> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verifications Guide

> Implementation guide for payroll, banking, and document verifications.

## Introduction

This guide covers the verifications workflow:

1. Create a user.
2. Create a verification for your desired report type.
3. Create and launch a frontend session (payroll and banking only).
4. Listen for lifecycle updates via `verifications.updated`.
5. Retrieve the completed report PDF and JSON.

## Supported report types

* **Payroll:** Generate [`voie`](https://res.cloudinary.com/argyle-media/image/upload/v1749501632/docs-2025/voie_example_argyle.pdf) or [`voe`](https://res.cloudinary.com/argyle-media/image/upload/v1746481161/docs-2025/voe_example.pdf) reports.
* **Banking:** Connect financial institutions to generate [`voa`](https://res.cloudinary.com/argyle-media/image/upload/v1749582203/docs-2025/VOA_Banking_Report.pdf), [`voai`](https://res.cloudinary.com/argyle-media/image/upload/v1749584607/docs-2025/VOAI_Banking_Report.pdf), [`voi`](https://res.cloudinary.com/argyle-media/image/upload/v1749582466/docs-2025/VOI_Banking_Report.pdf), or [`voe-transactions`](https://res.cloudinary.com/argyle-media/image/upload/v1778709376/docs-2026/VOE_Transactions_Banking_Report.pdf) reports.
* **Documents:** Upload mortgage income documents to generate a [`doc-voi-mortgage`](https://res.cloudinary.com/argyle-media/image/upload/v1764784423/docs-2025/doc_voi_example.pdf) report.

## Example reports

<Accordion title="Verification of Income and Employment (Payroll VOIE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749501632/docs-2025/voie_example_argyle.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/QY9l-CtcSx2-TuFM/images/api-ref/reports2/1-voie.png?fit=max&auto=format&n=QY9l-CtcSx2-TuFM&q=85&s=2abf3c9ca559e53db7bf43dcd5eb2d59" alt="Image of Argyle's Verification of Income and Employment (VOIE) report." width="827" height="1343" data-path="images/api-ref/reports2/1-voie.png" />
  </Frame>

  ```json theme={}
  {
    "report_id": "6da4c9a3-2e63-95e5-8be3-f9a52ddc489a",
    "type": "voie",
    "user_id": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "external_id": "March Connection",
    "created_at": "2023-03-26T09:20:06.081Z",
    "last_synced_at": "2023-03-24T12:41:25.069Z",
    "metadata": {},
    "employments": [
      {
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "account": "018728a3-afee-5288-8e8a-c68ceb591359",
        "last_synced_at": "2023-03-24T12:41:25.069Z",
        "source": "Worknight",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "birth_date": "1980-10-10",
        "ssn": "522-09-1191",
        "phone_number": "+18009000010",
        "email": "bob@email.com",
        "employee_address": {
          "line1": "342 Fence Rd",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "employer": "Whole Goods",
        "employer_address": {
          "line1": "852 North W St",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "full-time",
        "job_title": "Store Manager",
        "base_pay": {
          "amount": "75372.62",
          "currency": "USD",
          "period": "annual"
        },
        "pay_cycle": "monthly",
        "start_date": "2020-08-28",
        "original_hire_date": "2020-08-28",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "6"
        },
        "last_pay_period_end_date": "2023-03-22",
        "last_paystub_date": "2023-03-24",
        "income": [
          {
            "period": "2023",
            "currency": "USD",
            "gross_pay": {
              "total": "25124.20",
              "base": "25124.20",
              "overtime": "0.00",
              "commission": "0.00",
              "bonus": "0.00",
              "other": "0.00"
            },
            "reimbursements": "8.13",
            "deductions": "816.53",
            "taxes": "5715.75",
            "fees": "0.00",
            "net_pay": "18600.05"
          },
          {
            "period": "2022",
            "currency": "USD",
            "gross_pay": {
              "total": "82866.32",
              "base": "81653.65",
              "overtime": "0.00",
              "commission": "881.09",
              "bonus": "331.58",
              "other": "0.00"
            },
            "reimbursements": "4.35",
            "deductions": "3266.12",
            "taxes": "14948.85",
            "fees": "0.00",
            "net_pay": "64655.70"
          }
        ],
        "monthly_income": {
          "argyle": {
            "total": "7102.33",
            "base": "6902.55",
            "overtime": "165.94",
            "bonus": "5.22",
            "commission": "28.62",
            "other": "0.00"
          }
        },
        "callouts": []
      },
      {
        "employment": "0185a31d-e2c8-991c-a251-5977e36a418c",
        "account": "018728a2-2fe0-cdb4-9486-70b2fe9834f9",
        "last_synced_at": "2023-03-01T05:10:59.558Z",
        "source": "Bullseye",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "birth_date": "1980-10-10",
        "ssn": "522-09-1191",
        "phone_number": "+18009000010",
        "email": "bob@email.com",
        "employee_address": {
          "line1": "342 Fence Rd",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "employer": "Bullseye",
        "employer_address": {
          "line1": "119 Green Ridge",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "part-time",
        "job_title": "Clerk",
        "base_pay": {
          "amount": "61030.57",
          "currency": "USD",
          "period": "annual"
        },
        "pay_cycle": "monthly",
        "start_date": "2020-06-29",
        "original_hire_date": "2020-06-29",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "9"
        },
        "last_pay_period_end_date": "2023-02-23",
        "last_paystub_date": "2023-02-24",
        "income": [
          {
            "period": "2023",
            "currency": "USD",
            "gross_pay": {
              "total": "20848.92",
              "base": "20343.52",
              "overtime": "0.00",
              "commission": "0.00",
              "bonus": "505.40",
              "other": "0.00"
            },
            "reimbursements": "0.00",
            "deductions": "915.48",
            "taxes": "4475.58",
            "fees": "0.00",
            "net_pay": "15457.86"
          },
          {
            "period": "2022",
            "currency": "USD",
            "gross_pay": {
              "total": "68070.08",
              "base": "66116.44",
              "overtime": "0.00",
              "commission": "777.54",
              "bonus": "1176.10",
              "other": "0.00"
            },
            "reimbursements": "18.40",
            "deductions": "2034.40",
            "taxes": "13274.18",
            "fees": "0.00",
            "net_pay": "52779.90"
          }
        ],
        "monthly_income": {
          "argyle": {
            "total": "5683.51",
            "base": "5512.92",
            "overtime": "0.00",
            "bonus": "119.51",
            "commission": "51.08",
            "other": "0.00"
          }
        },
        "callouts": []
      }
    ],
    "income_totals": [
      {
        "period": "2023",
        "currency": "USD",
        "gross_pay": {
          "total": "45973.12",
          "base": "45467.72",
          "overtime": "0.00",
          "commission": "0.00",
          "bonus": "505.40",
          "other": "0.00"
        },
        "reimbursements": "8.13",
        "deductions": "1732.01",
        "taxes": "10191.33",
        "fees": "0.00",
        "net_pay": "34057.91"
      },
      {
        "period": "2022",
        "currency": "USD",
        "gross_pay": {
          "total": "150936.4",
          "base": "147770.09",
          "overtime": "0.00",
          "commission": "1658.63",
          "bonus": "1507.68",
          "other": "0.00"
        },
        "reimbursements": "22.75",
        "deductions": "5300.52",
        "taxes": "28223.03",
        "fees": "0.00",
        "net_pay": "117435.60"
      }
    ]
  }
  ```
</Accordion>

<Accordion title="Verification of Employment (Payroll VOE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1746481161/docs-2025/voe_example.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/QY9l-CtcSx2-TuFM/images/api-ref/reports2/2-voe.png?fit=max&auto=format&n=QY9l-CtcSx2-TuFM&q=85&s=6c206b7a1dad09a13ec8d3e9f4ea3008" alt="Image of Argyle's Verification of Employment (VOE) report." width="998" height="1025" data-path="images/api-ref/reports2/2-voe.png" />
  </Frame>

  ```json theme={}
  {
    "report_id": "6c3fa756-2e76-43e1-55f6-e29fc6ae535d",
    "type": "voe",
    "user_id": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "external_id": "March Connection",
    "created_at": "2023-03-26T09:19:08.916Z",
    "last_synced_at": "2023-03-24T12:41:21.576Z",
    "metadata": {},
    "employments": [
      {
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "account": "0187c66e-e7e5-811c-b006-2232f00f426a",
        "last_synced_at": "2023-03-24T12:41:21.576Z",
        "source": "Worknight",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "ssn": "522-09-1191",
        "employer": "Whole Goods",
        "employer_address": {
          "line1": "852 North W St",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "full-time",
        "job_title": "Store Manager",
        "start_date": "2020-08-28",
        "original_hire_date": "2020-08-28",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "6"
        },
        "last_pay_period_end_date": "2023-03-22",
        "last_paystub_date": "2023-03-24"
      },
      {
        "employment": "0185a31d-e2c8-991c-a251-5977e36a418c",
        "account": "018728a2-2fe0-cdb4-9486-70b2fe9834f9",
        "last_synced_at": "2023-03-01T05:10:59.558Z",
        "source": "Bullseye",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "ssn": "522-09-1191",
        "employer": "Bullseye",
        "employer_address": {
          "line1": "119 Green Ridge",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "part-time",
        "job_title": "Clerk",
        "start_date": "2020-06-29",
        "original_hire_date": "2020-06-29",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "9"
        },
        "last_pay_period_end_date": "2023-02-23",
        "last_paystub_date": "2023-02-24"
      }
    ]
  }
  ```
</Accordion>

<Accordion title="Verification of Assets (Banking VOA) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749582203/docs-2025/VOA_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/banking-reports/banking-voa.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=90dfe8c33ce68adc18dd6bd993febceb" alt="Image of Verification of Assets (VOA) banking report." width="805" height="1022" data-path="images/argyle-guides/api-ref/banking-reports/banking-voa.png" />
  </Frame>

  ```json theme={}
  {
    "id": "m22kz9tzmz3t",
    "type": "voa",
    "constraints": {
      "accounts": null,
      "from_date": null,
      "report_custom_fields": null,
      "show_nsf": null
    },
    "status": "success",
    "assets": {
      "type": null,
      "available_balance": 18349.6,
      "current_balance": 22327.3,
      "two_month_average": 21995.27,
      "six_month_average": null,
      "beginning_balance": 20942.02
    },
    "consolidated_available_balance": 18349.6,
    "consumer": "eed152a28a1ecd78c0ff401de123faf3",
    "consumer_ssn": "6789",
    "created_date": "2025-06-10T18:57:22.000Z",
    "user": "01975b33-16d0-2c9b-8cd1-85e58e80248c",
    "customer_type": "testing",
    "days": 61,
    "dispute_statement": null,
    "end_date": "2025-06-10T18:57:22.000Z",
    "end_user": null,
    "institutions": [
      {
        "accounts": [
          {
            "aggregation_status_code": 0,
            "asset": {
              "type": "savings",
              "current_balance": 22327.3,
              "two_month_average": 21995.27,
              "six_month_average": null,
              "beginning_balance": 20942.02
            },
            "available_balance": null,
            "average_monthly_balance": 21978.28,
            "balance": 22327.3,
            "balance_date": "2025-06-10T18:57:25.000Z",
            "details": {
              "interest_margin_balance": null,
              "available_cash_balance": null,
              "vested_balance": null,
              "current_loan_balance": null,
              "available_balance_amount": 18349.6,
              "margin_balance": null,
              "current_balance": null
            },
            "id": 8057635035,
            "income_streams": null,
            "name": "Savings",
            "number": "2222",
            "owner_address": "123 FAKE STREET OGDEN, UT 84401",
            "owner_name": "HOMER LOANSEEKER",
            "position": null,
            "tot_number_days_since_most_recent_insufficient_funds_fee_debit_tx_account": 0,
            "tot_number_insufficient_funds_fee_debit_tx_account": 0,
            "tot_number_insufficient_funds_fee_debit_tx_over2_months_account": null,
            "transactions": [
              {
                "id": 28483686056,
                "amount": 501.68,
                "posted_date": "2025-05-19T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686184,
                "amount": 203.82,
                "posted_date": "2025-05-14T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686144,
                "amount": -100,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686110,
                "amount": -250,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686071,
                "amount": 107.81,
                "posted_date": "2025-05-08T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686175,
                "amount": 25.69,
                "posted_date": "2025-04-30T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686139,
                "amount": -145,
                "posted_date": "2025-04-29T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686102,
                "amount": 18.24,
                "posted_date": "2025-04-24T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686066,
                "amount": 100,
                "posted_date": "2025-04-24T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686115,
                "amount": 22.81,
                "posted_date": "2025-04-17T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686079,
                "amount": 500.23,
                "posted_date": "2025-04-15T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686111,
                "amount": 400,
                "posted_date": "2025-04-14T12:00:00.000Z",
                "description": "Transfer to SAVINGS",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "transfer",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              }
            ],
            "type": "savings"
          }
        ],
        "id": 102168,
        "name": "FinBank Profiles - B",
        "url_home_app": "http://www.finicity.com"
      }
    ],
    "portfolio": "1au39wv4bn23-1-port",
    "request_id": "zpe49xbhyd",
    "requester_name": "Argyle Systems",
    "seasoned": false,
    "start_date": "2025-04-10T18:57:22.000Z",
    "title": "Mastercard Open Banking Verification of Assets"
  }
  ```
</Accordion>

<Accordion title="Verification of Assets & Income (Banking VOAI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749584607/docs-2025/VOAI_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/banking-reports/banking-voai.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=7ec33650bbed3ea9ec6d4f99c6c0eaa8" alt="Image of Verification of Assets & Income (VOAI) banking report." width="805" height="1022" data-path="images/argyle-guides/api-ref/banking-reports/banking-voai.png" />
  </Frame>

  ```json theme={}
  {
    "id": "tqv5hve3rm6v",
    "type": "voaHistory",
    "constraints": {
      "accounts": null,
      "from_date": null,
      "report_custom_fields": null,
      "show_nsf": null
    },
    "status": "success",
    "assets": {
      "current_balance": 9357.24,
      "two_month_average": -1001.68,
      "six_month_average": null,
      "beginning_balance": -8271.16
    },
    "consolidated_available_balance": 8723.24,
    "consumer": "c06f2a726fd40eb25ec1006068b13389",
    "consumer_ssn": "6789",
    "created_date": "2025-06-10T19:22:06.000Z",
    "user": "01975b3b-5ba6-3ec1-2148-f595b6d92614",
    "customer_type": "testing",
    "days": 61,
    "dispute_statement": null,
    "end_date": "2025-06-10T19:22:06.000Z",
    "end_user": null,
    "institutions": [
      {
        "accounts": [
          {
            "aggregation_status_code": 0,
            "asset": {
              "type": "checking",
              "current_balance": 9357.24,
              "two_month_average": -1001.68,
              "six_month_average": null,
              "beginning_balance": -8271.16
            },
            "average_monthly_balance": -1118.93,
            "balance": 9357.24,
            "balance_date": "2025-06-10T19:07:01.000Z",
            "currency": "USD",
            "details": {
              "interest_margin_balance": null,
              "available_cash_balance": null,
              "vested_balance": null,
              "current_loan_balance": null,
              "available_balance_amount": 8723.24,
              "margin_balance": null,
              "current_balance": null
            },
            "id": 8057637863,
            "income_streams": [
              {
                "id": "tqv5hve3rm6v1",
                "name": "jaberwocky credit jaberwocky ppd id",
                "status": "ACTIVE",
                "estimate_inclusion": "LOW",
                "confidence": 25,
                "cadence": {
                  "start_date": "2024-11-22T12:00:00.000Z",
                  "stop_date": null,
                  "days": 49
                },
                "net_monthly": [
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 2000
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 210.31
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 4316
                  },
                  {
                    "month": "2025-06-01T06:00:00.000Z",
                    "net": 4000
                  }
                ],
                "net_annual": 10526.31,
                "projected_net_annual": 0,
                "estimated_gross_annual": 14000,
                "projected_gross_annual": 0,
                "average_monthly_income_net": 1315.79,
                "income_stream_months": 8,
                "transactions": [
                  {
                    "id": 28484445126,
                    "amount": 4000,
                    "posted_date": "2025-06-05T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445181,
                    "amount": 2000,
                    "posted_date": "2025-05-14T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445152,
                    "amount": 2316,
                    "posted_date": "2025-05-14T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445209,
                    "amount": 210.31,
                    "posted_date": "2025-02-24T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445236,
                    "amount": 2000,
                    "posted_date": "2024-11-22T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v2",
                "name": "rocket surgery",
                "status": "ACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2023-06-15T12:00:00.000Z",
                  "stop_date": null,
                  "days": 15
                },
                "net_monthly": [
                  {
                    "month": "2023-06-01T06:00:00.000Z",
                    "net": 1742.21
                  },
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 3449.44
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2023-10-01T06:00:00.000Z",
                    "net": 3544.43
                  },
                  {
                    "month": "2023-11-01T06:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 4053.53
                  },
                  {
                    "month": "2024-01-01T07:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 3449.44
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2024-05-01T06:00:00.000Z",
                    "net": 3544.43
                  },
                  {
                    "month": "2024-06-01T06:00:00.000Z",
                    "net": 4053.53
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 3499.36
                  },
                  {
                    "month": "2024-08-01T06:00:00.000Z",
                    "net": 3344.44
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 8894.28
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 4012.37
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 4057.36
                  },
                  {
                    "month": "2024-12-01T07:00:00.000Z",
                    "net": 4012.37
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 4012.36
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 4032.44
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 3992.37
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 3558.45
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 3603.47
                  },
                  {
                    "month": "2025-06-01T06:00:00.000Z",
                    "net": 1786.73
                  }
                ],
                "net_annual": 48806,
                "projected_net_annual": 43887.82,
                "estimated_gross_annual": 64912,
                "projected_gross_annual": 58371,
                "average_monthly_income_net": 4067.17,
                "income_stream_months": 25,
                "transactions": [
                  {
                    "id": 28484445270,
                    "amount": 1786.73,
                    "posted_date": "2025-06-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445201,
                    "amount": 1816.73,
                    "posted_date": "2025-05-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445284,
                    "amount": 1786.74,
                    "posted_date": "2025-05-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445228,
                    "amount": 1771.72,
                    "posted_date": "2025-04-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445166,
                    "amount": 1786.73,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445105,
                    "amount": 1998.68,
                    "posted_date": "2025-03-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445273,
                    "amount": 1993.69,
                    "posted_date": "2025-03-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445296,
                    "amount": 2018.76,
                    "posted_date": "2025-02-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445238,
                    "amount": 2013.68,
                    "posted_date": "2025-02-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445194,
                    "amount": 1998.68,
                    "posted_date": "2025-01-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445137,
                    "amount": 2013.68,
                    "posted_date": "2025-01-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445213,
                    "amount": 1998.68,
                    "posted_date": "2024-12-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445149,
                    "amount": 2013.69,
                    "posted_date": "2024-12-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445091,
                    "amount": 1998.68,
                    "posted_date": "2024-11-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445260,
                    "amount": 2058.68,
                    "posted_date": "2024-11-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445101,
                    "amount": 1998.68,
                    "posted_date": "2024-10-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445286,
                    "amount": 2013.69,
                    "posted_date": "2024-10-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445165,
                    "amount": 1693.28,
                    "posted_date": "2024-09-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445111,
                    "amount": 7201,
                    "posted_date": "2024-09-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445287,
                    "amount": 1719.14,
                    "posted_date": "2024-08-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445215,
                    "amount": 1625.3,
                    "posted_date": "2024-08-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445158,
                    "amount": 1742.14,
                    "posted_date": "2024-07-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445177,
                    "amount": 1757.22,
                    "posted_date": "2024-07-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445127,
                    "amount": 2296.31,
                    "posted_date": "2024-06-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445299,
                    "amount": 1757.22,
                    "posted_date": "2024-06-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445230,
                    "amount": 1742.21,
                    "posted_date": "2024-05-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445172,
                    "amount": 1802.22,
                    "posted_date": "2024-05-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445255,
                    "amount": 1742.21,
                    "posted_date": "2024-04-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445199,
                    "amount": 1757.22,
                    "posted_date": "2024-04-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445136,
                    "amount": 1742.22,
                    "posted_date": "2024-03-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445312,
                    "amount": 1707.22,
                    "posted_date": "2024-03-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445245,
                    "amount": 1757.21,
                    "posted_date": "2024-02-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445271,
                    "amount": 1757.22,
                    "posted_date": "2024-02-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445227,
                    "amount": 1742.21,
                    "posted_date": "2024-01-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445164,
                    "amount": 1757.22,
                    "posted_date": "2024-01-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445183,
                    "amount": 1757.22,
                    "posted_date": "2023-12-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445122,
                    "amount": 2296.31,
                    "posted_date": "2023-12-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445298,
                    "amount": 1757.22,
                    "posted_date": "2023-11-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445133,
                    "amount": 1742.21,
                    "posted_date": "2023-11-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445317,
                    "amount": 1802.22,
                    "posted_date": "2023-10-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445258,
                    "amount": 1742.21,
                    "posted_date": "2023-10-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445142,
                    "amount": 1757.22,
                    "posted_date": "2023-09-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445318,
                    "amount": 1757.21,
                    "posted_date": "2023-09-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445244,
                    "amount": 1742.22,
                    "posted_date": "2023-08-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445185,
                    "amount": 1707.22,
                    "posted_date": "2023-08-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445212,
                    "amount": 1757.21,
                    "posted_date": "2023-07-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445151,
                    "amount": 1757.22,
                    "posted_date": "2023-07-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445094,
                    "amount": 1742.21,
                    "posted_date": "2023-06-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "normalized_payee": "Rocket Surgery",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v3",
                "name": "mad science research",
                "status": "ACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2023-12-12T12:00:00.000Z",
                  "stop_date": null,
                  "days": 21
                },
                "net_monthly": [
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 1322.17
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 1322.17
                  },
                  {
                    "month": "2024-08-01T06:00:00.000Z",
                    "net": 2399.23
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 2362.46
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 2517.63
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 2157.32
                  },
                  {
                    "month": "2024-12-01T07:00:00.000Z",
                    "net": 4144.56
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 2300.02
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 1922
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 2302.32
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 1229.36
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 2007.41
                  }
                ],
                "net_annual": 24664.48,
                "projected_net_annual": 26129.46,
                "estimated_gross_annual": 32804,
                "projected_gross_annual": 34752,
                "average_monthly_income_net": 2055.37,
                "income_stream_months": 18,
                "transactions": [
                  {
                    "id": 28484445200,
                    "amount": 768.42,
                    "posted_date": "2025-05-30T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445180,
                    "amount": 619.49,
                    "posted_date": "2025-05-16T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445155,
                    "amount": 619.5,
                    "posted_date": "2025-05-02T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445237,
                    "amount": 619.5,
                    "posted_date": "2025-04-18T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445208,
                    "amount": 609.86,
                    "posted_date": "2025-04-04T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445275,
                    "amount": 1180.45,
                    "posted_date": "2025-03-21T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445266,
                    "amount": 1121.87,
                    "posted_date": "2025-03-07T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445306,
                    "amount": 1178.76,
                    "posted_date": "2025-02-24T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445098,
                    "amount": 743.24,
                    "posted_date": "2025-02-10T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445293,
                    "amount": 1180.49,
                    "posted_date": "2025-01-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445085,
                    "amount": 1119.53,
                    "posted_date": "2025-01-12T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445129,
                    "amount": 1164.63,
                    "posted_date": "2024-12-29T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445107,
                    "amount": 1805.34,
                    "posted_date": "2024-12-15T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445169,
                    "amount": 1174.59,
                    "posted_date": "2024-12-01T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445225,
                    "amount": 963.59,
                    "posted_date": "2024-11-17T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445198,
                    "amount": 1193.73,
                    "posted_date": "2024-11-03T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445261,
                    "amount": 1328.12,
                    "posted_date": "2024-10-20T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445253,
                    "amount": 1189.51,
                    "posted_date": "2024-10-06T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445292,
                    "amount": 1178.68,
                    "posted_date": "2024-09-20T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445283,
                    "amount": 1183.78,
                    "posted_date": "2024-09-06T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445117,
                    "amount": 1183.65,
                    "posted_date": "2024-08-23T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445086,
                    "amount": 1215.58,
                    "posted_date": "2024-08-09T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445144,
                    "amount": 860.76,
                    "posted_date": "2024-07-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445171,
                    "amount": 461.41,
                    "posted_date": "2024-07-11T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445159,
                    "amount": 860.76,
                    "posted_date": "2023-12-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445139,
                    "amount": 461.41,
                    "posted_date": "2023-12-12T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "normalized_payee": "Mad Science Research",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v4",
                "name": "check/cash deposit",
                "status": "INACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2023-06-13T12:00:00.000Z",
                  "stop_date": "2025-05-13T12:00:00.000Z",
                  "days": 16
                },
                "net_monthly": [
                  {
                    "month": "2023-06-01T06:00:00.000Z",
                    "net": 1159.48
                  },
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 2135.6
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 529.2
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 2358.39
                  },
                  {
                    "month": "2023-10-01T06:00:00.000Z",
                    "net": 3000
                  },
                  {
                    "month": "2023-11-01T06:00:00.000Z",
                    "net": 120.82
                  },
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 450
                  },
                  {
                    "month": "2024-01-01T07:00:00.000Z",
                    "net": 1238.48
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 2135.6
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 529.2
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 2358.39
                  },
                  {
                    "month": "2024-05-01T06:00:00.000Z",
                    "net": 3000
                  },
                  {
                    "month": "2024-06-01T06:00:00.000Z",
                    "net": 120.82
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 450
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 48
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 985
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 125
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 160
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 3341.99
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 312.3
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 333.92
                  }
                ],
                "net_annual": 5756.21,
                "projected_net_annual": 0,
                "estimated_gross_annual": 7656,
                "projected_gross_annual": 0,
                "average_monthly_income_net": 479.68,
                "income_stream_months": 24,
                "transactions": [
                  {
                    "id": 28484445162,
                    "amount": 42.24,
                    "posted_date": "2025-05-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445220,
                    "amount": 25,
                    "posted_date": "2025-05-09T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445188,
                    "amount": 266.68,
                    "posted_date": "2025-05-09T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445110,
                    "amount": 20,
                    "posted_date": "2025-04-25T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445316,
                    "amount": 3.28,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445288,
                    "amount": 289.02,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445226,
                    "amount": 1000,
                    "posted_date": "2025-03-24T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445197,
                    "amount": 118.32,
                    "posted_date": "2025-03-19T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445281,
                    "amount": 2223.67,
                    "posted_date": "2025-03-07T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "normalized_payee": "Atm",
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM"
                  },
                  {
                    "id": 28484445221,
                    "amount": 160,
                    "posted_date": "2025-01-24T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445302,
                    "amount": 100,
                    "posted_date": "2024-11-27T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445267,
                    "amount": 25,
                    "posted_date": "2024-11-27T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445311,
                    "amount": 25,
                    "posted_date": "2024-10-16T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445211,
                    "amount": 100,
                    "posted_date": "2024-10-16T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445282,
                    "amount": 100,
                    "posted_date": "2024-10-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445239,
                    "amount": 760,
                    "posted_date": "2024-10-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445146,
                    "amount": 48,
                    "posted_date": "2024-09-10T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445301,
                    "amount": 250,
                    "posted_date": "2024-07-31T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445269,
                    "amount": 125,
                    "posted_date": "2024-07-22T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445178,
                    "amount": 75,
                    "posted_date": "2024-07-15T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445280,
                    "amount": 120.82,
                    "posted_date": "2024-06-17T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123456",
                    "normalized_payee": "Number",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445219,
                    "amount": 3000,
                    "posted_date": "2024-05-03T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123457",
                    "normalized_payee": "Number",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445252,
                    "amount": 2358.17,
                    "posted_date": "2024-04-17T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "normalized_payee": "Atm",
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM"
                  },
                  {
                    "id": 28484445132,
                    "amount": 0.22,
                    "posted_date": "2024-04-03T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445235,
                    "amount": 444.6,
                    "posted_date": "2024-03-17T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445256,
                    "amount": 84.6,
                    "posted_date": "2024-03-05T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445207,
                    "amount": 1045.09,
                    "posted_date": "2024-02-21T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445176,
                    "amount": 1090.51,
                    "posted_date": "2024-02-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445251,
                    "amount": 20,
                    "posted_date": "2024-01-30T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445161,
                    "amount": 1139.48,
                    "posted_date": "2024-01-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445190,
                    "amount": 79,
                    "posted_date": "2024-01-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445147,
                    "amount": 250,
                    "posted_date": "2023-12-31T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445118,
                    "amount": 125,
                    "posted_date": "2023-12-22T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445096,
                    "amount": 75,
                    "posted_date": "2023-12-15T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445310,
                    "amount": 120.82,
                    "posted_date": "2023-11-17T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123456",
                    "normalized_payee": "Number",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445250,
                    "amount": 3000,
                    "posted_date": "2023-10-03T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123457",
                    "normalized_payee": "Number",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445222,
                    "amount": 2358.17,
                    "posted_date": "2023-09-17T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "normalized_payee": "Atm",
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM"
                  },
                  {
                    "id": 28484445106,
                    "amount": 0.22,
                    "posted_date": "2023-09-03T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445089,
                    "amount": 444.6,
                    "posted_date": "2023-08-18T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445119,
                    "amount": 84.6,
                    "posted_date": "2023-08-05T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445242,
                    "amount": 1045.09,
                    "posted_date": "2023-07-21T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445214,
                    "amount": 1090.51,
                    "posted_date": "2023-07-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445150,
                    "amount": 20,
                    "posted_date": "2023-06-30T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445123,
                    "amount": 1139.48,
                    "posted_date": "2023-06-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "normalized_payee": "Remote Online",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v5",
                "name": "irs treas",
                "status": "INACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2024-10-06T12:00:00.000Z",
                  "stop_date": "2024-10-06T12:00:00.000Z",
                  "days": 0
                },
                "net_monthly": [
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 3858
                  }
                ],
                "net_annual": 3858,
                "projected_net_annual": 3858,
                "estimated_gross_annual": 5131,
                "projected_gross_annual": 5131,
                "average_monthly_income_net": 3858,
                "income_stream_months": 1,
                "transactions": [
                  {
                    "id": 28484445246,
                    "amount": 3858,
                    "posted_date": "2024-10-06T12:00:00.000Z",
                    "description": "IRS TREAS 310 TAX REF",
                    "normalized_payee": "Irs Treas",
                    "institution_transaction": "0000000000",
                    "category": "Federal Tax"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v6",
                "name": "secret agent staffing",
                "status": "INACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2023-07-25T12:00:00.000Z",
                  "stop_date": "2024-06-28T12:00:00.000Z",
                  "days": 18
                },
                "net_monthly": [
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 1237.77
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 2526.85
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 2628.78
                  },
                  {
                    "month": "2023-10-01T06:00:00.000Z",
                    "net": 3785.25
                  },
                  {
                    "month": "2023-11-01T06:00:00.000Z",
                    "net": 2119.34
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 1237.77
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 2526.85
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 2628.78
                  },
                  {
                    "month": "2024-05-01T06:00:00.000Z",
                    "net": 3785.25
                  },
                  {
                    "month": "2024-06-01T06:00:00.000Z",
                    "net": 2119.34
                  }
                ],
                "net_annual": 0,
                "projected_net_annual": 0,
                "estimated_gross_annual": 0,
                "projected_gross_annual": 0,
                "average_monthly_income_net": 0,
                "income_stream_months": 12,
                "transactions": [
                  {
                    "id": 28484445186,
                    "amount": 920.61,
                    "posted_date": "2024-06-28T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445156,
                    "amount": 1198.73,
                    "posted_date": "2024-06-14T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445128,
                    "amount": 1159.97,
                    "posted_date": "2024-05-31T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445121,
                    "amount": 1318.07,
                    "posted_date": "2024-05-17T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445097,
                    "amount": 1307.21,
                    "posted_date": "2024-05-03T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445303,
                    "amount": 1376.72,
                    "posted_date": "2024-04-20T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445095,
                    "amount": 1252.06,
                    "posted_date": "2024-04-05T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445240,
                    "amount": 1316.43,
                    "posted_date": "2024-03-22T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445268,
                    "amount": 1210.42,
                    "posted_date": "2024-03-07T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445202,
                    "amount": 1237.77,
                    "posted_date": "2024-02-25T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445173,
                    "amount": 920.61,
                    "posted_date": "2023-11-28T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445143,
                    "amount": 1198.73,
                    "posted_date": "2023-11-14T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445115,
                    "amount": 1159.97,
                    "posted_date": "2023-10-31T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445195,
                    "amount": 1318.07,
                    "posted_date": "2023-10-17T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445087,
                    "amount": 1307.21,
                    "posted_date": "2023-10-03T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445307,
                    "amount": 1376.72,
                    "posted_date": "2023-09-19T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445099,
                    "amount": 1252.06,
                    "posted_date": "2023-09-05T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445248,
                    "amount": 1316.43,
                    "posted_date": "2023-08-22T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445277,
                    "amount": 1210.42,
                    "posted_date": "2023-08-08T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445218,
                    "amount": 1237.77,
                    "posted_date": "2023-07-25T12:00:00.000Z",
                    "description": "SECRET AGENT STAFFING DIRECT DEP",
                    "normalized_payee": "Secret Agent Staffing",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v7",
                "name": "veridiandynamics payroll ppd id",
                "status": "INACTIVE",
                "estimate_inclusion": "HIGH",
                "confidence": 100,
                "cadence": {
                  "start_date": "2023-06-19T12:00:00.000Z",
                  "stop_date": "2024-04-11T12:00:00.000Z",
                  "days": 59
                },
                "net_monthly": [
                  {
                    "month": "2023-06-01T06:00:00.000Z",
                    "net": 212.39
                  },
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 304.87
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 295.83
                  },
                  {
                    "month": "2024-01-01T07:00:00.000Z",
                    "net": 212.39
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 304.87
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 295.83
                  }
                ],
                "net_annual": 0,
                "projected_net_annual": 0,
                "estimated_gross_annual": 0,
                "projected_gross_annual": 0,
                "average_monthly_income_net": 0,
                "income_stream_months": 11,
                "transactions": [
                  {
                    "id": 28484445264,
                    "amount": 295.83,
                    "posted_date": "2024-04-11T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445232,
                    "amount": 304.87,
                    "posted_date": "2024-02-17T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445203,
                    "amount": 212.39,
                    "posted_date": "2024-01-19T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445114,
                    "amount": 295.83,
                    "posted_date": "2023-09-11T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445088,
                    "amount": 304.87,
                    "posted_date": "2023-07-17T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  },
                  {
                    "id": 28484445295,
                    "amount": 212.39,
                    "posted_date": "2023-06-19T12:00:00.000Z",
                    "description": "VERIDIANDYNAMICS PAYROLL",
                    "normalized_payee": "veridiandynamics payroll ppd id",
                    "institution_transaction": "0000000000",
                    "category": "Paycheck"
                  }
                ]
              },
              {
                "id": "tqv5hve3rm6v8",
                "name": "exspensor",
                "status": "INACTIVE",
                "estimate_inclusion": "LOW",
                "confidence": 25,
                "cadence": {
                  "start_date": "2023-07-08T12:00:00.000Z",
                  "stop_date": "2024-03-17T12:00:00.000Z",
                  "days": 51
                },
                "net_monthly": [
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 304.05
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 388.5
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 304.05
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 388.5
                  }
                ],
                "net_annual": 0,
                "projected_net_annual": 0,
                "estimated_gross_annual": 0,
                "projected_gross_annual": 0,
                "average_monthly_income_net": 0,
                "income_stream_months": 9,
                "transactions": [
                  {
                    "id": 28484445314,
                    "amount": 388.5,
                    "posted_date": "2024-03-17T12:00:00.000Z",
                    "description": "EXSPENSOR EXPENSE",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445109,
                    "amount": 304.04,
                    "posted_date": "2024-02-11T12:00:00.000Z",
                    "description": "EXSPENSOR EXPENSE",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445170,
                    "amount": 0.01,
                    "posted_date": "2024-02-08T12:00:00.000Z",
                    "description": "EXSPENSOR ACCT CONF",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445120,
                    "amount": 388.5,
                    "posted_date": "2023-08-18T12:00:00.000Z",
                    "description": "EXSPENSOR EXPENSE",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445148,
                    "amount": 304.04,
                    "posted_date": "2023-07-11T12:00:00.000Z",
                    "description": "EXSPENSOR EXPENSE",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  },
                  {
                    "id": 28484445140,
                    "amount": 0.01,
                    "posted_date": "2023-07-08T12:00:00.000Z",
                    "description": "EXSPENSOR ACCT CONF",
                    "normalized_payee": "Exspensor",
                    "institution_transaction": "0000000000",
                    "category": "Deposit"
                  }
                ]
              }
            ],
            "name": "Checking",
            "number": "1104",
            "owner_address": "APT C 5600 S SPRINGFIELD SPRINGFIELD, VA 22162-1058",
            "owner_name": "SUZI BUILDER",
            "position": null,
            "tot_number_days_since_most_recent_insufficient_funds_fee_debit_tx_account": 0,
            "tot_number_insufficient_funds_fee_debit_tx_account": 0,
            "transactions": [
              {
                "id": 28484445126,
                "amount": 4000,
                "posted_date": "2025-06-05T12:00:00.000Z",
                "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                "memo": "PPD ID: 1234567893",
                "investment_transaction_type": null,
                "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445135,
                "amount": 147.26,
                "posted_date": "2025-06-04T12:00:00.000Z",
                "description": "Cash Redemption",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "Redemption",
                "institution_transaction": "0000000000",
                "category": "Income"
              },
              {
                "id": 28484445270,
                "amount": 1786.73,
                "posted_date": "2025-06-01T12:00:00.000Z",
                "description": "ROCKET SURGERY PAYROLL",
                "memo": "PPD ID: 1234567892",
                "investment_transaction_type": null,
                "normalized_payee": "Rocket Surgery",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445200,
                "amount": 768.42,
                "posted_date": "2025-05-30T12:00:00.000Z",
                "description": "Mad Science Research PR PAYMENT",
                "memo": "PPD ID: 1234567899",
                "investment_transaction_type": null,
                "normalized_payee": "Mad Science Research",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445223,
                "amount": 0.04,
                "posted_date": "2025-05-20T12:00:00.000Z",
                "description": "INTEREST PAYMENT",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "interest payment",
                "institution_transaction": "0000000000",
                "category": "Interest Income"
              },
              {
                "id": 28484445180,
                "amount": 619.49,
                "posted_date": "2025-05-16T12:00:00.000Z",
                "description": "Mad Science Research PR PAYMENT",
                "memo": "PPD ID: 1234567899",
                "investment_transaction_type": null,
                "normalized_payee": "Mad Science Research",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445201,
                "amount": 1816.73,
                "posted_date": "2025-05-15T12:00:00.000Z",
                "description": "ROCKET SURGERY PAYROLL",
                "memo": "PPD ID: 1234567892",
                "investment_transaction_type": null,
                "normalized_payee": "Rocket Surgery",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445181,
                "amount": 2000,
                "posted_date": "2025-05-14T12:00:00.000Z",
                "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                "memo": "PPD ID: 1234567893",
                "investment_transaction_type": null,
                "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445152,
                "amount": 2316,
                "posted_date": "2025-05-14T12:00:00.000Z",
                "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                "memo": "PPD ID: 1234567893",
                "investment_transaction_type": null,
                "normalized_payee": "jaberwocky credit jaberwocky ppd id",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445254,
                "amount": 197.99,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "MOOLAH TRANSFER",
                "memo": "PPD ID: SOMECOMPANY007",
                "investment_transaction_type": null,
                "normalized_payee": "Moolah",
                "institution_transaction": "0000000000",
                "category": "Transfer"
              },
              {
                "id": 28484445162,
                "amount": 42.24,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "REMOTE ONLINE DEPOSIT #",
                "memo": "1",
                "investment_transaction_type": null,
                "normalized_payee": "Remote Online",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445220,
                "amount": 25,
                "posted_date": "2025-05-09T12:00:00.000Z",
                "description": "REMOTE ONLINE DEPOSIT #",
                "memo": "1",
                "investment_transaction_type": null,
                "normalized_payee": "Remote Online",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445188,
                "amount": 266.68,
                "posted_date": "2025-05-09T12:00:00.000Z",
                "description": "REMOTE ONLINE DEPOSIT #",
                "memo": "1",
                "investment_transaction_type": null,
                "normalized_payee": "Remote Online",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445141,
                "amount": -1055.69,
                "posted_date": "2025-05-05T12:00:00.000Z",
                "description": "MORTGAGE PAYMENT",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "Mortgage",
                "institution_transaction": "0000000000",
                "category": "Mortgage & Rent"
              },
              {
                "id": 28484445155,
                "amount": 619.5,
                "posted_date": "2025-05-02T12:00:00.000Z",
                "description": "Mad Science Research PR PAYMENT",
                "memo": "PPD ID: 1234567899",
                "investment_transaction_type": null,
                "normalized_payee": "Mad Science Research",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445284,
                "amount": 1786.74,
                "posted_date": "2025-05-01T12:00:00.000Z",
                "description": "ROCKET SURGERY PAYROLL",
                "memo": "PPD ID: 1234567892",
                "investment_transaction_type": null,
                "normalized_payee": "Rocket Surgery",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445116,
                "amount": -120,
                "posted_date": "2025-04-25T12:00:00.000Z",
                "description": "LOC Payment",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "Loc",
                "institution_transaction": "0000000000",
                "category": "Financial"
              },
              {
                "id": 28484445110,
                "amount": 20,
                "posted_date": "2025-04-25T12:00:00.000Z",
                "description": "REMOTE ONLINE DEPOSIT #",
                "memo": "1",
                "investment_transaction_type": null,
                "normalized_payee": "Remote Online",
                "institution_transaction": "0000000000",
                "category": "Deposit"
              },
              {
                "id": 28484445262,
                "amount": 0.05,
                "posted_date": "2025-04-18T12:00:00.000Z",
                "description": "INTEREST PAYMENT",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "interest payment",
                "institution_transaction": "0000000000",
                "category": "Interest Income"
              },
              {
                "id": 28484445237,
                "amount": 619.5,
                "posted_date": "2025-04-18T12:00:00.000Z",
                "description": "Mad Science Research PR PAYMENT",
                "memo": "PPD ID: 1234567899",
                "investment_transaction_type": null,
                "normalized_payee": "Mad Science Research",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              },
              {
                "id": 28484445228,
                "amount": 1771.72,
                "posted_date": "2025-04-15T12:00:00.000Z",
                "description": "ROCKET SURGERY PAYROLL",
                "memo": "PPD ID: 1234567892",
                "investment_transaction_type": null,
                "normalized_payee": "Rocket Surgery",
                "institution_transaction": "0000000000",
                "category": "Paycheck"
              }
            ],
            "type": "checking"
          }
        ],
        "id": 102168,
        "name": "FinBank Profiles - B",
        "url_home_app": "http://www.finicity.com"
      }
    ],
    "portfolio": "v5phhxzazk7g-2-port",
    "request_id": "5kuqu4v1xq",
    "requester_name": "Argyle Systems",
    "seasoned": false,
    "start_date": "2025-04-10T19:22:06.000Z",
    "title": "Mastercard Open Banking Verification of Assets and Income - Transactions"
  }
  ```
</Accordion>

<Accordion title="Verification of Income (Banking VOI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749582466/docs-2025/VOI_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/banking-reports/banking-voi.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=f9345e860f8e67a492c81e79aca22e42" alt="Image of Verification of Income (VOI) banking report." width="805" height="1022" data-path="images/argyle-guides/api-ref/banking-reports/banking-voi.png" />
  </Frame>

  ```json theme={}
  {
    "id": "2g08mridxxz3-voi",
    "type": "voi",
    "constraints": {
      "accounts": null,
      "from_date": null,
      "report_custom_fields": null,
      "show_nsf": null
    },
    "status": "success",
    "consumer": "c06f2a726fd40eb25ec1006068b13389",
    "consumer_ssn": "6789",
    "created_date": "2025-06-10T19:06:58.000Z",
    "user": "01975b3b-5ba6-3ec1-2148-f595b6d92614",
    "customer_type": "testing",
    "days": 731,
    "dispute_statement": null,
    "end_date": "2025-06-10T19:06:58.000Z",
    "end_user": null,
    "portfolio": "v5phhxzazk7g-1-port",
    "request_id": "wipu6ddtt9",
    "requester_name": "Argyle Systems",
    "seasoned": true,
    "start_date": "2023-06-10T19:06:58.000Z",
    "title": "Mastercard Open Banking Verification of Income",
    "income": [
      {
        "confidence_type": "HIGH",
        "income_estimate": {
          "estimated_gross_annual": 110503,
          "net_annual": 83084.69,
          "projected_gross_annual": 98254,
          "projected_net_annual": 73875.28
        },
        "net_monthly": [
          {
            "month": "2023-06-01T06:00:00.000Z",
            "net": 2901.69
          },
          {
            "month": "2023-07-01T06:00:00.000Z",
            "net": 5650.03
          },
          {
            "month": "2023-08-01T06:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2023-09-01T06:00:00.000Z",
            "net": 5872.82
          },
          {
            "month": "2023-10-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2023-11-01T06:00:00.000Z",
            "net": 3620.25
          },
          {
            "month": "2023-12-01T07:00:00.000Z",
            "net": 5825.7
          },
          {
            "month": "2024-01-01T07:00:00.000Z",
            "net": 4737.91
          },
          {
            "month": "2024-02-01T07:00:00.000Z",
            "net": 5650.03
          },
          {
            "month": "2024-03-01T07:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2024-04-01T06:00:00.000Z",
            "net": 5857.82
          },
          {
            "month": "2024-05-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2024-06-01T06:00:00.000Z",
            "net": 4174.35
          },
          {
            "month": "2024-07-01T06:00:00.000Z",
            "net": 5271.53
          },
          {
            "month": "2024-08-01T06:00:00.000Z",
            "net": 5743.67
          },
          {
            "month": "2024-09-01T06:00:00.000Z",
            "net": 11304.74
          },
          {
            "month": "2024-10-01T06:00:00.000Z",
            "net": 11373
          },
          {
            "month": "2024-11-01T06:00:00.000Z",
            "net": 6339.68
          },
          {
            "month": "2024-12-01T07:00:00.000Z",
            "net": 8156.93
          },
          {
            "month": "2025-01-01T07:00:00.000Z",
            "net": 6472.38
          },
          {
            "month": "2025-02-01T07:00:00.000Z",
            "net": 5954.44
          },
          {
            "month": "2025-03-01T07:00:00.000Z",
            "net": 9636.68
          },
          {
            "month": "2025-04-01T06:00:00.000Z",
            "net": 5100.11
          },
          {
            "month": "2025-05-01T06:00:00.000Z",
            "net": 5944.8
          },
          {
            "month": "2025-06-01T06:00:00.000Z",
            "net": 1786.73
          }
        ]
      },
      {
        "confidence_type": "MODERATE",
        "income_estimate": {
          "estimated_gross_annual": 110503,
          "net_annual": 83084.69,
          "projected_gross_annual": 98254,
          "projected_net_annual": 73875.28
        },
        "net_monthly": [
          {
            "month": "2023-06-01T06:00:00.000Z",
            "net": 2901.69
          },
          {
            "month": "2023-07-01T06:00:00.000Z",
            "net": 5650.03
          },
          {
            "month": "2023-08-01T06:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2023-09-01T06:00:00.000Z",
            "net": 5872.82
          },
          {
            "month": "2023-10-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2023-11-01T06:00:00.000Z",
            "net": 3620.25
          },
          {
            "month": "2023-12-01T07:00:00.000Z",
            "net": 5825.7
          },
          {
            "month": "2024-01-01T07:00:00.000Z",
            "net": 4737.91
          },
          {
            "month": "2024-02-01T07:00:00.000Z",
            "net": 5650.03
          },
          {
            "month": "2024-03-01T07:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2024-04-01T06:00:00.000Z",
            "net": 5857.82
          },
          {
            "month": "2024-05-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2024-06-01T06:00:00.000Z",
            "net": 4174.35
          },
          {
            "month": "2024-07-01T06:00:00.000Z",
            "net": 5271.53
          },
          {
            "month": "2024-08-01T06:00:00.000Z",
            "net": 5743.67
          },
          {
            "month": "2024-09-01T06:00:00.000Z",
            "net": 11304.74
          },
          {
            "month": "2024-10-01T06:00:00.000Z",
            "net": 11373
          },
          {
            "month": "2024-11-01T06:00:00.000Z",
            "net": 6339.68
          },
          {
            "month": "2024-12-01T07:00:00.000Z",
            "net": 8156.93
          },
          {
            "month": "2025-01-01T07:00:00.000Z",
            "net": 6472.38
          },
          {
            "month": "2025-02-01T07:00:00.000Z",
            "net": 5954.44
          },
          {
            "month": "2025-03-01T07:00:00.000Z",
            "net": 9636.68
          },
          {
            "month": "2025-04-01T06:00:00.000Z",
            "net": 5100.11
          },
          {
            "month": "2025-05-01T06:00:00.000Z",
            "net": 5944.8
          },
          {
            "month": "2025-06-01T06:00:00.000Z",
            "net": 1786.73
          }
        ]
      },
      {
        "confidence_type": "LOW",
        "income_estimate": {
          "estimated_gross_annual": 124903,
          "net_annual": 93912.02,
          "projected_gross_annual": 98254,
          "projected_net_annual": 73875.28
        },
        "net_monthly": [
          {
            "month": "2023-06-01T06:00:00.000Z",
            "net": 2901.69
          },
          {
            "month": "2023-07-01T06:00:00.000Z",
            "net": 5769.2
          },
          {
            "month": "2023-08-01T06:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2023-09-01T06:00:00.000Z",
            "net": 5872.82
          },
          {
            "month": "2023-10-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2023-11-01T06:00:00.000Z",
            "net": 3620.25
          },
          {
            "month": "2023-12-01T07:00:00.000Z",
            "net": 5825.7
          },
          {
            "month": "2024-01-01T07:00:00.000Z",
            "net": 4737.91
          },
          {
            "month": "2024-02-01T07:00:00.000Z",
            "net": 5769.2
          },
          {
            "month": "2024-03-01T07:00:00.000Z",
            "net": 3978.64
          },
          {
            "month": "2024-04-01T06:00:00.000Z",
            "net": 5857.82
          },
          {
            "month": "2024-05-01T06:00:00.000Z",
            "net": 6544.43
          },
          {
            "month": "2024-06-01T06:00:00.000Z",
            "net": 4174.35
          },
          {
            "month": "2024-07-01T06:00:00.000Z",
            "net": 5271.53
          },
          {
            "month": "2024-08-01T06:00:00.000Z",
            "net": 5743.67
          },
          {
            "month": "2024-09-01T06:00:00.000Z",
            "net": 11304.74
          },
          {
            "month": "2024-10-01T06:00:00.000Z",
            "net": 11526.76
          },
          {
            "month": "2024-11-01T06:00:00.000Z",
            "net": 8339.68
          },
          {
            "month": "2024-12-01T07:00:00.000Z",
            "net": 8156.93
          },
          {
            "month": "2025-01-01T07:00:00.000Z",
            "net": 6472.38
          },
          {
            "month": "2025-02-01T07:00:00.000Z",
            "net": 6164.75
          },
          {
            "month": "2025-03-01T07:00:00.000Z",
            "net": 9636.68
          },
          {
            "month": "2025-04-01T06:00:00.000Z",
            "net": 5100.11
          },
          {
            "month": "2025-05-01T06:00:00.000Z",
            "net": 10260.8
          },
          {
            "month": "2025-06-01T06:00:00.000Z",
            "net": 5933.99
          }
        ]
      }
    ],
    "institutions": [
      {
        "accounts": [
          {
            "aggregation_status_code": 0,
            "available_balance": 8723.24,
            "average_monthly_balance": -94736.47,
            "balance": 9357.24,
            "beginning_balance": -186233.48,
            "current_balance": 9357.24,
            "id": 8057637863,
            "income_streams": [
              {
                "average_monthly_income_net": 1315.79,
                "cadence": {
                  "days": 49,
                  "start_date": "2024-11-22T12:00:00.000Z",
                  "stop_date": null
                },
                "confidence": 25,
                "estimate_inclusion": "LOW",
                "estimated_gross_annual": 14000,
                "id": "2g08mridxxz3-voi1",
                "income_stream_months": 8,
                "name": "jaberwocky credit jaberwocky ppd id",
                "net_annual": 10526.31,
                "net_monthly": [
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 2000
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 210.31
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 4316
                  },
                  {
                    "month": "2025-06-01T06:00:00.000Z",
                    "net": 4000
                  }
                ],
                "projected_gross_annual": 0,
                "projected_net_annual": 0,
                "status": "ACTIVE",
                "transactions": [
                  {
                    "id": 28484445126,
                    "amount": 4000,
                    "posted_date": "2025-06-05T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "memo": "PPD ID: 1234567893",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445181,
                    "amount": 2000,
                    "posted_date": "2025-05-14T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "memo": "PPD ID: 1234567893",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445152,
                    "amount": 2316,
                    "posted_date": "2025-05-14T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "memo": "PPD ID: 1234567893",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445209,
                    "amount": 210.31,
                    "posted_date": "2025-02-24T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "memo": "PPD ID: 1234567893",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445236,
                    "amount": 2000,
                    "posted_date": "2024-11-22T12:00:00.000Z",
                    "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                    "memo": "PPD ID: 1234567893",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  }
                ]
              },
              {
                "average_monthly_income_net": 25.08,
                "cadence": {
                  "days": 234,
                  "start_date": "2023-07-03T12:00:00.000Z",
                  "stop_date": null
                },
                "confidence": 0,
                "estimate_inclusion": "LOW",
                "estimated_gross_annual": 400,
                "id": "2g08mridxxz3-voi2",
                "income_stream_months": 24,
                "name": "redemption",
                "net_annual": 301.02,
                "net_monthly": [
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 119.17
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 119.17
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 153.76
                  },
                  {
                    "month": "2025-06-01T06:00:00.000Z",
                    "net": 147.26
                  }
                ],
                "projected_gross_annual": 0,
                "projected_net_annual": 0,
                "status": "ACTIVE",
                "transactions": [
                  {
                    "id": 28484445135,
                    "amount": 147.26,
                    "posted_date": "2025-06-04T12:00:00.000Z",
                    "description": "Cash Redemption",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Income",
                    "best_representation": null
                  },
                  {
                    "id": 28484445191,
                    "amount": 153.76,
                    "posted_date": "2024-10-19T12:00:00.000Z",
                    "description": "Cash Redemption",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Income",
                    "best_representation": null
                  },
                  {
                    "id": 28484445167,
                    "amount": 119.17,
                    "posted_date": "2024-02-03T12:00:00.000Z",
                    "description": "Cash Redemption",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Income",
                    "best_representation": null
                  },
                  {
                    "id": 28484445104,
                    "amount": 119.17,
                    "posted_date": "2023-07-03T12:00:00.000Z",
                    "description": "Cash Redemption",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Income",
                    "best_representation": null
                  }
                ]
              },
              {
                "average_monthly_income_net": 4067.17,
                "cadence": {
                  "days": 15,
                  "start_date": "2023-06-15T12:00:00.000Z",
                  "stop_date": null
                },
                "confidence": 100,
                "estimate_inclusion": "HIGH",
                "estimated_gross_annual": 64912,
                "id": "2g08mridxxz3-voi3",
                "income_stream_months": 25,
                "name": "rocket surgery",
                "net_annual": 48806,
                "net_monthly": [
                  {
                    "month": "2023-06-01T06:00:00.000Z",
                    "net": 1742.21
                  },
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 3449.44
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2023-10-01T06:00:00.000Z",
                    "net": 3544.43
                  },
                  {
                    "month": "2023-11-01T06:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 4053.53
                  },
                  {
                    "month": "2024-01-01T07:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 3514.43
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 3449.44
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 3499.43
                  },
                  {
                    "month": "2024-05-01T06:00:00.000Z",
                    "net": 3544.43
                  },
                  {
                    "month": "2024-06-01T06:00:00.000Z",
                    "net": 4053.53
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 3499.36
                  },
                  {
                    "month": "2024-08-01T06:00:00.000Z",
                    "net": 3344.44
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 8894.28
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 4012.37
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 4057.36
                  },
                  {
                    "month": "2024-12-01T07:00:00.000Z",
                    "net": 4012.37
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 4012.36
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 4032.44
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 3992.37
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 3558.45
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 3603.47
                  },
                  {
                    "month": "2025-06-01T06:00:00.000Z",
                    "net": 1786.73
                  }
                ],
                "projected_gross_annual": 58371,
                "projected_net_annual": 43887.82,
                "status": "ACTIVE",
                "transactions": [
                  {
                    "id": 28484445270,
                    "amount": 1786.73,
                    "posted_date": "2025-06-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445201,
                    "amount": 1816.73,
                    "posted_date": "2025-05-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445284,
                    "amount": 1786.74,
                    "posted_date": "2025-05-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445228,
                    "amount": 1771.72,
                    "posted_date": "2025-04-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445166,
                    "amount": 1786.73,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445105,
                    "amount": 1998.68,
                    "posted_date": "2025-03-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445273,
                    "amount": 1993.69,
                    "posted_date": "2025-03-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445296,
                    "amount": 2018.76,
                    "posted_date": "2025-02-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445238,
                    "amount": 2013.68,
                    "posted_date": "2025-02-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445194,
                    "amount": 1998.68,
                    "posted_date": "2025-01-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445137,
                    "amount": 2013.68,
                    "posted_date": "2025-01-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445213,
                    "amount": 1998.68,
                    "posted_date": "2024-12-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445149,
                    "amount": 2013.69,
                    "posted_date": "2024-12-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445091,
                    "amount": 1998.68,
                    "posted_date": "2024-11-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445260,
                    "amount": 2058.68,
                    "posted_date": "2024-11-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445101,
                    "amount": 1998.68,
                    "posted_date": "2024-10-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445286,
                    "amount": 2013.69,
                    "posted_date": "2024-10-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445165,
                    "amount": 1693.28,
                    "posted_date": "2024-09-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445111,
                    "amount": 7201,
                    "posted_date": "2024-09-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445287,
                    "amount": 1719.14,
                    "posted_date": "2024-08-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445215,
                    "amount": 1625.3,
                    "posted_date": "2024-08-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445158,
                    "amount": 1742.14,
                    "posted_date": "2024-07-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445177,
                    "amount": 1757.22,
                    "posted_date": "2024-07-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445127,
                    "amount": 2296.31,
                    "posted_date": "2024-06-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445299,
                    "amount": 1757.22,
                    "posted_date": "2024-06-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445230,
                    "amount": 1742.21,
                    "posted_date": "2024-05-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445172,
                    "amount": 1802.22,
                    "posted_date": "2024-05-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445255,
                    "amount": 1742.21,
                    "posted_date": "2024-04-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445199,
                    "amount": 1757.22,
                    "posted_date": "2024-04-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445136,
                    "amount": 1742.22,
                    "posted_date": "2024-03-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445312,
                    "amount": 1707.22,
                    "posted_date": "2024-03-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445245,
                    "amount": 1757.21,
                    "posted_date": "2024-02-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445271,
                    "amount": 1757.22,
                    "posted_date": "2024-02-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445227,
                    "amount": 1742.21,
                    "posted_date": "2024-01-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445164,
                    "amount": 1757.22,
                    "posted_date": "2024-01-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445183,
                    "amount": 1757.22,
                    "posted_date": "2023-12-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445122,
                    "amount": 2296.31,
                    "posted_date": "2023-12-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445298,
                    "amount": 1757.22,
                    "posted_date": "2023-11-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445133,
                    "amount": 1742.21,
                    "posted_date": "2023-11-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445317,
                    "amount": 1802.22,
                    "posted_date": "2023-10-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445258,
                    "amount": 1742.21,
                    "posted_date": "2023-10-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445142,
                    "amount": 1757.22,
                    "posted_date": "2023-09-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445318,
                    "amount": 1757.21,
                    "posted_date": "2023-09-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445244,
                    "amount": 1742.22,
                    "posted_date": "2023-08-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445185,
                    "amount": 1707.22,
                    "posted_date": "2023-08-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445212,
                    "amount": 1757.21,
                    "posted_date": "2023-07-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445151,
                    "amount": 1757.22,
                    "posted_date": "2023-07-01T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445094,
                    "amount": 1742.21,
                    "posted_date": "2023-06-15T12:00:00.000Z",
                    "description": "ROCKET SURGERY PAYROLL",
                    "memo": "PPD ID: 1234567892",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  }
                ]
              },
              {
                "average_monthly_income_net": 2055.37,
                "cadence": {
                  "days": 21,
                  "start_date": "2023-12-12T12:00:00.000Z",
                  "stop_date": null
                },
                "confidence": 100,
                "estimate_inclusion": "HIGH",
                "estimated_gross_annual": 32804,
                "id": "2g08mridxxz3-voi4",
                "income_stream_months": 18,
                "name": "mad science research",
                "net_annual": 24664.48,
                "net_monthly": [
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 1322.17
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 1322.17
                  },
                  {
                    "month": "2024-08-01T06:00:00.000Z",
                    "net": 2399.23
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 2362.46
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 2517.63
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 2157.32
                  },
                  {
                    "month": "2024-12-01T07:00:00.000Z",
                    "net": 4144.56
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 2300.02
                  },
                  {
                    "month": "2025-02-01T07:00:00.000Z",
                    "net": 1922
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 2302.32
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 1229.36
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 2007.41
                  }
                ],
                "projected_gross_annual": 34752,
                "projected_net_annual": 26129.46,
                "status": "ACTIVE",
                "transactions": [
                  {
                    "id": 28484445200,
                    "amount": 768.42,
                    "posted_date": "2025-05-30T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445180,
                    "amount": 619.49,
                    "posted_date": "2025-05-16T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445155,
                    "amount": 619.5,
                    "posted_date": "2025-05-02T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445237,
                    "amount": 619.5,
                    "posted_date": "2025-04-18T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445208,
                    "amount": 609.86,
                    "posted_date": "2025-04-04T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445275,
                    "amount": 1180.45,
                    "posted_date": "2025-03-21T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445266,
                    "amount": 1121.87,
                    "posted_date": "2025-03-07T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445306,
                    "amount": 1178.76,
                    "posted_date": "2025-02-24T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445098,
                    "amount": 743.24,
                    "posted_date": "2025-02-10T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445293,
                    "amount": 1180.49,
                    "posted_date": "2025-01-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445085,
                    "amount": 1119.53,
                    "posted_date": "2025-01-12T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445129,
                    "amount": 1164.63,
                    "posted_date": "2024-12-29T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445107,
                    "amount": 1805.34,
                    "posted_date": "2024-12-15T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445169,
                    "amount": 1174.59,
                    "posted_date": "2024-12-01T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445225,
                    "amount": 963.59,
                    "posted_date": "2024-11-17T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445198,
                    "amount": 1193.73,
                    "posted_date": "2024-11-03T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445261,
                    "amount": 1328.12,
                    "posted_date": "2024-10-20T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445253,
                    "amount": 1189.51,
                    "posted_date": "2024-10-06T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445292,
                    "amount": 1178.68,
                    "posted_date": "2024-09-20T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445283,
                    "amount": 1183.78,
                    "posted_date": "2024-09-06T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445117,
                    "amount": 1183.65,
                    "posted_date": "2024-08-23T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445086,
                    "amount": 1215.58,
                    "posted_date": "2024-08-09T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445144,
                    "amount": 860.76,
                    "posted_date": "2024-07-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445171,
                    "amount": 461.41,
                    "posted_date": "2024-07-11T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445159,
                    "amount": 860.76,
                    "posted_date": "2023-12-26T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  },
                  {
                    "id": 28484445139,
                    "amount": 461.41,
                    "posted_date": "2023-12-12T12:00:00.000Z",
                    "description": "Mad Science Research PR PAYMENT",
                    "memo": "PPD ID: 1234567899",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Paycheck",
                    "best_representation": null
                  }
                ]
              },
              {
                "average_monthly_income_net": 479.68,
                "cadence": {
                  "days": 16,
                  "start_date": "2023-06-13T12:00:00.000Z",
                  "stop_date": "2025-05-13T12:00:00.000Z"
                },
                "confidence": 100,
                "estimate_inclusion": "HIGH",
                "estimated_gross_annual": 7656,
                "id": "2g08mridxxz3-voi5",
                "income_stream_months": 24,
                "name": "check/cash deposit",
                "net_annual": 5756.21,
                "net_monthly": [
                  {
                    "month": "2023-06-01T06:00:00.000Z",
                    "net": 1159.48
                  },
                  {
                    "month": "2023-07-01T06:00:00.000Z",
                    "net": 2135.6
                  },
                  {
                    "month": "2023-08-01T06:00:00.000Z",
                    "net": 529.2
                  },
                  {
                    "month": "2023-09-01T06:00:00.000Z",
                    "net": 2358.39
                  },
                  {
                    "month": "2023-10-01T06:00:00.000Z",
                    "net": 3000
                  },
                  {
                    "month": "2023-11-01T06:00:00.000Z",
                    "net": 120.82
                  },
                  {
                    "month": "2023-12-01T07:00:00.000Z",
                    "net": 450
                  },
                  {
                    "month": "2024-01-01T07:00:00.000Z",
                    "net": 1238.48
                  },
                  {
                    "month": "2024-02-01T07:00:00.000Z",
                    "net": 2135.6
                  },
                  {
                    "month": "2024-03-01T07:00:00.000Z",
                    "net": 529.2
                  },
                  {
                    "month": "2024-04-01T06:00:00.000Z",
                    "net": 2358.39
                  },
                  {
                    "month": "2024-05-01T06:00:00.000Z",
                    "net": 3000
                  },
                  {
                    "month": "2024-06-01T06:00:00.000Z",
                    "net": 120.82
                  },
                  {
                    "month": "2024-07-01T06:00:00.000Z",
                    "net": 450
                  },
                  {
                    "month": "2024-09-01T06:00:00.000Z",
                    "net": 48
                  },
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 985
                  },
                  {
                    "month": "2024-11-01T06:00:00.000Z",
                    "net": 125
                  },
                  {
                    "month": "2025-01-01T07:00:00.000Z",
                    "net": 160
                  },
                  {
                    "month": "2025-03-01T07:00:00.000Z",
                    "net": 3341.99
                  },
                  {
                    "month": "2025-04-01T06:00:00.000Z",
                    "net": 312.3
                  },
                  {
                    "month": "2025-05-01T06:00:00.000Z",
                    "net": 333.92
                  }
                ],
                "projected_gross_annual": 0,
                "projected_net_annual": 0,
                "status": "INACTIVE",
                "transactions": [
                  {
                    "id": 28484445162,
                    "amount": 42.24,
                    "posted_date": "2025-05-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445220,
                    "amount": 25,
                    "posted_date": "2025-05-09T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445188,
                    "amount": 266.68,
                    "posted_date": "2025-05-09T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445110,
                    "amount": 20,
                    "posted_date": "2025-04-25T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445316,
                    "amount": 3.28,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445288,
                    "amount": 289.02,
                    "posted_date": "2025-04-01T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445226,
                    "amount": 1000,
                    "posted_date": "2025-03-24T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445197,
                    "amount": 118.32,
                    "posted_date": "2025-03-19T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445281,
                    "amount": 2223.67,
                    "posted_date": "2025-03-07T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "memo": "Some St Somewhere City State",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM",
                    "best_representation": null
                  },
                  {
                    "id": 28484445221,
                    "amount": 160,
                    "posted_date": "2025-01-24T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445302,
                    "amount": 100,
                    "posted_date": "2024-11-27T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445267,
                    "amount": 25,
                    "posted_date": "2024-11-27T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445311,
                    "amount": 25,
                    "posted_date": "2024-10-16T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445211,
                    "amount": 100,
                    "posted_date": "2024-10-16T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445282,
                    "amount": 100,
                    "posted_date": "2024-10-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445239,
                    "amount": 760,
                    "posted_date": "2024-10-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445146,
                    "amount": 48,
                    "posted_date": "2024-09-10T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445301,
                    "amount": 250,
                    "posted_date": "2024-07-31T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445269,
                    "amount": 125,
                    "posted_date": "2024-07-22T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445178,
                    "amount": 75,
                    "posted_date": "2024-07-15T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445280,
                    "amount": 120.82,
                    "posted_date": "2024-06-17T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123456",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445219,
                    "amount": 3000,
                    "posted_date": "2024-05-03T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123457",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445252,
                    "amount": 2358.17,
                    "posted_date": "2024-04-17T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "memo": "OADWAY AVE OKLAHOMA CITY OK",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM",
                    "best_representation": null
                  },
                  {
                    "id": 28484445132,
                    "amount": 0.22,
                    "posted_date": "2024-04-03T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445235,
                    "amount": 444.6,
                    "posted_date": "2024-03-17T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445256,
                    "amount": 84.6,
                    "posted_date": "2024-03-05T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445207,
                    "amount": 1045.09,
                    "posted_date": "2024-02-21T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445176,
                    "amount": 1090.51,
                    "posted_date": "2024-02-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445251,
                    "amount": 20,
                    "posted_date": "2024-01-30T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445161,
                    "amount": 1139.48,
                    "posted_date": "2024-01-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445190,
                    "amount": 79,
                    "posted_date": "2024-01-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445147,
                    "amount": 250,
                    "posted_date": "2023-12-31T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445118,
                    "amount": 125,
                    "posted_date": "2023-12-22T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445096,
                    "amount": 75,
                    "posted_date": "2023-12-15T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445310,
                    "amount": 120.82,
                    "posted_date": "2023-11-17T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123456",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445250,
                    "amount": 3000,
                    "posted_date": "2023-10-03T12:00:00.000Z",
                    "description": "DEPOSIT ID NUMBER 123457",
                    "memo": null,
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445222,
                    "amount": 2358.17,
                    "posted_date": "2023-09-17T12:00:00.000Z",
                    "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                    "memo": "OADWAY AVE OKLAHOMA CITY OK",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Cash & ATM",
                    "best_representation": null
                  },
                  {
                    "id": 28484445106,
                    "amount": 0.22,
                    "posted_date": "2023-09-03T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445089,
                    "amount": 444.6,
                    "posted_date": "2023-08-18T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445119,
                    "amount": 84.6,
                    "posted_date": "2023-08-05T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445242,
                    "amount": 1045.09,
                    "posted_date": "2023-07-21T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445214,
                    "amount": 1090.51,
                    "posted_date": "2023-07-02T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445150,
                    "amount": 20,
                    "posted_date": "2023-06-30T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  },
                  {
                    "id": 28484445123,
                    "amount": 1139.48,
                    "posted_date": "2023-06-13T12:00:00.000Z",
                    "description": "REMOTE ONLINE DEPOSIT #",
                    "memo": "1",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Deposit",
                    "best_representation": null
                  }
                ]
              },
              {
                "average_monthly_income_net": 3858,
                "cadence": {
                  "days": 0,
                  "start_date": "2024-10-06T12:00:00.000Z",
                  "stop_date": "2024-10-06T12:00:00.000Z"
                },
                "confidence": 100,
                "estimate_inclusion": "HIGH",
                "estimated_gross_annual": 5131,
                "id": "2g08mridxxz3-voi6",
                "income_stream_months": 1,
                "name": "irs treas",
                "net_annual": 3858,
                "net_monthly": [
                  {
                    "month": "2024-10-01T06:00:00.000Z",
                    "net": 3858
                  }
                ],
                "projected_gross_annual": 5131,
                "projected_net_annual": 3858,
                "status": "INACTIVE",
                "transactions": [
                  {
                    "id": 28484445246,
                    "amount": 3858,
                    "posted_date": "2024-10-06T12:00:00.000Z",
                    "description": "IRS TREAS 310 TAX REF",
                    "memo": "PPD ID: 1234567897",
                    "investment_transaction_type": null,
                    "normalized_payee": null,
                    "institution_transaction": "0000000000",
                    "category": "Federal Tax",
                    "best_representation": null
                  }
                ]
              }
            ],
            "misc_deposits": [
              {
                "amount": 290.16,
                "category": "Income",
                "description": "Credit Return: Online Payment 44",
                "id": 28484445103,
                "institution_transaction": "0000000000",
                "memo": "12345678 To Dragon Sitters",
                "posted_date": "2024-10-23T12:00:00.000Z"
              },
              {
                "amount": 19850.17,
                "category": "Deposit",
                "description": "DEPOSIT ID NUMBER 123458",
                "id": 28484445187,
                "institution_transaction": "0000000000",
                "memo": null,
                "posted_date": "2025-01-09T12:00:00.000Z"
              }
            ],
            "name": "Checking",
            "number": "1104",
            "owner_address": "APT C 5600 S SPRINGFIELD SPRINGFIELD, VA 22162-1058",
            "owner_name": "SUZI BUILDER",
            "transactions": [],
            "type": "checking"
          }
        ],
        "id": 102168,
        "name": "FinBank Profiles - B",
        "url_home_app": "http://www.finicity.com"
      }
    ]
  }
  ```
</Accordion>

<Accordion title="Verification of Employment (Banking VOE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1778709376/docs-2026/VOE_Transactions_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/2zIhWH3AFpQVLqPj/images/argyle-guides/api-ref/banking-reports/banking-voe-transactions.png?fit=max&auto=format&n=2zIhWH3AFpQVLqPj&q=85&s=b3cf66e31c2bfc6fab6a0c9e32b9b7cb" alt="Image of Verification of Employment (Banking VOE) banking report." width="803" height="1019" data-path="images/argyle-guides/api-ref/banking-reports/banking-voe-transactions.png" />
  </Frame>

  ```json theme={}
  {
      "id": "acbv1wdhitx6-voetransactions",
      "type": "voeTransactions",
      "constraints": {
          "accounts": null,
          "from_date": null,
          "report_custom_fields": null,
          "show_nsf": null
      },
      "status": "success",
      "portfolio": "74bqadmjcm1p-1-port",
      "customer_type": "testing",
      "request_id": "xa9se6p14t",
      "requester_name": "Argyle Systems",
      "end_user": {
          "address": "759 Victoria Plaza",
          "city": "New York",
          "email": null,
          "name": "Loan Officer",
          "phone": "7778889999",
          "state": "NY",
          "url": null,
          "zip": "10014"
      },
      "created_date": "2026-05-13T21:53:05.000Z",
      "title": "Mastercard Open Banking Verification of Employment - Transactions",
      "consumer": "590a2b7b904c2762d4c4a94f4a05b083",
      "consumer_ssn": "6789",
      "dispute_statement": null,
      "start_date": "2026-01-13T22:53:05.000Z",
      "end_date": "2026-05-13T21:53:05.000Z",
      "days": 119,
      "seasoned": false,
      "institutions": [
          {
              "accounts": [
                  {
                      "id": 9022110214,
                      "number": "1111",
                      "owner_name": "PATRICK & LORRAINE PURCHASER",
                      "owner_address": "7195 BELMONT ST. PARLIN, NJ 08859",
                      "owner_as_of_date": null,
                      "name": "Checking",
                      "type": "checking",
                      "currency": "USD",
                      "aggregation_status_code": 0,
                      "income_streams": [
                          {
                              "id": "acbv1wdhitx6-voetransactions1",
                              "name": "check-cash deposit",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-02T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 16
                              },
                              "days_since_last_transaction": 0,
                              "next_expected_transaction_date": "2026-05-29T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459123,
                                      "amount": null,
                                      "posted_date": "2026-01-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459206,
                                      "amount": null,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "memo": "Some St Somewhere City State",
                                      "normalized_payee": "Atm",
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459226,
                                      "amount": null,
                                      "posted_date": "2026-03-19T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459023,
                                      "amount": null,
                                      "posted_date": "2026-03-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459104,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459075,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459134,
                                      "amount": null,
                                      "posted_date": "2026-04-25T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459182,
                                      "amount": null,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459153,
                                      "amount": null,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459125,
                                      "amount": null,
                                      "posted_date": "2026-05-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions2",
                              "name": "mad science research",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-12-12T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 22
                              },
                              "days_since_last_transaction": 11,
                              "next_expected_transaction_date": "2026-05-24T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459054,
                                      "amount": null,
                                      "posted_date": "2026-01-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459096,
                                      "amount": null,
                                      "posted_date": "2026-02-10T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459067,
                                      "amount": null,
                                      "posted_date": "2026-02-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459087,
                                      "amount": null,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459037,
                                      "amount": null,
                                      "posted_date": "2026-03-21T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459027,
                                      "amount": null,
                                      "posted_date": "2026-04-04T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459057,
                                      "amount": null,
                                      "posted_date": "2026-04-18T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459230,
                                      "amount": null,
                                      "posted_date": "2026-05-02T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions3",
                              "name": "rocket surgery",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-01T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 15
                              },
                              "days_since_last_transaction": 12,
                              "next_expected_transaction_date": "2026-05-16T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459018,
                                      "amount": null,
                                      "posted_date": "2026-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459222,
                                      "amount": null,
                                      "posted_date": "2026-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459050,
                                      "amount": null,
                                      "posted_date": "2026-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459111,
                                      "amount": null,
                                      "posted_date": "2026-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459166,
                                      "amount": null,
                                      "posted_date": "2026-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459221,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459198,
                                      "amount": null,
                                      "posted_date": "2026-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459034,
                                      "amount": null,
                                      "posted_date": "2026-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions4",
                              "name": "irs treas",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2025-10-06T12:00:00.000Z",
                                  "stop_date": "2025-10-06T12:00:00.000Z",
                                  "days": 0
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions5",
                              "name": "secret agent staffing",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-07-25T12:00:00.000Z",
                                  "stop_date": "2025-06-28T12:00:00.000Z",
                                  "days": 18
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions6",
                              "name": "veridiandynamics payroll ppd id",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-19T12:00:00.000Z",
                                  "stop_date": "2025-04-11T12:00:00.000Z",
                                  "days": 59
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions7",
                              "name": "exspensor",
                              "status": "INACTIVE",
                              "estimate_inclusion": "LOW",
                              "confidence": 25,
                              "cadence": {
                                  "start_date": "2024-07-08T12:00:00.000Z",
                                  "stop_date": "2025-03-17T12:00:00.000Z",
                                  "days": 50
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          }
                      ]
                  }
              ],
              "id": 102168,
              "name": "FinBank Profiles - B",
              "url_home_app": "http://www.finicity.com"
          }
      ],
      "user": "019e2352-921f-babc-568b-c1cfe44e0216"
  }
  ```
</Accordion>

<Accordion title="Verification of Income (Doc VOI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1778710602/docs-2026/Doc_VOI.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/2zIhWH3AFpQVLqPj/images/argyle-guides/api-ref/document-verifications/doc-voi.png?fit=max&auto=format&n=2zIhWH3AFpQVLqPj&q=85&s=ae1767eb9a4898900142f85c3cbe131e" alt="Image of Verification of Income (Doc VOI) report." width="803" height="1019" data-path="images/argyle-guides/api-ref/document-verifications/doc-voi.png" />
  </Frame>

  ```json theme={}
  {
      "report_id": "02889578-fb0f-4fb5-8ee3-f2d8f3f8116b",
      "type": "doc-voi-mortgage",
      "user_id": "019e2367-129d-98d2-8ff0-56660fee2c83",
      "external_id": null,
      "created_at": "2026-05-13T22:15:55.226Z",
      "last_synced_at": null,
      "metadata": {
          "aim_check": {
              "status": "available",
              "employments": [
                  {
                      "employer": "WAREHOUSE SERVICES INC",
                      "eligibility": true,
                      "eligibility_issues": []
                  }
              ],
              "reference_id": "FM-0850681-02889578-fb0f-4fb5-8ee3-f2d8f3f8116b"
          }
      },
      "documents": [
          {
              "id": "019e2368-ceb6-102e-7c0f-4e4a957b53de",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2026-05-12",
              "pay_period_start_date": "2026-04-27",
              "pay_period_end_date": "2026-05-12",
              "year": null
          },
          {
              "id": "019e2369-1776-fe80-14a7-326a45f5c619",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2025-12-15",
              "pay_period_start_date": "2025-12-01",
              "pay_period_end_date": "2025-12-15",
              "year": null
          },
          {
              "id": "019e2368-f4d7-01e7-544c-39b0871f0bf4",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2024-12-15",
              "pay_period_start_date": "2024-12-01",
              "pay_period_end_date": "2024-12-15",
              "year": null
          }
      ],
      "employments": [
          {
              "employment": null,
              "account": null,
              "last_synced_at": null,
              "source": "Doc Upload",
              "first_name": null,
              "last_name": null,
              "full_name": "BOB JONES",
              "birth_date": null,
              "ssn": "123456789",
              "phone_number": null,
              "email": null,
              "employee_address": {
                  "line1": "1234 MAIN STREET",
                  "line2": null,
                  "city": "BALTIMORE",
                  "state": "MD",
                  "postal_code": "20600",
                  "country": null
              },
              "employer": "WAREHOUSE SERVICES INC",
              "employer_address": {
                  "line1": "22122 U.S. 12877",
                  "line2": null,
                  "city": "ARLINGTON",
                  "state": "IL",
                  "postal_code": "60004",
                  "country": null
              },
              "status": "active",
              "employment_type": null,
              "job_title": null,
              "base_pay": null,
              "pay_cycle": "semimonthly",
              "start_date": "2023-02-01",
              "original_hire_date": "2023-02-01",
              "end_date": null,
              "length_of_work": null,
              "last_pay_period_end_date": "2026-05-12",
              "last_paystub_date": "2026-05-12",
              "income": [
                  {
                      "period": "2026",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  },
                  {
                      "period": "2025",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  },
                  {
                      "period": "2024",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  }
              ],
              "monthly_income": {
                  "aim_check": {
                      "total": "6400.32",
                      "base": "3791.99",
                      "overtime": "1200.00",
                      "bonus": "1408.33",
                      "commission": "0.00",
                      "other": "0.00"
                  }
              },
              "callouts": []
          }
      ]
  }
  ```
</Accordion>

## Payroll Overview

Verify income and employment by allowing users to directly connect their employers and payroll providers.

<Frame>
  <img src="https://mintcdn.com/argyle/zs6lb-w1jQV9DVbr/images/overview/how-argyle-works/2-how-argyle-works.png?fit=max&auto=format&n=zs6lb-w1jQV9DVbr&q=85&s=c9423cb37168de456ad6b65dce23efa6" alt="Link is where payroll accounts are connected through Argyle." width="2100" height="1344" data-path="images/overview/how-argyle-works/2-how-argyle-works.png" />
</Frame>

## Banking Overview

Verify assets and income by allowing users to directly connect their financial institutions.

<Frame>
  <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/banking-reports/1-banking.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=e3e171f6dad5485eae24082b36fa81a9" alt="Verify assets and income with Argyle banking reports." width="2116" height="1239" data-path="images/argyle-guides/api-ref/banking-reports/1-banking.png" />
</Frame>

## Documents Overview

<Note>
  Doc VOI reports are designed for mortgage workflows and typically require a recent paystub plus prior-year year-end income documents, such as W-2s or December paystubs. For non-mortgage document collection, OCR, and authenticity workflows, use [Document Processing](/workflows/document-processing).
</Note>

Receive Freddie Mac monthly income calculations from uploaded paystubs and W2s.

* Upload paystubs and W-2s when borrower cannot connect via Argyle with a direct payroll login
* Generate an Argyle Doc VOI report with rep & warrant determination for income and employment

<Frame>
  <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/document-verifications/1-documents.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=47c994109741c21d13bfa75c60a90cb5" alt="Argyle Doc VOI report PDF" width="1080" height="1397" data-path="images/argyle-guides/api-ref/document-verifications/1-documents.png" />
</Frame>

## Workflow

<div className="argyle-divider" />

### Create a user

[Create a user](/api-reference/users/create-a-user) before ordering a verification.

Include the following PII information in your request:

| Field          | Payroll verifications | Banking verifications | Document verifications |
| -------------- | --------------------- | --------------------- | ---------------------- |
| `first_name`   | Required              | Required              | Required               |
| `last_name`    | Required              | Required              | Required               |
| `ssn`          | Not required          | Required              | Required               |
| `birth_date`   | Not required          | Required              | Not required           |
| `address`      | Not required          | Required              | Not required           |
| `phone_number` | Not required          | Required              | Not required           |

<Accordion title="Example request: POST /v2/users">
  ```json theme={}
  {
    "first_name": "Jane",
    "last_name": "Doe",
    "ssn": "000-00-0000",
    "email": "jane@example.com",
    "phone_number": "+15555555555",
    "address": {
      "city": "New York",
      "line1": "123 Main St",
      "line2": null,
      "state": "NY",
      "country": "US",
      "postal_code": null
    },
    "birth_date": {
      "year": 1990,
      "month": 1,
      "day": 13
    },
    "external_id": null,
    "external_metadata": {
      "suppress_verification": true
    }
  }
  ```
</Accordion>

### Order a verification

Use [`POST /v2/verifications`](/api-reference/verifications/order-a-verification) for all verification types (payroll, banking, and documents).

The shared request model works as follows:

* `user` is required for all verification requests.
* `report.type` determines whether the verification is payroll-based, banking-based, or documents-based.
* `employments` is required for document verifications only.
* `report.configuration` is used for banking verifications only.
* `loan` and `billing` can be supplied for all verification types.

Payroll verifications use `report.type = voie | voe`

<Accordion title="Example payroll request: POST /v2/verifications">
  ```json theme={}
  {
    "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "report": {
      "type": "voie"
    },
    "loan": {
      "number": "1234",
      "borrower_id": "ABC789",
      "application_id": "2121313",
      "officer_email": "john.doe@mortgage.com"
    },
    "billing": {
      "cost_center": "5"
    }
  }
  ```
</Accordion>

Banking verifications use `report.type = voa | voai | voi | voe-transactions`

<Accordion title="Example banking request: POST /v2/verifications">
  ```json theme={}
  {
    "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "report": {
      "type": "voai",
      "configuration": {
        "from_date": "2024-01-01T00:00:00Z",
        "income_stream_confidence_minimum": 50,
        "report_custom_fields": [
          {
            "label": "loanID",
            "value": "12345",
            "shown": true
          }
        ]
      }
    },
    "loan": {
      "number": "1234",
      "borrower_id": "ABC789",
      "application_id": "2121313",
      "officer_email": "john.doe@mortgage.com"
    },
    "billing": {
      "cost_center": "5"
    }
  }
  ```
</Accordion>

Mortgage document verifications use `report.type = doc-voi-mortgage`

<Accordion title="Example document request: POST /v2/verifications">
  ```json theme={}
  {
    "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "employments": [
      {
        "employer": "Warehouse Services Inc",
        "status": "active",
        "hire_date": "2023-02-01",
        "termination_date": null
      }
    ],
    "report": {
      "type": "doc-voi-mortgage"
    },
    "loan": {
      "number": "1234",
      "borrower_id": "ABC789",
      "application_id": "2121313",
      "officer_email": "john.doe@mortgage.com"
    },
    "billing": {
      "cost_center": "5"
    }
  }
  ```
</Accordion>

<a id="create-a-connection-session" />

### Create a connection session

*Skip this step for document verifications.*

For payroll and banking verifications, create a session via [`POST /v2/sessions`](/api-reference/verifications/create-a-session). When the request succeeds, the response includes a `link` URL that launches the frontend session. Session links expire after one hour for security. A new session link can be created at any time by creating another session for the active verification.

<Note>
  The verification used to create the session must be in an active state. Active means the verification is not completed and not cancelled. If no active verification exists, create a new verification first.
</Note>

The request requires a `verification` ID and accepts an optional `configuration` object:

<div className="verifications-session-config">
  <table>
    <thead>
      <tr>
        <th>Configuration property</th>
        <th>Applies to</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><code className="whitespace-nowrap">configuration.experience</code></td>
        <td>Banking only</td>
        <td>Optional bank connection experience customization ID<br />(<em>provided by Argyle</em>)</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.single\_use\_url</code></td>
        <td>Banking only</td>
        <td>Expires after one successful connection</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.redirect\_url</code></td>
        <td>Payroll and banking</td>
        <td>Redirect URL after session completion.</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.flow\_id</code></td>
        <td>Payroll only</td>
        <td>Optional payroll embedded connection experience customization ID</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.items</code></td>
        <td>Payroll only</td>
        <td>Limits Link to the provided Items. One Item opens that Item directly; multiple Items show only those Items.</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.language</code></td>
        <td>Payroll only</td>
        <td>Supported Link [display language](/link/initialization/overview#optional-initialization-parameters)</td>
      </tr>

      <tr>
        <td><code className="whitespace-nowrap">configuration.mobile\_app</code></td>
        <td>Payroll only</td>
        <td>Set to `true` if embedding in a mobile application, otherwise `false`</td>
      </tr>
    </tbody>
  </table>
</div>

<Accordion title="Example payroll request: POST /v2/sessions">
  ```json theme={}
  {
    "verification": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
    "configuration": {
      "redirect_url": "https://your-application.com/return",
      "flow_id": "12ABCD3E",
      "language": "EN",
      "mobile_app": true
    }
  }
  ```
</Accordion>

<Accordion title="Example payroll response">
  ```json theme={}
  {
    "verification": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
    "configuration": {
      "experience": null,
      "single_use_url": false,
      "redirect_url": "https://your-application.com/return",
      "flow_id": "12ABCD3E",
      "language": "EN",
      "mobile_app": true
    },
    "link": "https://connect.argyle.com/?...",
    "data_source": "payroll"
  }
  ```
</Accordion>

<Accordion title="Example banking request: POST /v2/sessions">
  ```json theme={}
  {
    "verification": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
    "configuration": {
      "experience": "97f1eccb-241d-4052-8409-fab9e27a589b",
      "single_use_url": false,
      "redirect_url": "https://your-application.com/return"
    }
  }
  ```
</Accordion>

<Accordion title="Example banking response">
  ```json theme={}
  {
    "verification": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
    "configuration": {
      "experience": "97f1eccb-241d-4052-8409-fab9e27a589b",
      "single_use_url": false,
      "redirect_url": "https://your-application.com/return"
    },
    "link": "https://connect2.finicity.com?...",
    "data_source": "banking"
  }
  ```
</Accordion>

### Launch the frontend session

Use the returned `link` based on the verification type.

#### Payroll

* **Payroll SDKs (recommended)**
  * Pass `link` as the `connectUrl` parameter when [initializing the Web SDK](/link/initialization/web#initialize-with-connecturl) or [Mobile SDKs](/link/initialization/mobile-sdks).
  * This is the default recommendation, including when you want to initialize Link inside an iframe as [Link callbacks](/link/reference/callbacks) remain available.
* **Hosted Link**
  * On web, open the `link` URL in the same tab, a popup window, or a separate tab.
  * On mobile, open the `link` in a secure browser context such as `ASWebAuthenticationSession` on iOS or `Android Custom Tabs` on Android.
  * Hosted Link currently does not support callbacks.

#### Banking

* **Banking SDK (recommended)**
  * Pass `link` as the `connectURL` value when launching the banking SDK.
  * SDK callbacks support immediate frontend UX handling. For backend verification status, subscribe to the [`verifications.updated`](/api-reference/verifications-webhooks/updated) webhook.
  * For SDK installation options and advanced configuration, refer to <a href="https://developer.mastercard.com/open-finance-us/documentation/connect/integrating/sdk/web-sdk/sdk/" target="_blank">SDK docs</a>.

<Accordion title="Banking SDK initialization example matching Payroll Link dimensions">
  ```html theme={}
  <!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <title>Banking SDK Example</title>
      <style>
        body {
          margin: 0;
        }

        #connect-container {
          width: 390px;
          height: 720px;
          position: relative;
        }
      </style>
    </head>
    <body>
      <div id="connect-container"></div>

      <script type="module">
        import { Connect } from 'https://cdn.openbanking.mastercard.com/js/connect-web-sdk@2.2.0/mastercard-connect-esm.min.js'

        // Returned by your backend after it calls POST /v2/sessions.
        // Do not call Argyle APIs directly from browser code with API keys.
        const session = { link: 'SESSION_LINK' }
        const connectURL = session.link

        const eventHandlers = {
          onDone: event => console.log('Connection successful', event),
          onCancel: event => console.log('User cancelled', event),
          onError: event => console.log('Banking flow error', event),
          onRoute: event => console.log('Route changed', event),
          onUser: event => console.log('User action', event),
          onLoad: () => console.log('Banking SDK loaded')
        }

        function startConnect() {
          Connect.launch(connectURL, eventHandlers, {
            popup: false,
            selector: '#connect-container'
          })
        }

        startConnect()
        // Call Connect.destroy() when the banking UI is no longer needed.
      </script>
    </body>
  </html>
  ```
</Accordion>

* **Hosted banking session**
  * Hosted or no-SDK banking flows must be enabled by Argyle before use. Reach out to your Argyle customer success manager before using this implementation path.
  * Set `configuration.redirect_url` so the user returns to your application.
  * On web, open the `link` URL in the same tab, a popup window, or a separate tab.
  * On mobile, open the `link` in a secure browser context such as `ASWebAuthenticationSession` on iOS or `Android Custom Tabs` on Android.
  * Do not default to opening the raw returned `link` directly in an iframe.

### Subscribe to webhooks

Subscribe to the [`verifications.updated`](/api-reference/verifications-webhooks/updated) webhook to track lifecycle events.

<Note>
  Set `include_resource = true` so the webhook payload contains the full verification object inside `data.resource`.
</Note>

The most important verification `status.code` updates are:

* `pending` — verification created
* `user_session_started` — user opened the payroll or banking experience
* `authenticated` — the user authenticated for payroll or banking and data aggregation is starting
* `documents_processing` — uploaded documents are currently processing
* `completed` — the report is ready for download

These are the primary lifecycle updates. Additional state transitions can occur depending on the verification flow.

### Download reports and JSON

When you receive a [`verifications.updated`](/api-reference/verifications-webhooks/updated) webhook with `status.code = completed`, the `report` object in the webhook payload will contain the following download links:

* `file_url` — PDF report
* `json_url` — report in JSON format

<Accordion title="Example webhook">
  ```json theme={}
  {
    "event": "verifications.updated",
    "name": "name-for-the-webhook-subscription",
    "data": {
      "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
      "verification": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
      "resource": {
        "id": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
        "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
        "created_at": "2023-03-09T16:22:06.081Z",
        "updated_at": "2023-03-09T16:22:06.081Z",
        "channel": "api",
        "status": {
          "state": "COMPLETED",
          "code": "completed",
          "errors": []
        },
        "report": {
          "id": "2a14ce6f-3aed-4c15-8ea2-92a17b6edb95",
          "type": "doc-voi-mortgage",
          "file_url": "www.argyle.com/storagename/pdf",
          "json_url": "www.argyle.com/storagename/json"
        },
        "employments": [
          {
            "employer": "Starbucks",
            "status": "active",
            "hire_date": "2015-08-28",
            "termination_date": null
          }
        ],
        "loan": {
          "number": "1234",
          "borrower_id": "ABC789",
          "application_id": "2121313",
          "officer_email": "john.doe@mortgage.com"
        },
        "billing": {
          "cost_center": "5"
        },
        "data_source": "documents"
      }
    }
  }
  ```
</Accordion>

GET requests to `file_url` and `json_url` require [Argyle authentication headers](/api-guide/overview#authentication).

## Re-Verifications

<div className="argyle-divider" />

### Instant Refresh

<Note>
  The refresh endpoint supports payroll, banking, and Doc VOI verifications. It returns a new verification ID and report.
</Note>

Use [`POST /v2/verifications/refresh`](/api-reference/verifications/refresh-a-verification) to create a **new** payroll or banking verification without the user needing to reconnect, as long as a valid connection is still available. For Doc VOI, use the same endpoint with `report.type = doc-voi-mortgage` to generate a new report from the user's existing uploaded documents without uploading additional documents.

In most cases, instant refresh verifications move quickly to either `completed` or `cancelled`.

### Doc VOI with new documents

To refresh a Doc VOI report with additional or updated documents, order a new `doc-voi-mortgage` verification for the same `user` with [`POST /v2/verifications`](/api-reference/verifications/order-a-verification). The request shape is the same as a new document verification, including the `employments` requirements.

Argyle reuses the user's previously uploaded documents as the baseline for the new verification. After the new verification is created:

1. Upload each net-new document for the same `user` with [`POST /v2/user-uploads`](/api-reference/user-uploads/upload-a-document).
2. Listen for [`verifications.updated`](/api-reference/verifications-webhooks/updated) webhooks as the verification moves through document processing.
3. Retrieve the refreshed report from `report.file_url` or `report.json_url` when the verification is complete.

## Recovery options and error handling

<div className="argyle-divider" />

### Connections not completed

If the user closes the payroll or banking experience before completion, or the session link expires, the verification usually remains in `pending` or `user_session_started`. In this case, create a new session URL for the existing active verification with [`POST /v2/sessions`](/api-reference/verifications-guide#create-a-connection-session).

### User details missing or invalid

If `POST /v2/verifications` returns a 400 response for missing or invalid user details:

1. Update the user with [`PATCH /v2/users/{id}`](/api-reference/users/update-a-user).
2. Retry `POST /v2/verifications`.

## Testing

<div className="argyle-divider" />

### Payroll test profiles

Use Argyle's [sample user credentials](/overview/sandbox-testing#connect-sample-users) in Link to connect to:

* **Sandbox**: any employer or payroll provider
* **Production**: `Platformtronic` or `Employertronic`

For specific scenario testing, the following sample users are also available:

|                    | Homer Loanseeker                          | Suzi Builder                          | Andy Freddie                             |
| ------------------ | ----------------------------------------- | ------------------------------------- | ---------------------------------------- |
| Email              | homer\_loanseeker<span>@</span>argyle.com | suzi\_builder<span>@</span>argyle.com | andy\_freddie<span>@</span>argyle.com    |
| Username           | homer\_loanseeker                         | suzi\_builder                         | andy\_freddie                            |
| Password           | passgood                                  | passgood                              | passgood                                 |
| Verification code  | 9081                                      | 9084                                  | 9088                                     |
| Phone number       | (800) 900-0101                            | (800) 900-0104                        | (800) 900-0108                           |
| Driver's license # | D1230101                                  | D1230104                              | D1230108                                 |
| **Returns**        | **1 active employment**                   | **2 active employments**              | **1 active and 1 terminated employment** |

### Banking test profiles

<Note>
  When you're ready to begin testing, contact your Argyle Customer Success Manager to enable banking permissions.
</Note>

<Warning>
  The Sandbox testing environment for banking supports a maximum of 500 users. To stay within this limit, implement user-management workflows and remove inactive users when they are no longer needed.
</Warning>

The following sample test profiles can be connected to:

* **Sandbox**: connect to `FinBank Profiles A` or `FinBank Profiles B`
* **Production**: connect to `FinBank Billable` or `FinBank Oauth Billable`

| Username    | Password    | Account types                                                                  | Supported products                     |
| ----------- | ----------- | ------------------------------------------------------------------------------ | -------------------------------------- |
| profile\_02 | profile\_02 | Savings, IRA, 401k, Credit Card                                                | `voa`, `voi`, `voai`                   |
| profile\_03 | profile\_03 | Checking, Personal Investment, 401K, Roth, Savings (Joint Account owners)      | `voa`, `voi`, `voai`                   |
| profile\_04 | profile\_04 | Checking, 403B, 529, Rollover, Mortgage                                        | `voa`, `voi`, `voai`                   |
| profile\_05 | profile\_05 | Checking, Investment, Stocks, UGMA, UTMA (Joint Account owners)                | `voa`, `voi`, `voai`                   |
| profile\_06 | profile\_06 | Checking, Retirement, KEOGH, 457, Credit Card                                  | `voa`, `voi`, `voai`                   |
| profile\_07 | profile\_07 | Checking, Stocks, CD, Investment Tax-Deferred, Employee Stock                  | `voa`, `voi`, `voai`                   |
| profile\_08 | profile\_08 | Checking, Primary Savings, Money Market, 401A, Line of credit                  | `voa`, `voi`, `voai`                   |
| profile\_09 | profile\_09 | Checking, Savings, Checking failed report. Errors include `102`, `103`, `185`. | `voa`, `voi`, `voai` *(failed report)* |

For specific scenario testing, the following sample users are also available:

|             | Sue Wealthy                                                                                                                                                                                                                                                                                             | River Paycheck                                                                                                                                                                                                                                                            | Alex Student                                                                                                                                                                                                                                                                                                                                   |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Username    | sue\_wealthy                                                                                                                                                                                                                                                                                            | river\_paycheck                                                                                                                                                                                                                                                           | alex\_student                                                                                                                                                                                                                                                                                                                                  |
| Password    | profile\_700                                                                                                                                                                                                                                                                                            | profile\_703                                                                                                                                                                                                                                                              | profile\_704                                                                                                                                                                                                                                                                                                                                   |
| Description | Sue is working as a Product Manager with a good steady income, a mortgage, and multiple investment accounts. She has a loan account and leases a car. Sue travels a few times a year. She has typical expenses like groceries, clothes, entertainment, gym membership, car expenses, and she has a pet. | River works in construction. He rents an apartment and has typical expenses like groceries, clothes, entertainment, household and car expenses. He has some savings but no investments, no loans and no credit cards. In some months, River's expenses exceed his income. | Alex is working full-time with a good salary but she is still paying off her student loan. She makes regular monthly repayments, but she still has over \$30,000 to pay off. Alex has typical expenses like groceries, clothes, entertainment, household, and car expenses. She has limited savings and she has started an investment account. |

### Doc VOI test documents

<Note>
  When you're ready to begin testing, contact your Argyle Customer Success Manager to enable document permissions.
</Note>

Use the sample documents below for Doc VOI verifications.

For all scenarios below, order a document verification with the following `employments` value:

```json theme={}
"employments": [
  {
    "employer": "Warehouse Services Inc",
    "status": "active",
    "hire_date": "2023-02-01",
    "termination_date": null
  }
]
```

<Warning>
  Do not adjust file names.
</Warning>

<Tabs>
  <Tab title="Sandbox">
    <AccordionGroup>
      <Accordion title="GSE-eligible monthly income">
        Upload the following documents:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/Warehouse_Services_Inc_paystub.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/Warehouse_Services_Inc_paystub_2025.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub\_2025.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/Warehouse_Services_Inc_paystub_2024.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub\_2024.pdf</a>
      </Accordion>

      <Accordion title="Not GSE-eligible monthly income">
        Upload the following documents:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2025/Warehouse_Services_Inc_paystub_ineligible.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub\_ineligible.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/Warehouse_Services_Inc_paystub_2025.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub\_2025.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2025/Warehouse_Services_Inc_paystub_2024.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub\_2024.pdf</a>
      </Accordion>

      <Accordion title="Requires more data">
        Upload only the following document:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/Warehouse_Services_Inc_paystub.pdf" target="_blank">Warehouse\_Services\_Inc\_paystub.pdf</a>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Production">
    <Note>
      Production testing can be done with real documents. If needed, use the sample files below.
    </Note>

    <AccordionGroup>
      <Accordion title="GSE-eligible monthly income">
        Upload the following documents:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub_2025.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub\_2025.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub_2024.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub\_2024.pdf</a>
      </Accordion>

      <Accordion title="Not GSE-eligible monthly income">
        Upload the following documents:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2025/sandbox_Warehouse_Services_Inc_paystub_ineligible.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub\_ineligible.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub_2025.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub\_2025.pdf</a>
        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub_2024.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub\_2024.pdf</a>
      </Accordion>

      <Accordion title="Requires more data">
        Upload only the following document:

        * <a href="https://res.cloudinary.com/argyle-media/image/upload/docs-2026/sandbox_Warehouse_Services_Inc_paystub.pdf" target="_blank">sandbox\_Warehouse\_Services\_Inc\_paystub.pdf</a>
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
