cURL
Payslips
Create
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
application/json
Payroll run ID
Employee ID
Basic salary for this period
Example:
5000
Gross pay
Example:
5700
Net pay
Example:
4700
Allowances breakdown
Example:
{ "housing": 500, "transport": 200 }Deductions breakdown
Example:
{ "tax": 800, "insurance": 200 }Response
Successful response