Skip to main content
Version: 2.0.0

Create

Create

Use this endpoint to create one or more Form 1099-PATR returns in a single submission. You can create up to 250 returns for a payer in a single request. When the request is successful, you’ll receive a SubmissionId, which uniquely identifies that submission.

TaxBandits lets you configure filing and distribution services at two levels:

  • Submission level (SubmissionManifest)- Applies default settings for every return in the submission.
  • Return level (ReturnManifest, inside each ReturnData entry) - Lets you override those defaults for a specific recipient's return.

Filing services

  • Federal Filing - Set IsFederal to TRUE to e-file the return with the IRS.
  • State Filing - Set IsState to TRUE to file with the relevant state agency. State filing will not be created for states that do not require it.
  • State-only filing - Set IsState to TRUE and IsFederal to FALSE. Use this when the federal return has already been filed outside of TaxBandits.

Distribution services

Enable recipient copy distribution by setting IsDistribution to TRUE and configuring DistributionDetails:

  • Postal Mailing - Set DistributionType to POSTAL_ONLY and PostalType to USPS_FIRST_CLASS. TaxBandits prints and mails the recipient copy via USPS First Class on your behalf.
  • Online Access - Set DistributionType to ONLINE_ACCESS. The recipient's Email is required. They will be notified via email and can view and download their copy through a secure online portal.

If you want to enable both Postal Mailing and Online Access, set DistributionType to POSTAL_AND_ONLINE.

POST form1099patr/create 

Request Body

FieldTypeDescription
SubmissionManifestobject[]SubmissionManifest provides brief information about a particular submission on the whole.
It contains information like
- Submission ID
- Tax Year
- IsScheduleFiling & ScheduleFiling service details
TaxYearstringTax year of Form 1099-PATR to be filed.
Allowed values

"2025", "2026"

IsFederalBooleanFederal Filing will be enabled when the value is True. Form 1099-NEC will be sent directly to the IRS.
IsStateBooleanState Filing will be enabled when the value is True. Form 1099-NEC will be directly filed with the respective recipient states.
Note: State Filing will not be created for the states that do not require State filing.
IsDistributionBooleanWhen TRUE, recipient distribution is enabled (postal mail / online access/email).
DistributionDetailsobject[]Distribution configuration. Required when IsDistribution is TRUE.
DistributionTypestringRecipient copy distribution type.
Allowed values

"POSTAL_ONLY", "ONLINE_ACCESS", "POSTAL_AND_ONLINE"

PostalTypestringPostal service type.
Allowed values

"USPS_FIRST_CLASS"

IsScheduleFilingBooleanWhen true, schedule filing services will be enabled for Form 1099-PATR returns under this submission.
ScheduleFilingobject[]Contains the preferred date to submit the returns to the IRS.
Note: Required only when IsScheduleFiling is True.
EfileDatestringDate of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY
Example: 01/25/2026 or 01-25-2026
ReturnHeaderobjectContains information about the Business details.
   BusinessobjectObject to identify the Business Details.
      BusinessIdGuidUse the unique Business ID (Generated by TaxBandits) that you received in the response of the Business CREATE Endpoint. If you do not have a Business ID, ignore the field. By giving the Business ID, you do not have to provide all the business information again.
      PayerRefstringOptional Your unique identifier for the payer. Can replace BusinessId in future requests.
Size Range: 50
      IsDefaultBusinessBooleanWhen set to TRUE, this business will be set as the default across requests that do not specify a business.
      TINDetailsobjectTIN information for the business.
         FormatstringSpecifies how the TIN is passed.
Allowed values

"PLAIN_TIN" — Pass TIN directly.
"TOKENIZED_TIN" - Pass tokenized TIN.

         TINTypestringSpecify the TIN type of the business.
Allowed values

"EIN", "SSN"

         TINstringThe TIN value according to the Format selected.
      IndividualNmobjectRequired when TINType is SSN. Provide individual name fields instead of BusinessNm.
         FirstNmstringThe first name of the individual.
Size Range: 20
         MiddleNmstringOptional Middle name of the individual.
Size Range: 20
         LastNmstringThe last name of the individual.
Size Range: 20
         SuffixstringOptional Suffix of the individual's name.
Allowed values

"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII"

      BusinessNmstringLegal name of the business. Required when TINType is EIN.
Size Range: 75
      NameCtrlstringName control of the business as registered with the IRS.
Size Range: 3-4
      DBADetailsobject[]Optional DBA (Doing Business As) information.
         DBANmstringName of the DBA.
Size Range: 75
         DBARefstringUnique identifier for the DBA.
Size Range: 1-50
         DBAIdGuidTaxBandits-generated DBA identifier. Returned in the response.
         IsDefaultDBABooleanWhen TRUE, marks this DBA as the default.
         Addressobject[]Address information of DBA.
            Address1stringStreet address or PO Box.
Size Range: 46
            Address2stringOptional Suite or apartment number.
Size Range: 46
            CitystringDBA's city.
Size Range: 50
            ProvinceOrStateNmStringDBA's province or state name.
Allowed values

When the country code is US:
"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP"
When the country code is CA:
"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT"

Note: The size range is set to 50 for all countries except the United States and Canada.
            ZipCdstringDBA's ZIP code.
Size Range: 5-16
            CountryStringDBA's 2-character country code.
Allowed values

"US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AT", "AU", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DO", "DM", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RO", "RS", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TK", "TF", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI"

      AddressobjectBusiness address details.
         Address1stringStreet address or PO Box of the business.
Size Range: 46
         Address2stringOptional Suite or apartment number of the business.
Size Range: 46
         CitystringCity of the business.
Size Range: 50
         ProvinceOrStatestringProvince or state name of the business.
When the country code is US:
Allowed values

"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP"

When the country code is CA:
Allowed values

"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT"

Note: The size range is set to 50 for all countries except the United States and Canada.
         ZipCdStringZIP code of the business.
Size Range: 5-16
         CountryString2-character country code of the business.
Allowed values

"US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AT", "AU", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DO", "DM", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RO", "RS", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TK", "TF", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI"

      ContactDetailsobject[]Details of the person the IRS can contact regarding the given business.
         FirstNmstringFirst name of the contact person.
Size Range: 20
         MiddleNmstringOptional Middle name of the contact person.
Size Range: 20
         LastNmstringLast name of the contact person.
Size Range: 20
         SuffixstringOptional The suffix of the contact person.
Allowed values

"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII"

         PhonestringPhone number of the contact person.
Size Range: 10 digits
         PhoneExtnstringOptional Phone extension number.
Size Range: 5
         FaxstringOptional Fax number of the contact person.
Size Range: 10
ReturnDataobject[]Contains information about the recipient details and Form 1099-PATR details.
   SequenceIdstringA unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the Response for your reference.
Size Range: 50
   ReturnManifestobject[]Filing options for this record.
      IsFederalBooleanFederal Filing for the return will be enabled when the value is True. Form 1099-PATR will be sent directly to the IRS.
      IsStateBooleanState Filing for the return will be enabled when the value is True. Form 1099-PATR will be directly filed with the respective recipient states.
Note: State Filing will not be created for the states that do not require State filing.
      IsDistributionBooleanWhen TRUE, recipient distribution is enabled (postal mail / online access / email).
      DistributionDetailsobject[]Distribution configuration. Required when IsDistribution is TRUE.
         DistributionTypestringRecipient copy distribution type.
Allowed values

"POSTAL_ONLY", "ONLINE_ACCESS", "POSTAL_AND_ONLINE"

         PostalTypestringPostal service type.
Allowed values

"USPS_FIRST_CLASS"

      IsForcedBooleanWhen TRUE, TaxBandits does not verify for duplicates and will create a new return for the recipient, even it comprises the same amounts as in previously filed returns. For more information on duplicate handling for Form 1099s, please click here.
Note: If there are multiple returns filed for the recipient with the same account number, TaxBandits will append 3 random numbers at the end of the account number.
   RecipientobjectObject to identify recipient details.
      RecipientIdGuidA unique ID generated by TaxBandits after the return is created and will be returned in the Response. You can use this ID for your future reference to update.
      PayeeRefstringOptional Your unique identifier for the recipient. Can replace RecipientId in future requests.
Size Range: 50
      TINDetailsobjectRecipient TIN information.
         FormatstringSpecifies how the TIN is passed.
Allowed values

"PLAIN_TIN" - Pass TIN directly.
"TOKENIZED_TIN" - Pass tokenized TIN.

         TINTypestringTIN type of the recipient.
Allowed values

"EIN", "SSN", "ATIN", "ITIN", "NA"

         TINstringThe TIN value according to the Format selected.
      IndividualNmobjectRequired when TINType is SSN. Provide individual name fields instead of BusinessNm.
         FirstNmstringThe first name of the individual.
Size Range: 20
         MiddleNmstringOptional The middle name of the individual.
Size Range: 20
         LastNmstringLast name of the individual.
Size Range: 20
         SuffixstringOptional The suffix of the individual’s name.
Allowed values

"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII"

      BusinessNmstringLegal name of the recipient business. Required when TINType is EIN.
Size Range: 75
      NameCtrlstringName control of the business as registered with the IRS.
Size Range: 3-4
      DBADetailsObjectOptional DBA (Doing Business As) information.
         DBAIdGUIDTaxBandits-generated DBA identifier. Returned in the response.
         DBANmStringName of the DBA.
Size Range: 75
         DBARefStringYour unique identifier for this DBA.
1-50 characters
         Addressobject[]Address information of DBA
            Address1StringStreet address or PO Box.
Max 46 characters
            Address2StringOptional Suite or apartment number.
Max 46 characters
            CityStringDBA’s city.
Max 50 characters
            ProvinceOrStateStringDBA’s province or state name.
Allowed valuesWhen the country code is US :
Allowed values

"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP"

When the country code is CA:
Allowed values

"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT"

Note: The size range is set to 50 for all countries except the United States and Canada.
            ZipCdStringDBA’s ZIP code.
5 - 16 characters
            CountryStringDBA’s 2-character country code.
Allowed values

"US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AT", "AU", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DO", "DM", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RO", "RS", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TK", "TF", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI"

      DOBStringOptional Date of Birth of the recipient.
Format: MM/DD/YYYY
      AddressObjectPrimary address of the recipient.
         Address1StringStreet address or PO Box of the recipient.
Size Range: 46
         Address2StringOptional Suite or apartment number of the recipient.
Size Range: 46
         CityStringCity of the recipient.
Size Range: 50
         ProvinceOrStateStringProvince or state name of the recipient.
Allowed valuesWhen the country code is US :
Allowed values

"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP"

When the country code is CA:
Allowed values

"AB", "BC", "MB", "NB", "NL", "NT", "NS", "NU", "ON", "PE", "QC", "SK", "YT"

Note: The size range is set to 50 for all countries except the United States and Canada.
         ZipCdStringZIP code of the recipient.
Size Range: 5 - 16
         CountryString2-character country code of the recipient.
Allowed values

"AF", "AX", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "AT", "AS", "AU", "AJ", "BF", "BA", "FQ", "BG", "BB", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "US", "UV", "BM", "BY", "CB", "CM", "CA", "CV", "CJ", "CT", "CD", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "CS", "IV", "HR", "CU", "UC", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "EK", "ER", "EN", "ET", "FK", "FO", "FM", "FJ", "FI", "FR", "FP", "FS", "GB", "GA", "GG", "GM", "GH", "GI", "GR", "GL", "GJ", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "VT", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "KZ", "KE", "KQ", "KR", "KN", "KS", "KV", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MP", "MU", "MT", "IM", "RM", "MR", "MP", "MX", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "WA", "NR", "BQ", "NP", "NL", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "CQ", "NO", "MU", "OC", "PK", "PS", "LQ", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RO", "RS", "RW", "TB", "RN", "WS", "SM", "TP", "SA", "SG", "RI", "SE", "SL", "SN", "NN", "LO", "SI", "BP", "SO", "SF", "SX", "OD", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UK", "UY", "UZ", "NH", "VE", "VM", "VQ", "WQ", "WF", "WI", "YM", "ZA", "ZI"

      EmailstringEmail address of the recipient.
Size Range: 100
Note: Required if the DistributionType is ONLINE_ACCESS is set to true
      FaxstringOptional Fax number of the recipient.
Size Range: 10
      PhonestringOptional Phone number of the recipient.
Size Range: 10
   PATRFormDataobjectForm 1099-PATR specific data for the recipient.
      PatronageDivnumberBox 1. Patron's share of total patronage dividends paid in cash, including qualified or consent checks, qualified written notices of allocation (face amount), and other property (except nonqualified written notices of allocation) allowable as a deduction under section 1382(b)(1).
Range: 0-9,999,999,999.99
      NonPatronageDistnumberBox 2. For farmer's cooperatives exempt under section 521 only - patron's share of the total amount paid in cash, qualified written notices of allocation (face amount), and other property on a patronage basis with respect to earnings from nonpatronage sources, allowable as a deduction under section 1382(c)(2)(A).
Range: 0-9,999,999,999.99
      PerUnitAllocationsnumberBox 3. Patron's share of the total per-unit retain allocations paid in cash, qualified per-unit retain certificates (face amount), and other property (except nonqualified per-unit retain certificates) allowable as a deduction under section 1382(b)(3).
Range: 0-9,999,999,999.99
      FedTaxWHnumberBox 4. Backup withholding on patronage payments. Applies to persons who have not furnished their TIN on payments required to be reported in boxes 1, 2, 3, and 5 to the extent such payments are in cash or qualified check.
Note: This value should be less than 40% of the sum of boxes 1, 2, 3, and 5.
Range: 0-9,999,999,999.99
      RedmNonQualNoticesnumberBox 5. Amount of redeemed nonqualified written notices of allocation paid as a patronage dividend, and redeemed nonqualified per-unit retain certificates paid as a per-unit retain allocation. See sections 1382(b)(2) and (4).
Range: 0-9,999,999,999.99
      Sec199AgDeductionnumberBox 6. For specified agricultural and horticultural cooperatives only - patron's share of the section 199A(g) deduction claimed by the cooperative and passed through to the patron. Cannot exceed 9% of the qualified payments reported in box 7. Do not reduce the amounts in box 1 or box 3 by this amount.
Range: 0-9,999,999,999.99
      QualPymtsSec199Ab7numberBox 7. For specified agricultural and horticultural cooperatives only - qualified payments paid to the patron. Required whether or not any section 199A(g) deduction is passed through. See section 199A(b)(7).
Range: 0-9,999,999,999.99
      Sec199AaQualItemsnumberBox 8. Amounts reported to patrons that are qualified items of income, gain, deduction, or loss from qualified trades or businesses that are not a specified service trade or business (SSTB) for purposes of section 199A. Examples of income that are not qualified items include tax-exempt income and capital gains.
Range: 0-9,999,999,999.99
      Sec199AaSSTbItemsnumberBox 9. Amounts reported to patrons that are qualified items from otherwise qualified trades or businesses that are an SSTB for purposes of section 199A. Examples of SSTBs include services in the fields of health, law, and accounting.
Range: 0-9,999,999,999.99
      InvestmentCreditnumberBox 10. Patron's share of the total investment credit.
Range: 0-9,999,999,999.99
      WorkOpporCreditnumberBox 11. Patron's share of the total work opportunity credit.
Range: 0-9,999,999,999.99
      OtherCreditsAndDeductionsnumberBox 12. Amount of each applicable credit or deduction, including empowerment zone employment credit (Form 8844), low sulfur diesel fuel production credit (Form 8896), credit for small employer health insurance premiums (Form 8941), credit for employer differential wage payments (Form 8932), deduction for capital costs by small refiner cooperatives, and small agri-biodiesel producer credit (Form 8864).
Range: 0-9,999,999,999.99
      CreditsAndDeductionsTypestringBox 12 (type). Type of each credit or deduction reported in box 12. Refer to IRS instructions for allowed values.
Allowed values

"12A", "12B", "12C", "12D", "12E", "12F"

      IsSpecifiedCoopbooleanBox 13. When TRUE, identifies the reporting entity as a specified agricultural or horticultural cooperative as defined in section 199A(g)(4)(A) - engaged in the manufacturing, production, growth, extraction, or marketing of agricultural or horticultural products.
      AccountNumstringAccount number assigned by the payer to distinguish between multiple Form 1099-PATR returns filed for the same recipient. The IRS encourages designating an account number for all Forms 1099-PATR filed.
4-20 characters
Note: If the account number matches a previously filed return, TaxBandits will automatically append 3 random digits to ensure uniqueness.
      Is2ndTINnotbooleanWhen TRUE, indicates the payer has been notified by the IRS twice within 3 calendar years for providing an incorrect TIN and does not want the IRS to send further notices about this account.

Response Body

FieldTypeDescription
BusinessIdGuidUnique identifier generated by TaxBandits. Store this for use in all subsequent requests.
PayerRefstringYour unique identifier for the payer, as provided in the request.
DBARefstringYour unique identifier for the DBA.
DBAIdGuidUnique identifier generated for the DBA.
ScheduleFilingobjectReturns the date of the schedule filing.
   EFileDatestringDate of the schedule filing to know when the return to be filed to the IRS.
Form1099TypestringDenotes the type of 1099 form.
Form1099RecordsGuidContains Form 1099-PATR records with success and error statuses.
   SuccessRecordsobject[]It will show the detailed information about the success status of Form 1099-PATR Records.
      SequenceIdstringA unique reference ID for the submission that can be used to identify a particular record.
      RecordIdGuidAn unique identifier generated by TaxBandits when a 1099-PATR return is created.
      RecipientIdGuidA unique reference ID for the submission that can be used to identify a particular record.
      PayeeRefstringYour unique identifier for the recipient, as provided in the request.
      AccountNumstringAccount number of Payer having multiple accounts for a recipient for whom more than one Form 1099-PATR is filed.
      FederalobjectReturns the record status and StatusTs of the federal return.
         StatusstringStatus of the operation.
         StatusTsstringDate and time of the return created.
         InfostringReturns information about the Federal Filing service.
      Stateobject[]Returns a collection of state return information.
         StateCdstringReturns the state code of the state for which the return is filed.
         StatusstringReturns the record status of the state return.
         StatusCdstringDate and time of the postal creation.
         StatusTsstringDate and time of the return created.
         InfostringReturns the information about the return processed for the state.
      Distributionobject[]Returns information about the distribution.
         DistributionTypestringReturns the distribution method used.
         Postalobject[]Returns information about postal mailing.
            PostalTypestringReturns the postal service used.
            StatusstringReturns the Postal status.
            StatusCdstringDetailed status code.
            StatusTsstringDate and time of the postal created.
            InfostringReturns the information about the postal order.
         OnlineAccessobjectReturns the Email address for whom the online access to be given and Status of online access.
            StatusstringReturns status of online access for Form 1099-PATR return.
            EmailstringEmail address for whom the online access to be given.
            InfostringInformation about the online access service.
   object[]It will show the detailed information about the error status of Form 1099-PATR Records.
      SequenceIdstringA unique reference ID for the submission that can be used to identify a particular DBA. The Sequence ID will be returned in the Response for your reference.
      RecordIdGuidUnique identifier of a record.
      Errorsobject[]Validation error details.
         IdstringValidation error code.
         NamestringName of the validation rule that failed.
         MessagestringClear description of what went wrong and how to fix it.
Errorsobject[]Top-level request errors if the entire request cannot be processed.
   IdstringValidation error code.
   NamestringName of the validation rule that failed.
   MessagestringClear description of what went wrong and how to fix it.
Request JSON
SampleDescriptionAction
Sample 1
Business – EIN, Recipient – SSN (Individual)
Sample 2
Business – SSN (Individual), Recipient – EIN
Sample 3
1099 PATR Using the Tokenized TIN
Sample 4
Multiple 1099PATR’s in the Single Payload
Sample 5
1099 PATR Using the BusinessId and RecipientId
Sample 6
Filing Another 1099 PATR with same Data with IsForced Set as True
Sample 1
{
"SubmissionManifest": {
"TaxYear": "2026",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsScheduleFiling": false,
"ScheduleFiling": null
},
"ReturnHeader": {
"Business": {
"BusinessId": null,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "72-5564874"
},
"IndividualNm": null,
"BusinessNm": "Horizon LLC",
"NameCtrl": "HORI",
"DBADetails": null,
"Address": {
"Address1": "2500 Horizon Parkway",
"Address2": "Suite 200",
"City": "Plano",
"ProvinceOrState": "TX",
"ZipCd": "75024",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "Michael",
"MiddleNm": "A",
"LastNm": "Carter",
"Suffix": "Jr",
"Phone": "9725550100",
"PhoneExtn": "205",
"Email": "horizonllc@sample.com",
"Fax": "9725550199"
}
}
},
"ReturnData": [
{
"SequenceId": "1",
"ReturnManifest": {
"IsFederal": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsForced": false
},
"Recipient": {
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "SSN",
"TIN": "321-44-5782"
},
"BusinessNm": null,
"NameCtrl": "THOM",
"IndividualNm": {
"FirstNm": "David",
"MiddleNm": "R",
"LastNm": "Thompson",
"Suffix": null
},
"DBADetails": null,
"Address": {
"Address1": "789 Market Street",
"Address2": "Suite 1200",
"City": "San Francisco",
"ProvinceOrState": "CA",
"ZipCd": "94103",
"Country": "US"
},
"Email": "david.thompson@sample.com",
"Fax": "2145550199",
"Phone": "2145550100"
},
"PATRFormData": {
"PatronageDiv": 2450.75,
"NonPatronageDist": 875.4,
"PerUnitAllocations": 320.15,
"FedTaxWH": 285.6,
"RedmNonQualNotices": 150.25,
"QualPymtsSec199Ab7": 1000,
"Sec199AgDeduction": 90,
"Sec199AaQualItems": 1125.5,
"Sec199AaSSTBItems": 410.3,
"InvestmentCredit": 185.9,
"WorkOpporCredit": 275,
"OtherCreditsAndDeductions": 340.45,
"CreditsAndDeductionsType": "12B",
"IsSpecifiedCoop": false,
"Is2ndTINnot": false,
"AccountNum": "PATR202500123"
}
}
]
}
Response JSON
ResponseDescriptionAction
200
Success Response - You'll get the below response when the request is processed successfully.
207
Multi-status Response - You'll get the below response when multiple statuses are included.
400
Bad Request Response - You'll get the below response when your API requests contain any validation errors
401
Unauthorized Response - You'll get the below response when your API requests don't contain valid authentication credentials.
Response: 200
{
"SubmissionId": "3d120e5d-4031-43a9-9367-6622d276e185",
"ScheduleFiling": null,
"BusinessId": "29501a98-ea32-45f7-8d91-c6e96e4e7cc2",
"PayerRef": null,
"DBARef": null,
"DBAId": null,
"Form1099Type": "PATR",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "1c4d0620-4c81-43ab-a7a9-bee353515347",
"RecipientId": "dbd2a9dd-a0ee-42ba-9f42-0eaf5fbcaa13",
"PayeeRef": null,
"DBARef": null,
"DBAId": null,
"AccountNum": "PATR202501568",
"Federal": {
"Status": "CREATED",
"StatusCd": "FED_001",
"StatusTs": "2026-07-24 02:30:38 -04:00",
"Info": null,
"Errors": null
},
"State": null,
"Distribution": {
"DistributionType": "POSTAL_AND_ONLINE",
"Postal": {
"PostalType": "USPS_FIRST_CLASS",
"Status": "CREATED",
"StatusCd": "POSTAL_001",
"StatusTs": "2026-07-24 02:30:38 -04:00",
"Info": "Postal order created"
},
"OnlineAccess": {
"Status": "CREATED",
"StatusCd": "ONLINE_001",
"Email": "david.thompson@sample.com",
"Info": null
}
}
}
],
"ErrorRecords": null
},
"Errors": null
}