Argyle · Example Payload

Post V2 Item Filters Request

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Post V2 Item Filters Request is an example object payload from Argyle, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namefilters

Example Payload

Raw ↑
{
  "name": "Key paystub fields supported",
  "filters": {
    "status": {
      "eq": "healthy"
    },
    "field_coverage": {
      "paystubs": {
        "gross_pay": {
          "supported": {
            "eq": true
          }
        },
        "paystub_date": {
          "supported": {
            "eq": true
          }
        }
      }
    }
  }
}