v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCreate an employees annual FICA wage report
Generates a report containing annual FICA (Federal Insurance Contributions Act) wage data for all employees in a company over a specified year range.
This report provides detailed wage information subject to Social Security and Medicare taxes, useful for benefits integrations that need to verify employee earnings for compliance and benefit calculations.
The report is generated asynchronously. After making this request, you will receive a request_uuid which can be used to poll the Get a report endpoint to check the status and retrieve the report when complete.
scope: company_reports:write
Path parameters
The UUID of the company
Headers
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"start_year": 2023,
"end_year": 2024
}Response
accepted