FDX REST API

/tax-forms POST

AttributeValue
SummaryCreate tax form
DescriptionSubmit the data for a specific tax document
Operation IdcreateTaxForm

Request Parameters

Parameter Required? Location Type Description
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

Request Body

Media Type Content Description
application/jsonTaxStatement

Response

Response Code Response Type Description
201application/json of TaxStatementCreated document for the tax data submitted
206application/json of TaxStatementPartial Content success creating customer tax document, some errors are being returned
400application/json of ErrorTax Form type is not supported
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.