{ "info": { "_postman_id": "540b2636-c0c2-4529-9718-2a59a73e63b3", "name": "Workday Payroll Input Deductions Payment Results API", "description": "API for submitting and managing payroll input data within the Workday platform, including one-time payments, payroll adjustments, supplemental earnings, and batch input submissions.\n\nContact Support:\n Name: Workday Support\n Email: support@workday.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "lastUpdatedBy": "35240", "uid": "35240-540b2636-c0c2-4529-9718-2a59a73e63b3" }, "item": [ { "name": "payRuns", "item": [ { "name": "{payRunId}", "item": [ { "name": "payments", "item": [ { "name": "Workday Payroll List Payments for a Pay Run", "id": "59694fe7-4e48-457c-9871-8bd85e5e34b3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/payments?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "id": "a7869202-69e3-4473-afe5-3c7648bbb1a5", "key": "payRunId", "value": "", "description": "(Required) Unique identifier for the pay run" } ] }, "description": "Retrieve all payment transactions generated by a completed pay run, including direct deposits and check payments." }, "response": [ { "id": "01f37c6b-0c13-4921-9afb-8937c13a525d", "name": "Collection of payments", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/payments?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"payRunId\": \"\",\n \"paymentMethod\": \"DirectDeposit\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentDate\": \"\",\n \"settlementDate\": \"\",\n \"status\": \"Settled\",\n \"bankAccount\": {\n \"lastFourDigits\": \"\",\n \"bankName\": \"\",\n \"accountType\": \"Checking\"\n },\n \"checkNumber\": \"\"\n },\n {\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"payRunId\": \"\",\n \"paymentMethod\": \"Wire\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentDate\": \"\",\n \"settlementDate\": \"\",\n \"status\": \"Pending\",\n \"bankAccount\": {\n \"lastFourDigits\": \"\",\n \"bankName\": \"\",\n \"accountType\": \"Checking\"\n },\n \"checkNumber\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-01f37c6b-0c13-4921-9afb-8937c13a525d" }, { "id": "7a99409e-6866-45cc-a219-b81fe7619c48", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/payments?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-7a99409e-6866-45cc-a219-b81fe7619c48" }, { "id": "9945e187-d3d6-4f19-a824-61032ef063b2", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/payments?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-9945e187-d3d6-4f19-a824-61032ef063b2" } ], "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-59694fe7-4e48-457c-9871-8bd85e5e34b3" } ], "id": "4dea2dca-8f0c-4f95-981e-d535905d996f", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-4dea2dca-8f0c-4f95-981e-d535905d996f" } ], "id": "9dcbc3d6-ac55-4973-9839-d79ce7c08551", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-9dcbc3d6-ac55-4973-9839-d79ce7c08551" } ], "id": "64b234a0-166e-43e6-a573-8fe0cfea1d38", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-64b234a0-166e-43e6-a573-8fe0cfea1d38" }, { "name": "payments", "item": [ { "name": "{paymentId}", "item": [ { "name": "Workday Payroll Get a Payment", "id": "dadc62e8-d23f-4673-aa2d-2fd8a37036bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":paymentId" ], "variable": [ { "id": "76779b46-9e73-4529-9766-ba7f34ee39fd", "key": "paymentId", "value": "", "description": "(Required) Unique identifier for the payment" } ] }, "description": "Retrieve details of a specific payment transaction, including payment method, amount, and settlement status." }, "response": [ { "id": "b3d41d43-56df-4bb8-bdab-d3e06db5da06", "name": "Payment details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"payRunId\": \"\",\n \"paymentMethod\": \"DirectDeposit\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentDate\": \"\",\n \"settlementDate\": \"\",\n \"status\": \"Voided\",\n \"bankAccount\": {\n \"lastFourDigits\": \"\",\n \"bankName\": \"\",\n \"accountType\": \"Savings\"\n },\n \"checkNumber\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-b3d41d43-56df-4bb8-bdab-d3e06db5da06" }, { "id": "543cc3c0-933f-47cf-a4a8-652a715e2929", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-543cc3c0-933f-47cf-a4a8-652a715e2929" }, { "id": "ef2167fa-ae31-4776-88a1-0d38c7c434f4", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-ef2167fa-ae31-4776-88a1-0d38c7c434f4" } ], "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-dadc62e8-d23f-4673-aa2d-2fd8a37036bd" } ], "id": "0b90a7ba-153f-4e2a-8f2e-0938ec40ddf7", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-0b90a7ba-153f-4e2a-8f2e-0938ec40ddf7" } ], "id": "2c117188-49a2-48a4-9aeb-4f4c0c307e2f", "createdAt": "2026-07-28T03:32:11.000Z", "updatedAt": "2026-07-28T03:32:11.000Z", "uid": "35240-2c117188-49a2-48a4-9aeb-4f4c0c307e2f" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.workday.com/payroll-input/v1" } ] }