FDX REST API

/tax-forms/{taxFormId} GET

AttributeValue
SummaryRetrieve tax form
DescriptionGet the form image or TaxStatement as json for a single tax document for the customer. Use [HTTP Accept request-header](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) to specify desired content types. See `AcceptHeader` definition for typical values
Operation IdgetTaxForm

Request Parameters

Parameter Required? Location Type Description
taxFormId required path Identifier The unique ID for this tax form or tax statement
Authorization required header string The [Authorization HTTP request header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) provides credentials to allow access to a protected resources
x-fapi-interaction-id required header FapiInteractionId Unique identifier for this interaction
FDX-API-Actor-Type optional header ActorType Identifies whether the customer is present (USER) or it is a BATCH operation
FDX-API-Data-Provider-Id optional header Identifier ID for the financial institution responding to the request
Accept required header string Use the [Accept HTTP request header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept) to indicate one or more content types to request for the search result response. Use `application/json` to request data, `application/pdf`, `application/zip` or `image/*` MIME-types to request images. In comma-separated array format using values typically from './fdxapi.components.yaml#/components/schemas/ContentTypes' enumeration. Use in combination with TaxDataTypeQuery parameter to request `application/json` responses in 'JSON' or 'BASE64_PDF' format for tax form data
taxDataType optional query TaxDataType Use taxDataType to request `application/json` tax form data response in 'JSON' or 'BASE64_PDF' format. Omit if either format is acceptable. Used in combination with AcceptHeader requesting `application/json` response

Response

Response Code Response Type Description
200application/pdf or
application/zip or
image/gif or
image/jpeg or
image/tiff or
image/png or
application/json of TaxStatement
The document image or TaxStatement as json for a single tax document for the customer. A single document can include multiple IRS tax forms and/or other reporting statements as delivered by providers
206application/json of TaxStatementPartial Content success retrieving a customer tax document, some errors are being returned
400application/json of ErrorAccount ID is required for searching or validating authorization
404application/json of ErrorTax Form for provided Tax Form ID was not found
406application/json of ErrorContent Type not Supported
409application/json of ErrorTax forms are not currently available for this account or this year
500application/json of ErrorCatch-all exception where request was not processed due to an internal outage/issue. Consider other more specific errors before using this error
501application/json of ErrorError when FdxVersion in Header is not one of those implemented at backend
503application/json of ErrorSystem is down for maintenance

© Copyright 2025. All Rights Reserved.