Argyle · Example Payload

Post Partners V2 Users Request

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

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

Top-level fields

clientfirst_namelast_namessnemailphone_numberaddressbirth_dateexternal_idexternal_metadata

Example Payload

Raw ↑
{
  "client": "39096494-45c8-4fd8-9454-3d1cb2d62db7",
  "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
  }
}