Tax Documents

 

Tax1099Patr

 

FDX / Data Structures / Tax1099Patr
Form 1099-PATR, Taxable Distributions Received From Cooperatives
Extends and inherits all fields from Tax  
Tax1099Patr Properties
#IdTypeDescription
1payerNameAddressNameAddressPhonePayer's name, address, and phone
2payerTinstringPAYER'S TIN
3recipientTinstringRECIPIENT'S TIN
4recipientNameAddressNameAddressRecipient's name and address
5accountNumberstringAccount number
6patronageDividendsnumber (double)Box 1, Patronage dividends
7nonpatronageDistributionsnumber (double)Box 2, Nonpatronage distributions
8perUnitRetainAllocationsnumber (double)Box 3, Per-unit retain allocations
9federalTaxWithheldnumber (double)Box 4, Federal income tax withheld
10redemptionnumber (double)Box 5, Redemption of nonqualified notices and retain allocations
11dpaDeductionnumber (double)2019 Box 6, Domestic production activities deduction (IRS removed 2020)
12section199Deductionnumber (double)Box 6, Section 199A(g) deduction
13qualifiedPaymentsnumber (double)Box 7, Qualified payments
14section199QualifiedItemsnumber (double)Box 8, Section 199A(a) qualified items
15section199SstbItemsnumber (double)Box 9, Section 199A(a) SSTB (Specified Service Trade or Business) items
16investmentCreditnumber (double)Box 10, Investment credit
17workOpportunityCreditnumber (double)Box 11, Work opportunity credit
18patronsAmtAdjustmentnumber (double)2019 Box 10, Patron's AMT adjustment (IRS removed 2020)
19otherCreditsAndDeductionsnumber (double)Box 12, Other credits and deductions
20specifiedCoopbooleanBox 13, Specified Cooperative
21secondTinNoticebooleanSecond TIN Notice
Tax1099Patr Usage:
/img/forms/Tax1099Patr/2022/v5.0/Tax1099Patr.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1099Patr" : {
    "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",
    "patronageDividends" : 0.0,
    "nonpatronageDistributions" : 0.0,
    "perUnitRetainAllocations" : 0.0,
    "federalTaxWithheld" : 0.0,
    "redemption" : 0.0,
    "dpaDeduction" : 0.0,
    "section199Deduction" : 0.0,
    "qualifiedPayments" : 0.0,
    "section199QualifiedItems" : 0.0,
    "section199SstbItems" : 0.0,
    "investmentCredit" : 0.0,
    "workOpportunityCredit" : 0.0,
    "patronsAmtAdjustment" : 0.0,
    "otherCreditsAndDeductions" : 0.0,
    "specifiedCoop" : true,
    "secondTinNotice" : true
  }
}
Example Form PDF

Download

/img/forms/Tax1099Patr/2022/v5.0/Tax1099Patr.RecipCopy.png
Example Form JSON

Download

{
  "tax1099Patr" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1099Patr",
    "payerNameAddress" : {
      "line1" : "12021 Sunset Valley Dr",
      "line2" : "Suite 230",
      "city" : "Preston",
      "state" : "VA",
      "postalCode" : "20191",
      "country" : "US",
      "name1" : "Tax Form Issuer, Inc",
      "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-5555555",
    "patronageDividends" : 10000.0,
    "nonpatronageDistributions" : 2000.0,
    "perUnitRetainAllocations" : 3000.0,
    "federalTaxWithheld" : 400.0,
    "redemption" : 500.0,
    "dpaDeduction" : 600.0,
    "qualifiedPayments" : 700.0,
    "investmentCredit" : 800.0,
    "workOpportunityCredit" : 900.0,
    "patronsAmtAdjustment" : 1000.0,
    "otherCreditsAndDeductions" : 110.0
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

/img/forms/Tax1099Patr/2022/v5.0/Tax1099Patr.RecipCopy.qr.png
Example Data As Flattened Map (Key, Value Pairs)

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1099Patr",
  "payerNameAddress.line1": "12021 Sunset Valley Dr",
  "payerNameAddress.line2": "Suite 230",
  "payerNameAddress.city": "Preston",
  "payerNameAddress.state": "VA",
  "payerNameAddress.postalCode": "20191",
  "payerNameAddress.country": "US",
  "payerNameAddress.name1": "Tax Form Issuer, Inc",
  "payerNameAddress.phone.number": "8885551212",
  "payerTin": "12-3456789",
  "recipientTin": "xxx-xx-1234",
  "recipientNameAddress.line1": "1 Main St",
  "recipientNameAddress.city": "Melrose",
  "recipientNameAddress.state": "NY",
  "recipientNameAddress.postalCode": "12121",
  "recipientNameAddress.country": "US",
  "recipientNameAddress.name1": "Kris Q Public",
  "accountNumber": "111-5555555",
  "patronageDividends": "10000.0",
  "nonpatronageDistributions": "2000.0",
  "perUnitRetainAllocations": "3000.0",
  "federalTaxWithheld": "400.0",
  "redemption": "500.0",
  "dpaDeduction": "600.0",
  "qualifiedPayments": "700.0",
  "investmentCredit": "800.0",
  "workOpportunityCredit": "900.0",
  "patronsAmtAdjustment": "1000.0",
  "otherCreditsAndDeductions": "110.0"
}
Issuer Instructions

Download

/img/forms/Tax1099Patr/2022/v5.0/Tax1099Patr.IssuerInstr.png

© Copyright 2023. All Rights Reserved.