Cannot determine HSA contributions
Error Code: CT041
Error Message: Employee has both negative and positive HSA contributions
This error occurs when there is an attempt to add and remove HSA contributions in the same file.
| Row | Employee Deposit Amount | Employer Deposit Amount | Funding Date |
| 1 | 10 | 0 | 20260701 |
| 2 | -10 | 0 | 20260701 |
| 3 | 10 | 0 | 20260701 |
Row 2 will be errored out as CT031 as we cannot accept a negative deposit amount for HSA. Rows 1 and 3 will be errored out as CT041 to indicate that none of the contributions are processed.
Determine how much should be deposited into the HSA. You may not need to request an HSA reversal if a negative amount will offset a positive amount. In the example above, the total deposit amount should be $10-10+10=$10. Upload a new contributions file to include only one row:
| Row | Employee Deposit Amount | Employer Deposit Amount | Funding Date |
| 1 | 10 | 0 | 20260701 |