Product updates
All updates
Changelog
06
/
04
/
26
Filings API Integration Guidance
Changelog
6/4/26
Filings API Integration Guidance
We’ve created a Filings API Integration Guide to provide a visual example of how to best integrate with the Filings API and detail how to configure the backend. Actions like surfacing filing blockers early and providing a pathway for employers to remove blockers directly in product should increase your filing success rate.
Changelog
05
/
28
/
26
New Reports in the Embedded Reports Component
Changelog
5/28/26
New Reports in the Embedded Reports Component
The Company Reports Component now includes three additional company-scoped report types: contractor payments, child support payments, and tax liabilities. Each report lets users select a date range and download a CSV.
Changelog
05
/
21
/
26
Funding Strikes API
Changelog
5/21/26
Funding Strikes API
Partners can now retrieve active funding failure strikes for a company via GET /companies/{company}/funding_strikes. Strikes represent funding failure offenses that factor into Check's processing period demotion and termination decisions.
Each strike includescreated_at , when the strike was issued.
For more details, see the API documentation.
Changelog
04
/
09
/
26
Enhanced Filing Blocker Management
Changelog
4/9/26
Enhanced Filing Blocker Management
We’re excited to announce new filing blocker management endpoints. You can now manage filing blockers via API, eliminating the dependency on Zendesk tickets for updating the majority of blocker types.
POST /filings/{id}/add_blockerswith theblocker_typeas an array in the body will place a blocker on a filing. In production, onlyheld_by_customeris accepted. In sandbox, other issue types are accepted for testing.POST /filings/{id}/remove_blockerswithblocker_typeas an array in the body will remove a blocker and return the filing to apendingstatus if all blockers are removed. Multiple types can be specified in a single request. Some blockers cannot be manually removed and the endpoint will return a descriptive error explaining why. Read more in our API Guide.
A few reminders to keep in mind:
- We will automatically queue
pendingfilings for refile if the filing isclosed. Each refile attempt will count as adelayed_filingfor billing, so ensure the underlying issue is resolved before removing the blockers. - The
status_historyvalue in the filing object is updated to include all of the blockers in theblocked_reasonarray. It previously only returned the most recently addedblocked_reason. - This release replaces the API call to hold a filing that was previously announced. The
add_blockersandremove_blockersAPIs will take the place of thePOST /filings/{id}/holdandPOST /filings/{id}/release_holdthat was previously proposed. The updatedstatus_historyfunctionality will replace the proposal forhold_history.
These changes are live today in Sandbox and Production.
No Results Found
It looks like the combination of filters you've applied didn't return any results. Try adjusting your filters or clearing some selections to see more entries.