Added
-
Eor → Modify bank account for an EOR employee: Endpoint is now available, which allows to modify a bank account for an EOR employee by providing the bank account fields to update as key-value pairs.
-
Workers → Update a tax form for the authenticated worker: Endpoint is now available, which allows to replace an existing tax form to correct fields such as tax identification number, legal name, or address.
Changed
-
Cost Calculator → Calculate Employee Costs Globally: Added
employer_costs_usdandseverance_accural_usdto the response, providing employer costs and severance accrual amounts converted to USD. -
Gp Hiring → Create a Global Payroll (GP) contract: Added
ftein the request that specifies the full-time equivalent percentage for the employment, required whentypeisPart-timeand defaulting to 1 (full-time) otherwise.
Changed
-
Contracts → List of contracts: Changed
team_idandlegal_entity_idquery parameters to accept either a single string or an array of strings. -
Workers → Complete individual contractor profile setup: Added
address_validandaddress_confirmed_by_userto the response that indicate whether the address has been validated and confirmed by the user.
Changed
-
Time Off → List time-off requests for Organization: Added
FORFAIT_HOUR_DAYto the allowed values oftypeintime_off_dailiesresponse items. -
Time Off → List time-off requests: Added
FORFAIT_HOUR_DAYas a new allowed value fortypeintime_off_dailiesresponse items. -
Time Off → Create time-off request: Added
FORFAIT_HOUR_DAYto the allowed values oftypeintime_off_dailiesresponse items. -
Time Off → Update time-off request: Added
FORFAIT_HOUR_DAYto the allowed values oftypeintime_off_dailiesresponse items.
Changed
- Contracts → List of contracts: Added
legal_entity_idquery parameter to filter contracts by legal entity, and addedlegal_entityfield to theclientobject in the response.
Changed
- Payouts → Fetch all payout methods: Added
id,version,status,created_at, andupdated_atfields in the response that provide the payout method identifier, version, approval status, and timestamps.
Added
-
Equity Tokens → List equity grants with tax events: Endpoint is now available, which allows to retrieve equity grants for an organization, each including its vesting events and associated tax events.
-
Immigration → List case notes: Endpoint is now available, which allows to retrieve externally-visible notes for an immigration case, most recent first.
Changed
- Payouts → Get bank transfer requirements: Added
min_lengthanddisplay_formatfields to the response that provide minimum input length constraints and optional display format hints for bank transfer form fields.
Added
- Workers → List tax forms for the authenticated worker: Endpoint is now available, which allows to list tax forms (W9_INDIVIDUAL, W9_COMPANY, W8_BEN, W8_BEN_E) for the authenticated worker using cursor-based pagination.
Changed
-
Eor Amendments → Retrieve amendment information: Added
net_salary,description, andrejection_reasonfields to the response. -
Eor Amendments → Accept a contract amendment on behalf of the client: Added
net_salary,description, andrejection_reasonfields to the response. -
Eor Amendments → Confirm an existing contract amendment: Added
net_salary,description, andrejection_reasonfields to the response. -
Offboarding → Retrieve offboarding list: Added new allowed values to the
hiring_typesquery parameter (eor,peo,hris_direct_employee,direct_employee,person_without_contract) and to theprogress_statusesquery parameter.
Added
-
Files → Create a file upload: Endpoint is now available, which allows to register a file upload and receive presigned S3 upload targets plus a file handle for claiming ownership once the upload completes.
-
Files → Check file upload status: Endpoint is now available, which allows to poll the upload status of a file after registering it, checking whether it has cleared virus scanning.
-
Files → Complete a multipart upload: Endpoint is now available, which allows to finalize an S3 multipart upload after all parts have been uploaded.
Changed
-
Eor Amendments → List all amendments for an EOR contract: Added
net_salary,description, andrejection_context.rejection_reasonfields in the response. -
Eor Worker Offboarding → Retrieve worker resignations: Added
CREATEDas a new allowed value for thestatusfield in the response. -
ATS → List interviews: Added
COMPLETEDas a new allowed value for thestatus_enumfield in the response. -
Eor Hiring → Fetch EOR Contract form: Added
YEARas a new allowed value foremployment_duration_typein thespecific_to_duration_of_contract_rulesof theadditional_inforesponse field.
Added
- Global Payroll → Update employment type for a contract: Endpoint is now available, which allows to update the employment type (full-time, part-time, or on leave) and FTE for a Global Payroll contract.
Added
-
On Demand Payroll → Attach entries to On-Demand Payroll: Endpoint is now available, which allows to attach existing eligible entries to an On-Demand Payroll that is awaiting client review before submission.
-
On Demand Payroll → Detach entries from On-Demand Payroll: Endpoint is now available, which allows to detach entries from an On-Demand Payroll, moving them to regular payroll or permanently deleting them before the ODP is submitted.
-
On Demand Payroll → Cancel On-Demand Payroll: Endpoint is now available, which allows to cancel an On-Demand Payroll, optionally keeping specified entries available for a future regular payroll cycle.
-
Time Off → Get time-off attachment download URL: Endpoint is now available, which allows to retrieve a short-lived presigned URL to download a time-off attachment directly from object storage.
Changed
-
Webhooks → Update a webhook: Added
include_child_orgsfield in the request body and response that indicates whether the webhook will receive events from child organizations. -
Webhooks → Create a webhook: Added
include_child_orgsin the request and response that indicates whether the webhook will also receive events from child organizations. -
Webhooks → List webhooks: Added
include_child_orgsin the response that indicates whether the webhook will also receive events from child organizations. -
Cost Calculator → Calculate Employee Costs Globally: Added
salary_periodto the request body that specifies the salary period for the amount provided, and addedemployer_annual_coststo the response that contains costs incurred by the employer for cost items with an annual payment frequency.
Changed
-
Adjustments → Update an adjustment: Added
country,vendor_name, andadjustment_category_idfields to the request body. -
Ats Reasons → Retrieve paginated list of ATS Rejection/Archivation reasons: Added
INTERVIEW_CANCELLATIONto thereason_group_slugenum andWITHDREWto thesubgroup_slugenum in both the query parameters and response.
Added
- On-Demand Payroll → Create On-Demand Payroll: Endpoint is now available, which allows to create an On-Demand Payroll for a given EOR contract from existing eligible entries and/or a salary advance amount.
Added
-
Payments → Create and pay a payment statement: Endpoint is now available, which allows to create a payment statement for a set of invoices, attach a bank transfer payment method, and pay it in a single call.
-
Payments → Retrieve a payment statement: Endpoint is now available, which allows to retrieve a payment statement by its identifier, including its status, amounts, beneficiary details, and the authoritative list of settled invoices.
Changed
-
Time Off → Process time-off requests from an external HRIS: Added new enum values to
policy_typein the request body:Compensatory leave,Family responsibility leave,Hospitalization leave,Long Service Leave,Menstrual leave, andVacation - public holidays replacement. -
Time Off → List policies: Added new enum values to the
policy_type_namequery parameter, includingCompensatory leave,Family responsibility leave,Floating Holiday Allowance,Hospitalization leave,Long Service Leave,Menstrual leave,Supplementary Leave,Vacation - public holidays replacement, andWork accident leave.
Added
-
On-Demand Payroll → Submit On-Demand Payroll: Endpoint is now available, which allows to submit an On-Demand Payroll for Deel processing after reviewing and approving all of its entries.
-
Organizations → Create a session token for a child organisation: Endpoint is now available, which allows to issue a short-lived session token (valid 6 hours) for a child organisation.