PayFit connector
Back to the connector overview, authentication methods, and actions.
17 Sept 2026
data-syncAdded Data Sync support for collaborators, contracts, absences, health insurance contracts, provident fund contracts, income tax documents and auto-enrolment documents, so these collections can be kept in sync and paged through in full rather than fetched one page at a time.Changed · 7 actions updated
Changed · 7 actions updated
payfit_list_absences, payfit_list_auto_enrolment_documents, payfit_list_collaborators, payfit_list_contracts, payfit_list_health_insurance_contracts, payfit_list_income_taxes_documents, payfit_list_provident_fund_contracts28 Jul 2026
bug-fix description-fixCorrected the api-key guide scope list to match the live PayFit portal (mapped every scope to its exact portal group/label, disambiguated time:read from contracts:time-information:read). Fixed MCP agentic-testing bugs — list_absences status now accepts a comma-separated multi-status string (was a single-value enum), create_contract description now tells the agent to retrieve the new contractId via get_collaborator and complete every requested benefit affiliation, and clarified list_collaborators email-only filtering (no name search).Changed · 3 actions updated
Changed · 3 actions updated
payfit_create_contract, payfit_update_health_insurance_affiliation, payfit_update_provident_fund_affiliation22 Jul 2026
bug-fix description-fixFixed MCP agentic-testing bugs — list_absences status now accepts comma-separated multi-status (was single-value enum), and clarified create_contract async behavior (no contractId returned, contract appears via list_contracts after 2-5 min) and list_collaborators email-only filtering (no name search).Changed · 3 actions updated
Changed · 3 actions updated
payfit_create_contract, payfit_list_absences, payfit_list_collaborators22 Jul 2026
guide-changesRebuilt the api-key connection guide from the live portal — added portal screenshots, navigation to the API access page, the create-key dialog and scope-selection behaviour, and a corrected scope list, and fixed the API Key field description and its broken link.