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

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
Name Type Description Exemple Required
inputType string The type of input you want to use Payslip Url false
payslipUrl string Url to download the payslip, it is mandatory if email of collaboratorId is not defined /companies/123/collaborators/123/contracts/123/payslips/123 false
email string Mandatory if collaboratorId or payslipUrl is not defined. Important note, only emails in the collaborator's contracts are used for the search, so you can't filter by the login email contact@marjory.co false
collaboratorId string Mandatory if email or payslipUrl is not defined 123 false
contractId string Mandatory if payslipUrl is not defined 123 false
payslipId string Mandatory if payslipUrl is not defined 123 false
returnLastPayslip boolean If checked, returns the most recent payslip false
year number 1980 false
month number 1 false
Outputs
Version(s)
1.1.3