Pinwheel · Schema

EndUser

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
platform_matching object User PII data for enabling partner-based switches.
View JSON Schema on GitHub

JSON Schema

enduser.json Raw ↑
{
  "properties": {
    "platform_matching": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkUserAuthenticationDataObjCreate"
        }
      ],
      "title": "platform_matching",
      "description": "User PII data for enabling partner-based switches."
    }
  },
  "type": "object",
  "title": "EndUser",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/EndUser.json"
}