Argyle · Example Payload

Patch V2 Verifications {Id} Response 200 Documents

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Patch V2 Verifications {Id} Response 200 Documents is an example object payload from Argyle, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idusercreated_atupdated_atchannelstatusreportemploymentsloanbillingdata_source

Example Payload

Raw ↑
{
  "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": "PROCESSING",
    "code": "documents_processing",
    "errors": []
  },
  "report": {
    "id": null,
    "type": "doc-voi-mortgage",
    "file_url": null,
    "json_url": null
  },
  "employments": [
    {
      "employer": "Warehouse Services Inc",
      "status": "previous",
      "hire_date": "2015-08-28",
      "termination_date": "2023-05-01"
    },
    {
      "employer": "Amazon",
      "status": "active",
      "hire_date": "2023-06-15",
      "termination_date": null
    }
  ],
  "loan": {
    "number": "1234",
    "borrower_id": "5678",
    "application_id": "2121313",
    "officer_email": "john.doe@mortgage.com"
  },
  "billing": {
    "cost_center": "5"
  },
  "data_source": "documents"
}