Tax Documents
Tax5498Esa

FDX Data Structure as JSON
{ "tax5498Esa" : { "taxYear" : 0, "corrected" : true, "accountId" : "", "taxFormId" : "", "taxFormDate" : "2020-07-01", "description" : "string", "additionalInformation" : "string", "taxFormType" : "BusinessIncomeStatement", "attributes" : [ { "name" : "string", "value" : "string", "boxNumber" : "string", "code" : "string" } ], "error" : { "code" : "string", "message" : "string" }, "issuerNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64", "phone" : { "type" : "HOME", "country" : "string", "number" : "string", "extension" : "string" } }, "issuerTin" : "string", "participantTin" : "string", "beneficiaryTin" : "string", "beneficiaryNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64" }, "accountNumber" : "string", "coverdellEsaContributions" : 0.0, "rolloverContributions" : 0.0 } }
FDX / Data Structures / Tax5498Esa
Form 5498-ESA, Coverdell ESA Contribution Information
Extends and inherits all fields from Tax
Tax5498Esa Properties
# | Id | Type | Description |
---|---|---|---|
1 | issuerNameAddress | NameAddressPhone | Issuer's name, address, and phone |
2 | issuerTin | string | TRUSTEE'S/ISSUER'S TIN |
3 | participantTin | string | BENEFICIARY'S TIN (deprecated for rename to beneficiaryTin, removing in FDX v5.0) |
4 | beneficiaryTin | string | BENEFICIARY'S TIN |
5 | beneficiaryNameAddress | NameAddress | Beneficiary's name and address |
6 | accountNumber | string | Account number |
7 | coverdellEsaContributions | number (double) | Box 1, Coverdell ESA contributions |
8 | rolloverContributions | number (double) | Box 2, Rollover contributions |
Tax5498Esa Usage:
- TaxData tax5498Esa
Example Form JSON
{ "tax5498Esa" : { "taxYear" : 2020, "issuerNameAddress" : { "line1" : "12020 Sunrise Valley Dr", "city" : "Reston", "state" : "VA", "postalCode" : "20191", "name1" : "Financial Data Exchange" }, "issuerTin" : "12-3456789", "participantTin" : "XXX-XX-1234", "beneficiaryNameAddress" : { "line1" : "1 Main St", "city" : "Melrose", "state" : "NY", "postalCode" : "12121", "name1" : "Kris Q. Public" }, "accountNumber" : "123-1234567", "coverdellEsaContributions" : 1000.0, "rolloverContributions" : 2000.0 } }
Example Form JSON as QR Code

