Tax Documents
Tax1099Qa

FDX Data Structure as JSON
{ "tax1099Qa" : { "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" }, "payerNameAddress" : { "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" } }, "payerTin" : "string", "recipientTin" : "string", "recipientNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64" }, "accountNumber" : "string", "grossDistribution" : 0.0, "earnings" : 0.0, "basis" : 0.0, "programTransfer" : true, "terminated" : true, "notBeneficiary" : true } }
FDX / Data Structures / Tax1099Qa
Form 1099-QA, Distributions From ABLE Accounts
Extends and inherits all fields from Tax
Tax1099Qa Properties
# | Id | Type | Description |
---|---|---|---|
1 | payerNameAddress | NameAddressPhone | PAYER'S name, street address, city or town, state or province, country, ZIP or foreign postal code, and telephone no. |
2 | payerTin | string | PAYER'S TIN |
3 | recipientTin | string | RECIPIENT'S TIN |
4 | recipientNameAddress | NameAddress | Recipient's name, street address, city or town, state or province, country, and ZIP or foreign postal code |
5 | accountNumber | string | Account number |
6 | grossDistribution | number (double) | Box 1, Gross distribution |
7 | earnings | number (double) | Box 2, Earnings |
8 | basis | number (double) | Box 3, Basis |
9 | programTransfer | boolean | Box 4, Program-to-program transfer |
10 | terminated | boolean | Box 5, Check if ABLE account terminated in current year |
11 | notBeneficiary | boolean | Box 6, Check if the recipient is not the designated beneficiary |
Tax1099Qa Usage:
- TaxData tax1099Qa
Example Form JSON
{ "tax1099Qa" : { "taxYear" : 2020, "payerNameAddress" : { "line1" : "12020 Sunrise Valley Dr", "line2" : "Suite 230", "city" : "Reston", "state" : "VA", "postalCode" : "20191", "country" : "US", "name1" : "Financial Data Exchange", "phone" : { "number" : "8885551212" } }, "payerTin" : "12-3456789", "recipientTin" : "xxx-xx-1234", "recipientNameAddress" : { "line1" : "1 Main St", "city" : "Melrose", "state" : "NY", "postalCode" : "12121", "country" : "US", "name1" : "Kris Q Public" }, "accountNumber" : "111-55555555", "grossDistribution" : 12000.0, "earnings" : 2400.0, "basis" : 6000.0, "programTransfer" : true, "terminated" : true, "notBeneficiary" : true } }
Example Form JSON as QR Code

