Pinwheel · Schema

EarningsStreamPayoutsResponse

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
status object Status of the payout, either `estimated` or `processed`. `estimated` represents income that has been earned but not finalized in the payroll system. `processed` represents income that has a finalized
pay_date string Date that the payout will arrive in a user's account. This date includes a buffer for ACH settlement time. For estimated payouts, this is projected from historical pay dates and may differ by a few da
net_pay object Object representing how much someone will receive in net pay (i.e., the pay that will be disbursed to user-directed accounts) for the work they completed that day. This is equivalent to (gross pay - d
earnings array List of objects representing income earned on a given day. All earnings roll up into specific payouts.
View JSON Schema on GitHub

JSON Schema

earningsstreampayoutobjresponse-v2023-04-18.json Raw ↑
{
  "properties": {
    "status": {
      "allOf": [
        {
          "type": "string",
          "enum": [
            "estimated",
            "processed"
          ]
        }
      ],
      "description": "Status of the payout, either `estimated` or `processed`. `estimated` represents income that has been earned but not finalized in the payroll system. `processed` represents income that has a finalized paystub issued in the payroll system."
    },
    "pay_date": {
      "type": "string",
      "format": "date",
      "title": "pay_date",
      "description": "Date that the payout will arrive in a user's account. This date includes a buffer for ACH settlement time. For estimated payouts, this is projected from historical pay dates and may differ by a few days from actual settlement. For processed payouts, this is taken directly from the paystub."
    },
    "net_pay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetPayObjResponse"
        }
      ],
      "title": "net_pay",
      "description": "Object representing how much someone will receive in net pay (i.e., the pay that will be disbursed to user-directed accounts) for the work they completed that day. This is equivalent to (gross pay - deductions). E.g., gross pay minus income tax, healthcare, 401k contributions, or other withholdings that are not included in the user's payout."
    },
    "earnings": {
      "items": {},
      "type": "array",
      "title": "earnings",
      "description": "List of objects representing income earned on a given day. All earnings roll up into specific payouts."
    }
  },
  "type": "object",
  "required": [
    "status",
    "pay_date",
    "earnings"
  ],
  "title": "EarningsStreamPayoutsResponse",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/EarningsStreamPayoutObjResponse_v2023_04_18.json"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/earningsstreampayoutobjresponse-v2023-04-18"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.