marjory-logo
Sign in with Google

Payfit

App Overview

PayFit simplifies payroll management and HR processes for SMBs.

Getting Started: Installations

Name Type Description Exemple Hidden
companyId string Unique identifier for your company in Payfit false
apiKey string Secure token used for authenticating API requests true

App Items

Events

Absence Approved

Event that occurs when one absence of a collaborator is approved

Name Type
absenceId string
contractId string
email string
collaboratorId string
startDate object
endDate object
type string

Contract Archived

Event that occurs when a contract linked to one of the collaborator is archived

Name Type
contractId string
collaboratorId string
email string
jobName string
startDate string
endDate string
probationEndDate string
status string
standardWeeklyHours number
fullTimeEquivalent number
isFullTime boolean

Contract Activated

Event that occurs when a contract linked to one of the collaborator is activated

Name Type
contractId string
collaboratorId string
email string
jobName string
startDate string
endDate string
probationEndDate string
status string
standardWeeklyHours number
fullTimeEquivalent number
isFullTime boolean

Technical Actions

List collaborators payslips information

Return all payslips informations for last month or a given month

Inputs
Name Type Description Exemple Required
returnLastPayslips boolean Mandatory if year and month are not defined, return the most recent payslips false
year number false
month number false
Outputs
Name Type Description Exemple
payslips array

Get Collaborator Payslip

Returns one payslip as a file

Inputs
Version(s)
1.1.3