Argyle · Example Payload

Get Partners V2 Payroll Documents Response 200

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Get Partners V2 Payroll Documents Response 200 is an example object payload from Argyle, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextpreviousresults

Example Payload

Raw ↑
{
  "next": "https://api-sandbox.argyle.com/partners/v2/payroll-documents?cursor=ZXhhbXBsZV9jdXJzb3I",
  "previous": null,
  "results": [
    {
      "id": "0186dc02-05b6-b83f-c366-b39a267e1570",
      "account": "0185a8b8-60eb-80ca-7482-5f24504573f7",
      "document_number": null,
      "available_date": "2020-05-13T17:25:59Z",
      "expiration_date": null,
      "employer": "Whole Goods",
      "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
      "document_type": "payout-statement",
      "document_type_description": null,
      "file_url": "api.argyle.com/partners/v2/payroll-documents/{id}/file",
      "created_at": "2023-03-13T17:27:01.501Z",
      "updated_at": "2023-03-13T17:27:01.501Z",
      "ocr_data": {},
      "metadata": {}
    },
    {
      "id": "0176dc14-bb37-402a-7be1-f5261759fae7",
      "account": "0187c66e-e7e5-811c-b006-2232f00f426a",
      "document_number": "ced46eb3-7586-3cd7-2418-8eb9482bc3ec",
      "available_date": "2019-03-14T17:46:25Z",
      "expiration_date": "2027-03-12T17:46:25Z",
      "employer": "GigAndGo",
      "employment": "42d6531c-520a-26b9-35c3-b7137a6d205a",
      "document_type": "drivers-licence",
      "document_type_description": "Driver's license",
      "file_url": "api.argyle.com/partners/v2/payroll-documents/{id}/file",
      "created_at": "2023-03-13T17:46:28.240Z",
      "updated_at": "2023-03-13T17:46:28.240Z",
      "ocr_data": {},
      "metadata": {}
    }
  ]
}