Skip to main content
Version: 1.7.3

Overview

ACA Form 1095-C is an IRS information return that is filed by Applicable Larger Employers (ALEs), i.e.,employers with 50 or more full-time equivalent employees, to report the health coverage information of their employees.

Services you can avail of through TaxBandits API:

  • Federal Filing - E-file 1095-C with the IRS.
  • Postal Mailing - Distribute the recipient copy of Form 1095-C via Postal Mail.

Form 1095-C endpoints:

You can use the following endpoints to complete the 1095-C filing.

note

In order to use the following endpoints, you must call the Auth method to get the access token. This access token must be supplied in the request header as the ‘Bearer‘ token. Refer to OAuth 2.0 Authentication for more information on JWT authentication.

  • Create - To create Form 1095-C for the recipients under the corresponding payer. While creating the form,you can opt for postal mail, and online access if required.
  • Update - To make changes to an existing Form 1095-C.
  • Transmit - To transmit the 1095-C to the IRS.
  • Status - To check the status of the 1095-C after transmission. (As an alternative, you can configure Webhooks for E-file Status Change)
  • GetPDF - To get the link for Form 1095-C PDF.To use this, you must have configured Webhook for it so that the endpoint will return the PDFs via Webhook

Other 1095-C Endpoints:

You can use any of the following endpoints based on your needs.

  • List - To list all Form 1095-C created and transmitted on the account for a particular submission or Payer.
  • Get - To retrieve the recipient data, business data, and form data from the 1095-C created.
  • Delete - To delete the 1095-C return you prepared in TaxBandits.