FDX REST API

/tax-forms/{taxFormId} PUT

AttributeValue
SummaryUpdate tax form
DescriptionUpdate tax document. Allows you to upload and replace binaries or json document
Operation IdupdateTaxForm

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

Request Body

Media Type Content Description
application/jsonTaxStatement
application/pdfstringThe document image to upload as pdf
image/gifstringThe document image to upload as gif
image/jpegstringThe document image to upload as jpeg
image/tiffstringThe document image to upload as tiff
image/pngstringThe document image to upload as png

Response

Response Code Response Type Description
200Ok
206application/json of TaxStatementPartial Content success updating customer tax document, some errors are being returned
415application/json of ErrorServer does not support the content type uploaded

© Copyright 2025. All Rights Reserved.