{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Payment Results API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment Results", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Payments for a Pay Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payRuns/:payRunId/payments", "params": [ { "name": "payRunId", "value": "pr_20260430_weekly_001", "type": "path", "description": "Unique identifier for the pay run" }, { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve all payment transactions generated by a completed pay run, including direct deposits and check payments." }, { "info": { "name": "Workday Payroll Get a Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/payments/:paymentId", "params": [ { "name": "paymentId", "value": "pmt_20260502_00045", "type": "path", "description": "Unique identifier for the payment" } ] }, "docs": "Retrieve details of a specific payment transaction, including payment method, amount, and settlement status." } ] } ], "bundled": true }