PaymentElection
PaymentElection schema from Workday Payroll Results API
CompensationEnterpriseHuman ResourcesPayrollSoftware-as-a-ServiceTax
Properties
| Name |
Type |
Description |
| id |
string |
Unique identifier for the payment election |
| order |
integer |
Priority order of the election |
| distributionType |
string |
How payment is distributed |
| amount |
number |
Fixed amount (when distributionType is Amount) |
| percentage |
number |
Percentage of net pay (when distributionType is Percentage) |
| accountType |
string |
Bank account type |
| bankName |
string |
Financial institution name |
| lastFourDigits |
string |
Last four digits of account number |
| currency |
string |
ISO 4217 currency code |
| active |
boolean |
Whether this election is currently active |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-schema/payroll-results-payment-election-schema.json",
"title": "PaymentElection",
"description": "PaymentElection schema from Workday Payroll Results API",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the payment election",
"example": "pe_w100542_primary"
},
"order": {
"type": "integer",
"description": "Priority order of the election",
"example": 1
},
"distributionType": {
"type": "string",
"enum": [
"Amount",
"Percentage",
"Remainder"
],
"description": "How payment is distributed",
"example": "Amount"
},
"amount": {
"type": "number",
"format": "double",
"description": "Fixed amount (when distributionType is Amount)",
"example": 2500.0
},
"percentage": {
"type": "number",
"format": "double",
"description": "Percentage of net pay (when distributionType is Percentage)",
"example": 100.0
},
"accountType": {
"type": "string",
"enum": [
"Checking",
"Savings"
],
"description": "Bank account type",
"example": "Checking"
},
"bankName": {
"type": "string",
"description": "Financial institution name",
"example": "Wells Fargo"
},
"lastFourDigits": {
"type": "string",
"description": "Last four digits of account number",
"example": "4521"
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code",
"example": "USD"
},
"active": {
"type": "boolean",
"description": "Whether this election is currently active",
"example": true
}
}
}
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/payroll-results-payment-election"
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 email required.
A second provider on the same verified email joins the account you already have.