Tax Documents

 

TaxW2G

 

FDX / Data Structures / TaxW2G
Form W-2G, Certain Gambling Winnings
Extends and inherits all fields from Tax  
TaxW2G Properties
#IdTypeDescription
1payerNameAddressNameAddressPhonePayer's name, address and phone
2payerTinstringPAYER'S federal identification number
3winnerNameAddressNameAddressWinner's name and address
4winningsnumber (double)Box 1, Reportable winnings
5dateWonDateStringBox 2, Date won
6typeOfWagerstringBox 3, Type of wager
7federalTaxWithheldnumber (double)Box 4, Federal income tax withheld
8transactionstringBox 5, Transaction
9racestringBox 6, Race
10identicalWinningsnumber (double)Box 7, Winnings from identical wagers
11cashierstringBox 8, Cashier
12winnerTinstringBox 9, Winner's taxpayer identification no.
13windowstringBox 10, Window
14firstIdstringBox 11, First I.D.
15secondIdstringBox 12, Second I.D.
16payerStatestringBox 13, State
17stateWinningsnumber (double)Box 14, State winnings
18stateTaxWithheldnumber (double)Box 15, State income tax withheld
19localWinningsnumber (double)Box 16, Local winnings
20localTaxWithheldnumber (double)Box 17, Local income tax withheld
21localityNamestringBox 18, Name of locality
22payerStateIdstringBox 13, Payer's state identification no.
TaxW2G Usage:
/img/forms/TaxW2G/2022/v5.0/TaxW2G.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "taxW2G" : {
    "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",
    "winnerNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64"
    },
    "winnings" : 0.0,
    "dateWon" : "2020-07-01",
    "typeOfWager" : "string",
    "federalTaxWithheld" : 0.0,
    "transaction" : "string",
    "race" : "string",
    "identicalWinnings" : 0.0,
    "cashier" : "string",
    "winnerTin" : "string",
    "window" : "string",
    "firstId" : "string",
    "secondId" : "string",
    "payerState" : "string",
    "stateWinnings" : 0.0,
    "stateTaxWithheld" : 0.0,
    "localWinnings" : 0.0,
    "localTaxWithheld" : 0.0,
    "localityName" : "string",
    "payerStateId" : "string"
  }
}
Example Form PDF

Download

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

Download

{
  "taxW2G" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "TaxW2G",
    "payerNameAddress" : {
      "line1" : "12021 Sunset Valley Dr",
      "city" : "Preston",
      "state" : "VA",
      "postalCode" : "20191",
      "name1" : "Tax Form Issuer, Inc",
      "phone" : {
        "number" : "7025551212",
        "extension" : "711"
      }
    },
    "payerTin" : "12-3456789",
    "winnerNameAddress" : {
      "line1" : "1 Main St",
      "city" : "Melrose",
      "state" : "NY",
      "postalCode" : "12121",
      "name1" : "Kris Q. Public"
    },
    "winnings" : 24075.65,
    "dateWon" : "2020-04-01",
    "typeOfWager" : "HHR Jackpot",
    "federalTaxWithheld" : 6018.91,
    "transaction" : "VCH#334249",
    "race" : "$1 Tiki Bar",
    "cashier" : "NC 3370",
    "winnerTin" : "123-45-6789",
    "window" : "MI0905",
    "firstId" : "WY DL 123456-789",
    "secondId" : "123-45-6789"
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

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

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "TaxW2G",
  "payerNameAddress.line1": "12021 Sunset Valley Dr",
  "payerNameAddress.city": "Preston",
  "payerNameAddress.state": "VA",
  "payerNameAddress.postalCode": "20191",
  "payerNameAddress.name1": "Tax Form Issuer, Inc",
  "payerNameAddress.phone.number": "7025551212",
  "payerNameAddress.phone.extension": "711",
  "payerTin": "12-3456789",
  "winnerNameAddress.line1": "1 Main St",
  "winnerNameAddress.city": "Melrose",
  "winnerNameAddress.state": "NY",
  "winnerNameAddress.postalCode": "12121",
  "winnerNameAddress.name1": "Kris Q. Public",
  "winnings": "24075.65",
  "dateWon": "2020-04-01",
  "typeOfWager": "HHR Jackpot",
  "federalTaxWithheld": "6018.91",
  "transaction": "VCH#334249",
  "race": "$1 Tiki Bar",
  "cashier": "NC 3370",
  "winnerTin": "123-45-6789",
  "window": "MI0905",
  "firstId": "WY DL 123456-789",
  "secondId": "123-45-6789"
}
Issuer Instructions

Download

/img/forms/TaxW2G/2022/v5.0/TaxW2G.IssuerInstr.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.1.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.2.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.3.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.4.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.5.png
https://storage.cloud.google.com/taxdochub-forms-png/2021/iw2g.6.png

© Copyright 2023. All Rights Reserved.