Pinwheel · Example Payload

List_Paystubs_V1_Accounts__Account_Id__Paystubs_Get Response 200

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

List_Paystubs_V1_Accounts__Account_Id__Paystubs_Get Response 200 is an example object payload from Pinwheel, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadata

Example Payload

Raw ↑
{
  "meta": {
    "refreshed_at": "2024-01-15T10:30:00Z",
    "count": 0,
    "next_cursor": "string"
  },
  "data": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "created_at": "2024-01-15T10:30:00Z",
      "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "pay_date": "2024-01-15",
      "pay_period_start": "2024-01-15",
      "pay_period_end": "2024-01-15",
      "gross_pay_amount": 0,
      "net_pay_amount": 0,
      "check_amount": 0,
      "gross_pay_ytd": 0,
      "net_pay_ytd": 0,
      "total_taxes": 0,
      "total_deductions": 0,
      "total_reimbursements": 0,
      "external_paystub_id": "string",
      "employer_name": "string",
      "taxes": [],
      "deductions": [],
      "earnings": [],
      "time_off": []
    }
  ]
}