# Form1099B
# Create
Creates Form 1099-B returns in TaxBandits. You can send multiple 1099-B forms in a single request for the same Payer. In response, a SubmissionId is created which is further used as a reference for all other methods of Form 1099 B API.
POST Form1099B/Create
Request Body
Field | Type | Description |
---|---|---|
SubmissionManifest | object | provides the brief information about a particular submission on the whole. It contains information like Submission ID, Tax Year, IsPostal, IsFederalFiling, IsStateFiling, IsOnlineAccess, IsScheduleFiling & ScheduleFiling service details. |
SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. Not required when you are creating a return. |
TaxYear | string | Tax year of Form 1099 B to be filed. Allowed values: "2021" |
IsFederalFiling | Boolean | Federal Filing for the return will be enabled when the value is True. Form 1099-B will be sent directly to the IRS. |
IsStateFiling | Boolean | State Filing for the return will be enabled when the value is True. Form 1099-B 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. |
IsPostal | Boolean | Postal Order will be created when the value is set as True. Once the return is Transmitted, Form 1099-B Recipient copies will be postal mailed to the recipient's address via USPS. Note: Postal Orders for Foreign Address will not be created |
IsOnlineAccess | Boolean | Online Access will be enabled when the value is set as True. Once the return is Transmitted, an email with the link to the secure TaxBandits portal will be sent to the Recipient. The recipient can provide consent and download Form 1099-B Recipient copies from the portal. |
IsScheduleFiling | Boolean | When true, schedule filing services will be provided for Form 1099 B returns under this submission. |
ScheduleFiling | object | Contains preferred date to submit the returns to the IRS. Required only when "IsScheduleFiling" is True . |
EfileDate | string | Date of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY Example: 10/20/2021 or 10-20-2021 |
ReturnHeader | object | Contains information about the Business details. |
Business | object | Object to identify the Business Details. |
BusinessId | Guid | Optional Use the unique Business ID (Generated by TaxBandits), you received in the response of the Business CREATE Endpoint. If you have 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. |
BusinessNm | string | Name of the business Size Range: ..80 |
PayerRef | string | Optional An unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API.Size Range: ..50 |
TradeNm | string | Optional Name under which the business operatesSize Range: ..80 |
IsEIN | Boolean | When true, identify that the business TIN is an EIN. |
EINorSSN | string | When IsEIN is true, use Employer Identification Number (EIN). When IsEIN is false, use Social Security Number (SSN) Size Range: 9 |
string | Email address of the Business Size Range: ..40 | |
ContactNm | string | Optional Name of the person who can be contacted by the IRS.Size Range: ..27 |
Phone | string | Phone number of the business Size Range: 10 |
PhoneExtn | string | Optional Extension of the business phone numberSize Range: ..5 |
Fax | string | Optional Fax number of the BusinessSize Range: 10 |
BusinessType | string | Optional Type of business. Optional for W-2/1099 and mandatory for 94X seriesSize Range: 4 Allowed values: "ESTE", "PART", "CORP", "EORG", "SPRO" |
SigningAuthority | object | Optional Details of the person who is authorized to sign the return |
Name | string | Optional Name of the signing authoritySize Range: ..35 |
Phone | string | Optional Phone number of the signing authoritySize Range: 10 |
BusinessMemberType | string | Optional Business title of the signing authoritySize Range: 5..29 Allowed values: "CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER" |
KindOfEmployer | string | Optional Identifies the kind of employer. Mandatory for W-2 and optional for 1099-B and 94X seriesAllowed values: "FEDERALGOVT", "STATEORLOCAL501C", "NONGOVT501C", "STATEORLOCALNON501C", "NONEAPPLY" |
KindOfPayer | string | Optional Identifies the kind of payer. This field is mandatory in W-2 and optional in 1099-B and 94X seriesAllowed values: "REGULAR941", "REGULAR944", "AGRICULTURAL943", "HOUSEHOLD", "MILITARY", "MEDICAREQUALGOVEM", "RAILROADFORMCT1" |
IsBusinessTerminated | Boolean | When true, identifies the business as terminated. |
IsForeign | Boolean | When true, identifies the business address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the business |
Address1 | string | Employer/Payer's US address (street or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
State | string | Employer/Payer's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Employer/Payer's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the business |
Address1 | string | Employer/Payer's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
ProvinceOrStateNm | string | Employer/Payer's province or state name Size Range: ..30 |
Country | string | Employer/Payer's country Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Employer/Payer's postal code Size Range: 9 |
ReturnData | object[] | Contains information about the recipient details and Form 1099 B details. |
SequenceId | string | An 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 |
RecordId | Guid | Unique identifier of a record. Not required when you are creating a return. |
Recipient | object | Object to identify the recipient details. |
RecipientId | Guid | TaxBandits generates a unique ID for each recipient after the return is created and returned in the Response. You can use this id for your future reference to update. |
TINType | string | Specify the TIN type of the recipient. Allowed values: "SSN", "EIN", "ITIN", "ATIN", "NA" |
TIN | string | Enter the nine-digit taxpayer identification number of the Recipient (SSN, ITIN, ATIN, or EIN). Size Range: 9 |
FirstPayeeNm | string | Enter the name of the recipient (preferably last name first for an Individual). If more space is required for the name, use the Second Payee Name Field. Size Range: 40 |
SecondPayeeNm | string | Optional If there are multiple recipients (for example, partners, joint owners, or spouses), use this field for those names not associated with the TIN or if not enough space was provided in the First Payee Name, continue the name in this field.Size Range: 40 |
IsForeign | Boolean | When true, it identifies the recipient's address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the recipient |
Address1 | string | Recipient's US address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city Size Range: ..27 |
State | string | Recipient's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Recipient's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the recipient |
Address1 | string | Recipient's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city. Size Range: ..27 |
ProvinceOrStateNm | string | Recipient's Province or State Name. Size Range: ..30 |
Country | string | Recipient's country code. Refer Static values. Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Recipient's Postal Code Size Range: 9 |
string | Recipient's email address. Size Range: 0..40 | |
Fax | string | Optional Recipient's Fax number.Size Range: 10 |
Phone | string | Recipient's Phone Number. Size Range: 15 |
BFormData | object | Recipient's Form 1099 B information |
B1aDescrOfProp | string | Enter the issuer's name and the number of shares or units you held that were exchanged. Size Range: 39 |
B1bDateAcquired | number | Enter the date of acquisition in the format YYYYMMDD. Size Range: 8 |
B1cDateSoldOrDisposed | number | For broker transactions, enter the trade date of the transaction. For barter exchanges, enter the date when cash, property, a credit, or scrip is actually or constructively received in YYYYMMDD format Size Range: 8 |
B1dProceeds | number | Enter the gross cash proceeds from all dispositions (including short sales) of securities, commodities, options, securities futures contracts, or forward contracts. Size Range: 0-9999999999.99 |
B1eCostOrOtherBasis | number | Enter the adjusted basis of any securities sold unless the security is not a covered security. Size Range: 0-9999999999.99 |
B1fAccruedMktDisc | number | Enter the amount of accrued market discount. Size Range: 0-9999999999.99 |
B1gWashsaleLossDisallowed | number | Report wash sale loss amount disallowed. Size Range: 0-9999999999.99 |
B2TypeOfGainLoss | Enum | Enter the type of Gain or Loss. Allowed values: "SHORT TERM", "LONG TERM", "ORDINARY SHORT TERM", "ORDINARY LONG TERM" |
B3IsProceedsFromCollectibles | Boolean | When true, identifies reporting proceeds from Collectibles. |
B3IsProceedsFromQOF | Boolean | When true, identifies reporting proceeds from Qualified Opportunity Fund. |
B4FedTaxWH | number | Enter backup withholding. Size Range: 0-9999999999.99 |
B5IsNonCoveredSecurityNotReported | Boolean | When true, identifies that noncovered security Basis not reported to the IRS |
B5IsNonCoveredSecurityReported | Boolean | When true, identifies that noncovered security Basis reported to the IRS |
B6IsGrossProceeds | Boolean | When true, identifies gross proceeds. |
B6IsNetProceeds | Boolean | When true, identifies net proceeds. |
B7IsLossNotAllowedbasedOn1d | Boolean | When true, identifies recipient is unable to claim a loss on their tax return based on proceeds. |
B8PLRealizedOnClosedContract | number | Enter the profit or (loss) realized by the customer on closed regulated futures, foreign currency, or Section 1256 option contracts in 2022. Size Range: 0-9999999999.99 |
B9PLUnrealizedOnOpenContractPrevTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2021. Size Range: 0-9999999999.99 |
B10UnrealizedPLOnOpenContractCurTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2022. Size Range: 0-9999999999.99 |
B11AggPLOnContract | number | Enter the aggregate profit or (loss) for the year from regulated futures, foreign currency, or Section 1256 option contracts. Size Range: 0-9999999999.99 |
B12IsBasisReportedToIRS | Boolean | When true, identifies that not checking box 5, or e checking box 5 but are reporting basis to the IRS in box 1e anyway. |
B13Bartering | number | Enter the gross amounts received by a member or client of a barter exchange. Size Range: 0-9999999999.99 |
Form8949Code | string | Enter a one-letter code that will assist the recipient in reporting the transaction on Form 8949 and/or Schedule D (Form 1040). Allowed values: "A", "B", "D", "E", "X" |
CUSIPNum | string | For transactional reporting by brokers, enter the CUSIP number of the security or other applicable identifying number. Size Range: 13 |
AccountNum | string | Account number of Payer having multiple accounts for a recipient for whom more than one Form 1099-B is filed. Size Range: 4..20 |
IsFATCA | Boolean | When true, identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-B) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account.Not Applicable for Tax year 2021. |
Is2ndTINnot | Boolean | When true, identifies a Payer who is notified by the IRS twice within 3 calendar years for providing an incorrect TIN and do not want the IRS to send any more notices. |
States | object | Contains list of state returns information. |
StateCd | string | State Codes. Size Range: 2 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" |
StateIdNum | string | Identification Number of State. Size Range: 20 |
StateWH | number | Income tax amount withheld for State. Size Range: 0-9999999999.99 |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
BusinessId | Guid | Unique identifier of a Business. |
PayerRef | string | Unique identifier of the payer. |
Form1099Type | string | Denotes the type of 1099 form. |
Form1099Records | object | Pulls Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show detailed information about the success status of Form 1099 B Records |
SequenceId | string | A 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. |
RecordId | Guid | A unique identifier generated by TaxBandits when a 1099-B return is created. |
RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-B return is created. You can use this id for your future reference to Update. |
FederalReturn | object | Returns the record status and StatusTs of federal return. |
Status | string | Returns the record status. |
StatusTs | string | Returns date and time of return created. |
Info | string | Returns information about the Federal Filing service. |
StateReturns | object[] | Returns collection of state returns information |
StateCd | string | Returns the state code of the state for which the return is filed. |
Status | string | Returns the record status of the state return. |
StatusTs | string | Date and time of the return created. |
Info | string | Returns the information about the state for which we are not supporting state filing. |
Errors | object[] | Shows error information in state returns of Form 1099 B |
Id | string | Returns the validation error Id. |
Name | string | Name of the validation error. |
Message | string | Description of the validation error. |
Postal | object | Returns the status and StatusTs of postal mailing service for Form 1099 B. |
Status | string | Returns the status of postal order. |
StatusTs | string | Returns the date and time of the postal order created. |
Info | string | Returns the information about Postal mailing service. |
OnlineAccess | object | Returns the Email address for whom the online access to be given and Status of online access. |
Status | string | Returns status of online access for Form 1099 B return. |
string | Email address for whom the online access to be given. | |
Info | string | Information about the online access service. |
ScheduleFiling | object | Returns the date of the schedule filing. |
ScheduledOn | string | Date of the schedule filing to know when the return to be filed to the IRS. |
Info | string | Information about Schedule Filing service. |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
{
"SubmissionManifest": {
"SubmissionId": null,
"TaxYear": "2021",
"IsFederalFiling": true,
"IsStateFiling": true,
"IsPostal": true,
"IsOnlineAccess": true,
"IsScheduleFiling": true,
"ScheduleFiling": {
"EfileDate": "08/29/2022"
}
},
"ReturnHeader": {
"Business": {
"BusinessId": null,
"BusinessNm": "CALVANIK",
"PayerRef": "CA32E",
"TradeNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"Email": "John@gmail.com",
"ContactNm": "Vimek",
"Phone": "1234567890",
"PhoneExtn": "12345",
"Fax": "1234567890",
"BusinessType": "ESTE",
"SigningAuthority": {
"Name": "John",
"Phone": "1234567890",
"BusinessMemberType": "ADMINISTRATOR"
},
"KindOfEmployer": "FederalGovt",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": false,
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
}
}
},
"ReturnData": [
{
"RecordId": null,
"SequenceId": "1",
"Recipient": {
"RecipientId": null,
"TINType": "SSN",
"TIN": "229855924",
"FirstPayeeNm": "Steve",
"SecondPayeeNm": "Bridge",
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
},
"Email": "John@gmail.com",
"Fax": "1234567890",
"Phone": "1234567890"
},
"BFormData": {
"B1aDescrOfProp": "share market",
"B1bDateAcquired": "2022/01/10",
"B1cDateSoldOrDisposed": "2022/01/17",
"B1dProceeds": 40.55,
"B1eCostOrOtherBasis": 30.89,
"B1fAccruedMktDisc": 20.11,
"B1gWashsaleLossDisallowed": 4.25,
"B2TypeOfGainLoss": "ordinary short term",
"B3IsProceedsFromCollectibles": true,
"B3IsProceedsFromQOF": false,
"B4FedTaxWH": 33.89,
"B5IsNonCoveredSecurityNotReported": false,
"B5IsNonCoveredSecurityReported": false,
"B6IsGrossProceeds": true,
"B6IsNetProceeds": true,
"B7IsLossNotAllowedbasedOn1d": true,
"B8PLRealizedOnClosedContract": 12.77,
"B9PLUnrealizedOnOpenContractPrevTy": null,
"B10UnrealizedPLOnOpenContractCurTy": null,
"B11AggPLOnContract": 3.77,
"B12IsBasisReportedToIRS": false,
"B13Bartering": 43,
"AccountNum": "20123130000009000001",
"CUSIPNum": "8988932143534",
"IsFATCA": false,
"Form8949Code": "X",
"Is2ndTINnot": true,
"States": [
{
"StateCd": "WV",
"StateIdNum": "99999999",
"StateWH": 257.94
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"Form1099Type": "B",
"Form1099BRecords": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:25:01 -04:00",
"Info": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
},
{
"StateCd": "ID",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:25:01 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "John@gmail.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This Service will be available soon"
}
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Delete
You can delete the existing Form 1099 B returns created in TaxBandits. To delete an existing return, refer to it using unique identifiers such as SubmissionId, RecordId, and so on. A Transmitted return cannot be deleted. If you only provide the SubmissionId, all of the results that match that ID will be deleted.
DELETE Form1099B/Delete
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | guid[] | An unique identifier generated by TaxBandits when a 1099-B return is created. Mention the 1099-B return's Record ID that you want to delete. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
Form1099Records | object | Pulls the Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show the detailed information about the success status of Form 1099 B Records |
SequenceId | string | A unique number is given by an inbound application to identify failed records |
RecordId | Guid | Unique identifier of a record |
Status | string | Returns the status of the records. |
StatusTs | string | Date and time of return deleted. |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A unique number given by an inbound application to identify failed records |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form1099B/Delete?SubmissionId=3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d&RecordIds=203b32af-6a5d-4faa-91f9-adad5753fa5f
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "2",
"RecordId": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"Status": "DELETED",
"StatusTs": "2022-05-10 09:29:59 -04:00",
"StateReturns": null,
"OnlineAccess": null
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Get
The Get function returns the information from the Form 1099-B prepared in TaxBandits. The return information will be based on the Submission Id and RecordIds provided in the request.Response includes the Business information, Recipient details, and 1099-B form data.
GET Form1099B/Get
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | Guid[] | An unique identifier generated by TaxBandits when a 1099-B return is created. Mention the Form 1099-B return's Record ID that you want to Get. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
Form1099Records | object | Contains information about Form 1099 B returns. |
SubmissionManifest | object | provides the brief information about a particular submission on the whole. It contains information like Submission ID, Tax Year, IsPostal, IsFederalFiling, IsStateFiling, IsOnlineAccess, IsScheduleFiling & ScheduleFiling service details. |
SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. Not required when you are creating a return. |
TaxYear | string | Tax year of Form 1099 B to be filed. Allowed values: "2021" |
IsFederalFiling | Boolean | Federal Filing for the return will be enabled when the value is True. Form 1099-B will be sent directly to the IRS. |
IsStateFiling | Boolean | State Filing for the return will be enabled when the value is True. Form 1099-B 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. |
IsPostal | Boolean | Postal Order will be created when the value is set as True. Once the return is Transmitted, Form 1099-B Recipient copies will be postal mailed to the recipient's address via USPS. Note: Postal Orders for Foreign Address will not be created |
IsOnlineAccess | Boolean | Online Access will be enabled when the value is set as True. Once the return is Transmitted, an email with the link to the secure TaxBandits portal will be sent to the Recipient. The recipient can provide consent and download Form 1099-B Recipient copies from the portal. |
IsScheduleFiling | Boolean | When true, schedule filing services will be provided for Form 1099 B returns under this submission. |
ScheduleFiling | object | Contains preferred date to submit the returns to the IRS. Required only when "IsScheduleFiling" is True . |
EfileDate | string | Date of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY Example: 10/20/2021 or 10-20-2021 |
ReturnHeader | object | Contains information about the Business details. |
Business | object | Object to identify the Business Details. |
BusinessId | Guid | Optional Use the unique Business ID (Generated by TaxBandits), you received in the response of the Business CREATE Endpoint. If you have 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. |
BusinessNm | string | Name of the business Size Range: ..80 |
PayerRef | string | Optional An unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API.Size Range: ..50 |
TradeNm | string | Optional Name under which the business operatesSize Range: ..80 |
IsEIN | Boolean | When true, identify that the business TIN is an EIN. |
EINorSSN | string | When IsEIN is true, use Employer Identification Number (EIN). When IsEIN is false, use Social Security Number (SSN) Size Range: 9 |
string | Email address of the Business Size Range: ..40 | |
ContactNm | string | Optional Name of the person who can be contacted by the IRS.Size Range: ..27 |
Phone | string | Phone number of the business Size Range: 10 |
PhoneExtn | string | Optional Extension of the business phone numberSize Range: ..5 |
Fax | string | Optional Fax number of the BusinessSize Range: 10 |
BusinessType | string | Optional Type of business. Optional for W-2/1099 and mandatory for 94X seriesSize Range: 4 Allowed values: "ESTE", "PART", "CORP", "EORG", "SPRO" |
SigningAuthority | object | Optional Details of the person who is authorized to sign the return |
Name | string | Optional Name of the signing authoritySize Range: ..35 |
Phone | string | Optional Phone number of the signing authoritySize Range: 10 |
BusinessMemberType | string | Optional Business title of the signing authoritySize Range: 5..29 Allowed values: "CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER" |
KindOfEmployer | string | Optional Identifies the kind of employer. Mandatory for W-2 and optional for 1099-B and 94X seriesAllowed values: "FEDERALGOVT", "STATEORLOCAL501C", "NONGOVT501C", "STATEORLOCALNON501C", "NONEAPPLY" |
KindOfPayer | string | Optional Identifies the kind of payer. This field is mandatory in W-2 and optional in 1099-B and 94X seriesAllowed values: "REGULAR941", "REGULAR944", "AGRICULTURAL943", "HOUSEHOLD", "MILITARY", "MEDICAREQUALGOVEM", "RAILROADFORMCT1" |
IsBusinessTerminated | Boolean | When true, identifies the business as terminated. |
IsForeign | Boolean | When true, identifies the business address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the business |
Address1 | string | Employer/Payer's US address (street or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
State | string | Employer/Payer's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Employer/Payer's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the business |
Address1 | string | Employer/Payer's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
ProvinceOrStateNm | string | Employer/Payer's province or state name Size Range: ..30 |
Country | string | Employer/Payer's country Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Employer/Payer's postal code Size Range: 9 |
ReturnData | object[] | Contains information about the recipient details and Form 1099 B details. |
SequenceId | string | An 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 |
RecordId | Guid | Unique identifier of a record. Not required when you are creating a return. |
Recipient | object | Object to identify the recipient details. |
RecipientId | Guid | TaxBandits generates a unique ID for each recipient after the return is created and returned in the Response. You can use this id for your future reference to update. |
TINType | string | Specify the TIN type of the recipient. Allowed values: "SSN", "EIN", "ITIN", "ATIN", "NA" |
TIN | string | Enter the nine-digit taxpayer identification number of the Recipient (SSN, ITIN, ATIN, or EIN). Size Range: 9 |
FirstPayeeNm | string | Enter the name of the recipient (preferably last name first for an Individual). If more space is required for the name, use the Second Payee Name Field. Size Range: 40 |
SecondPayeeNm | string | Optional If there are multiple recipients (for example, partners, joint owners, or spouses), use this field for those names not associated with the TIN or if not enough space was provided in the First Payee Name, continue the name in this field.Size Range: 40 |
IsForeign | Boolean | When true, it identifies the recipient's address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the recipient |
Address1 | string | Recipient's US address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city Size Range: ..27 |
State | string | Recipient's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Recipient's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the recipient |
Address1 | string | Recipient's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city. Size Range: ..27 |
ProvinceOrStateNm | string | Recipient's Province or State Name. Size Range: ..30 |
Country | string | Recipient's country code. Refer Static values. Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Recipient's Postal Code Size Range: 9 |
string | Recipient's email address. Size Range: 0..40 | |
Fax | string | Optional Recipient's Fax number.Size Range: 10 |
Phone | string | Recipient's Phone Number. Size Range: 15 |
BFormData | object | Recipient's Form 1099 B information |
B1aDescrOfProp | string | Enter the issuer's name and the number of shares or units you held that were exchanged. Size Range: 39 |
B1bDateAcquired | number | Enter the date of acquisition in the format YYYYMMDD. Size Range: 8 |
B1cDateSoldOrDisposed | number | For broker transactions, enter the trade date of the transaction. For barter exchanges, enter the date when cash, property, a credit, or scrip is actually or constructively received in YYYYMMDD format Size Range: 8 |
B1dProceeds | number | Enter the gross cash proceeds from all dispositions (including short sales) of securities, commodities, options, securities futures contracts, or forward contracts. Size Range: 0-9999999999.99 |
B1eCostOrOtherBasis | number | Enter the adjusted basis of any securities sold unless the security is not a covered security. Size Range: 0-9999999999.99 |
B1fAccruedMktDisc | number | Enter the amount of accrued market discount. Size Range: 0-9999999999.99 |
B1gWashsaleLossDisallowed | number | Report wash sale loss amount disallowed. Size Range: 0-9999999999.99 |
B2TypeOfGainLoss | Enum | Enter the type of Gain or Loss. Allowed values: "SHORT TERM", "LONG TERM", "ORDINARY SHORT TERM", "ORDINARY LONG TERM" |
B3IsProceedsFromCollectibles | Boolean | When true, identifies reporting proceeds from Collectibles. |
B3IsProceedsFromQOF | Boolean | When true, identifies reporting proceeds from Qualified Opportunity Fund. |
B4FedTaxWH | number | Enter backup withholding. Size Range: 0-9999999999.99 |
B5IsNonCoveredSecurityNotReported | Boolean | When true, identifies that noncovered security Basis not reported to the IRS |
B5IsNonCoveredSecurityReported | Boolean | When true, identifies that noncovered security Basis reported to the IRS |
B6IsGrossProceeds | Boolean | When true, identifies gross proceeds. |
B6IsNetProceeds | Boolean | When true, identifies net proceeds. |
B7IsLossNotAllowedbasedOn1d | Boolean | When true, identifies recipient is unable to claim a loss on their tax return based on proceeds. |
B8PLRealizedOnClosedContract | number | Enter the profit or (loss) realized by the customer on closed regulated futures, foreign currency, or Section 1256 option contracts in 2022. Size Range: 0-9999999999.99 |
B9PLUnrealizedOnOpenContractPrevTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2021. Size Range: 0-9999999999.99 |
B10UnrealizedPLOnOpenContractCurTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2022. Size Range: 0-9999999999.99 |
B11AggPLOnContract | number | Enter the aggregate profit or (loss) for the year from regulated futures, foreign currency, or Section 1256 option contracts. Size Range: 0-9999999999.99 |
B12IsBasisReportedToIRS | Boolean | When true, identifies that not checking box 5, or e checking box 5 but are reporting basis to the IRS in box 1e anyway. |
B13Bartering | number | Enter the gross amounts received by a member or client of a barter exchange. Size Range: 0-9999999999.99 |
Form8949Code | string | Enter a one-letter code that will assist the recipient in reporting the transaction on Form 8949 and/or Schedule D (Form 1040). Allowed values: "A", "B", "D", "E", "X" |
CUSIPNum | string | For transactional reporting by brokers, enter the CUSIP number of the security or other applicable identifying number. Size Range: 13 |
AccountNum | string | Account number of Payer having multiple accounts for a recipient for whom more than one Form 1099-B is filed. Size Range: 4..20 |
IsFATCA | Boolean | When true, identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-B) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account.Not Applicable for Tax year 2021. |
Is2ndTINnot | Boolean | When true, identifies a Payer who is notified by the IRS twice within 3 calendar years for providing an incorrect TIN and do not want the IRS to send any more notices. |
States | object | Contains list of state returns information. |
StateCd | string | State Codes. Size Range: 2 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" |
StateIdNum | string | Identification Number of State. Size Range: 20 |
StateWH | number | Income tax amount withheld for State. Size Range: 0-9999999999.99 |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form1099B/Get?SubmissionId=3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d&RecordIds=2c7a6789-1111-4104-9b04-4ee3a799eb70
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form1099BRecord": {
"SubmissionManifest": {
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"TaxYear": "2021",
"IsFederalFiling": true,
"IsStateFiling": true,
"IsPostal": true,
"IsOnlineAccess": true,
"IsScheduleFiling": true,
"ScheduleFiling": {
"EfileDate": "08/22/2022"
}
},
"ReturnHeader": {
"Business": {
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"BusinessNm": "CALVANIK",
"TradeNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"Email": "john@gamil.com",
"ContactNm": "Vimek",
"Phone": "(123) 456-7890",
"PhoneExtn": "12345",
"Fax": "(123) 456-7890",
"BusinessType": "ESTE",
"SigningAuthority": {
"Name": "John",
"Phone": "(123) 456-7890",
"BusinessMemberType": "ADMINISTRATOR"
},
"KindOfEmployer": "FEDERALGOVT",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": false,
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": null,
"IsGovernmentalUnit": false
}
},
"ReturnData": [
{
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"SequenceId": "1",
"Recipient": {
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"TINType": "SSN",
"TIN": "229-85-5924",
"FirstPayeeNm": "Steve",
"SecondPayeeNm": "Bridge",
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": null,
"Email": "john@gamil.com",
"Fax": "(123) 456-7890",
"Phone": "(123) 456-7890"
},
"BFormData": {
"B1aDescrOfProp": "share market",
"B1bDateAcquired": "2022/01/10",
"B1cDateSoldOrDisposed": "2022/01/17",
"B1dProceeds": 40.55,
"B1eCostOrOtherBasis": 30.89,
"B1fAccruedMktDisc": 20.11,
"B1gWashsaleLossDisallowed": 4.25,
"B2TypeOfGainLoss": "Ordinary Short Term",
"B3IsProceedsFromCollectibles": true,
"B3IsProceedsFromQOF": false,
"B4FedTaxWH": 33.89,
"B5IsNonCoveredSecurityNotReported": false,
"B5IsNonCoveredSecurityReported": false,
"B6IsGrossProceeds": true,
"B6IsNetProceeds": true,
"B7IsLossNotAllowedbasedOn1d": true,
"B8PLRealizedOnClosedContract": 12.77,
"B9PLUnrealizedOnOpenContractPrevTy": 0,
"B10UnrealizedPLOnOpenContractCurTy": 0,
"B11AggPLOnContract": 3.77,
"B12IsBasisReportedToIRS": false,
"B13Bartering": 43,
"Form8949Code": "X",
"CUSIPNum": "8988932143534",
"AccountNum": "20123130000009000001",
"IsFATCA": false,
"Is2ndTINnot": true,
"States": [
{
"StateCd": "WV",
"StateIdNum": "99999999",
"StateWH": 257.94
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
}
]
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# GetPDF
This method will generate the completed Form 1099-B in a Pdf format using the BusinessId and RecordID. After a successful API call, a Webhook will be sent with a link to download the PDFs.
GET Form1099B/GetPDF
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | Guid[] | Optional Unique identifier of a records. |
TINMaskType | string | Optional Choose the masking type of your Recipient's TIN on the 1099-B PDF. MASKED - The Recipient's TIN will be masked in the PDF. Only the last 4 digits of the TIN can be read.UNMASKED - The Recipient's TIN will not be masked in the PDF. To protect the PII information of the Recipient, the PDF with Unmasked TIN is password protected. Use the Recipient's TIN (password) to open the protected file.BOTH - Two PDFs will be delivered for each Recipient. One with Masked TIN and the other with Unmasked TIN. The PDF with Unmasked TIN will be password protected.Allowed values: "MASKED", "UNMASKED", "BOTH" |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
Form1099BRecords | object[] | Collection of Form 1099-B records for which the PDF will be successfully delivered |
RecordId | guid | Unique identifier of a record |
Message | string | Provides additional information regarding the PDF delivery. |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Type | string | Type of validation error |
Request JSON
Form1099B/GetPdf?SubmissionId=3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d&RecordIds=55f703fc-4456-4ca6-ab5a-004cf714a95f&TINMaskType=UNMASKED
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"Form1099BRecords": [
{
"RecordId": "55f703fc-4456-4ca6-ab5a-004cf714a95f",
"Message": "We've successfully received your request to generate PDF. You will be notified with the URL to download the PDF."
}
],
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
# List
Lists all Form 1099-B returns in TaxBandits that have been created and transmitted for a particular SubmissionId or BusinessId. Based on the filters supplied in the request, the results will be listed. If you provide a BusinessId, for example, all returns created under that BusinessId will be listed.
GET Form1099B/List
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
BusinessId | Guid | Unique identifier of a business |
TINType | string | List the 1099 B records based on the given TINType and TIN. |
TIN | string | List the 1099 B records based on the given TIN. |
TaxYear | string | List the 1099 B records based on the given taxyear. |
Page | number | Pulls the records listed in the page selected |
PageSize | number | Number of 1099 B records to be listed in each page. |
EfileStatus | string | List the 1099 B records based on the status ("CREATED, UNDERPROCESS, SENTTOAGENCY, TRANSMITTED, ACCEPTED, REJECTED") |
FromDate | string | Enter a date from which the Form 1099-B records need to be listed. |
ToDate | string | Enter a date till which the 1099-B records created are to be listed. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
Form1099Type | string | Denotes the type of 1099 form. |
Form1099Records | object[] | Returns detailed information of the Form 1099 B records. |
SubmissionId | Guid | Unique identifier of a submission |
BusinessId | Guid | Unique identifier of a business |
PayerRef | string | Unique identifier of the payer. |
BusinessNm | string | Name of the business |
IsEIN | Boolean | When true, identifies the business with an EIN. |
EINorSSN | string | When IsEIN is true, use Employer Identification Number (EIN). When IsEIN is false, use Social Security Number (SSN) |
ContactNm | string | Contact Name of the Business. |
TaxYear | string | Tax year of 1099 B to be filed. |
Recipient | object | Details of the Recipient. |
SequenceId | string | A 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. |
RecordId | Guid | A unique identifier generated by TaxBandits when a 1099-B return is created. |
RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-B return is created. You can use this id for your future reference to Update. |
RecipientNm | Boolean | Name of Recipient. |
TINType | string | TIN type of the Recipient. |
TIN | string | TIN of the Recipient. |
Status | string | The status of Form 1099 b. |
TotalRecords | number | Total number of records. |
TotalPages | number | Total number of pages. |
Page | number | Pulls the records listed in the page selected |
PageSize | number | Number of 1099 B records to be listed in each page. |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form1099B/List?SubmissionId=3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7&BusinessId=9ad2375f-8474-4dab-ad5e-53ae940ed973&TINType=EIN&TIN=229525362&TaxYear=2021&Page=1&PageSize=10&EfileStatus=ALL&FromDate=11-01-2021&ToDate=11-30-2021
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form1099Type": "B",
"Form1099Records": [
{
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"BusinessNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"ContactNm": "Vimek",
"TaxYear": "2021",
"Recipient": {
"SequenceId": "1",
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"RecipientNm": "Steve Bridge",
"TINType": "SSN",
"TIN": "229-85-5924",
"Status": "CREATED"
}
},
{
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"BusinessNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"ContactNm": "Vimek",
"TaxYear": "2021",
"Recipient": {
"SequenceId": "2",
"RecordId": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"RecipientId": "fada7d1d-1321-4072-8cca-6a89d871d958",
"RecipientNm": "Joseph Henry",
"TINType": "SSN",
"TIN": "229-84-2272",
"Status": "CREATED"
}
}
],
"TotalRecords": 2,
"TotalPages": 1,
"Page": 1,
"PageSize": 10,
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# RequestDraftPdfUrl
This API request will return the Draft PDF of the forms that are not transmitted yet for review purpose. The draft PDF will have copy A of the form with For Review Only watermark text.
Note: You can only retrieve PDF of a single record/form using this method.
How does it works?
Call the [POST] Form1099B/RequestDraftPdfUrl endpoint. You will need to supply the following parameters:
Access Token in the header as Bearer Token (Generated using TaxBandits OAuth authentication API)
Request Parameters: Specify the RecordId for the form you need the Draft PDF form. If you do not have the RecordId, then you request the PDF using the following parameters
- Business Reference - Use the business reference PayerRef or BusinessId or TIN.
- Recipient Reference - Use the recipient reference PayeeRef or RecipientId or TIN.
- Tax Year - Tax year of the form you are requesting the PDF.
POST Form1099B/RequestDraftPdfUrl
Request Body
Field | Type | Description |
---|---|---|
RecordId | Guid | Optional Specify the RecordId of the return |
TINMaskType | string | Optional TIN Mask type on the TIN printed on the PDFAllowed values: "MASKED", "UNMASKED" |
TaxYear | string | Optional Tax Year of the return. Specify only if you do not have the RecordId |
Business | object | Optional Collects the Business identifier TIN or TBS Business Id or PayerRef. This object information is required only if you do not have the RecordId |
BusinessId | Guid | Optional TaxBandits Unique Business Identifier. This ID is generated by TaxBandits after you create a business in your account using the Business endpoint. |
PayerRef | string | Optional Unique payer identifier assigned by the client.Size Range: 1 to 50 |
TINType | string | Optional TIN type of the Business TIN. Use this as an alternative for BusinessId or PayerRef.Allowed values: "SSN,EIN" |
TIN | string | Optional Taxpayer Identification Number. Use this as an alternative for BusinessId or PayerRef.Size Range: 9 to 11 |
Recipient | object | Optional Collects the recipient's unique identifier. This object information is required only if you do not have the RecordId |
PayeeRef | string | Optional An unique identifier for each recipient set by the client.Size Range: 1 to 50 |
RecipientId | Guid | Optional Unique Recipient Identifier generated by TaxBandits |
TINType | string | Optional TIN type of the Recipient’s TIN. Use this as an alternative for RecipientId or PayeeRef.Allowed values: "SSN,EIN" |
TIN | string | Optional Taxpayer Identification Number. Use this as an alternative for RecipientId or PayeeRef. |
Response Body
Field | Type | Description |
---|---|---|
RecordId | Guid | Unique identifier of the record |
RecipientId | Guid | Unique Recipient Identifier generated by TaxBandits |
PayeeRef | string | An unique identifier for each recipient set by the client. |
DraftPdfUrl | string | URL of the Draft PDF |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON 1: With just the RecordId
{
"TaxYear": null,
"RecordId": "0352b76f-2f30-4128-a07b-669f4bf5d92a",
"Business": null,
"Recipient": null
}
2
3
4
5
6
Response JSON 1
{
"RecordId": "0352b76f-2f30-4128-a07b-669f4bf5d92a",
"RecipientId": "1584fe30-bf04-43d8-a240-ac77f9c8037b",
"PayeeRef": null,
"DraftPdfUrl": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/901102/d/copy_draft_1up_7720504732.pdf",
"Error": null
}
2
3
4
5
6
7
Request JSON 2: With No RecordId
{
"TaxYear": "2021",
"RecordId": null,
"Business": {
"BusinessId": "94B6214D-8DCA-490C-8FC3-602840B439B5",
"PayerRef": null,
"TINType": null,
"TIN": null
},
"Recipient": {
"RecipientId": "1584fe30-bf04-43d8-a240-ac77f9c8037b",
"PayeeRef": null,
"TINType": null,
"TIN": null
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Response JSON 2
{
"RecordId": "0352b76f-2f30-4128-a07b-669f4bf5d92a",
"RecipientId": "1584fe30-bf04-43d8-a240-ac77f9c8037b",
"PayeeRef": null,
"DraftPdfUrl": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/901102/d/copy_draft_1up_7720504732.pdf",
"Error": null
}
2
3
4
5
6
7
# RequestPdfURLs
This method can be used to retrieve PDFs for single or multiple recipients. The PDF URL will be returned in the response only if it is already generated by us. You can use the SubmissionId or RecordIds to request the pdf URLs.
Note: The PDF URL will be returned in response only after the return is transmitted in the API. This method will not work for Inprogress returns.
POST Form1099B/RequestPdfURLs
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Optional Unique identifier of an API submission. Use this node to request the PDFs under a particular submission. If you are going to request the PDFs using the RecordIds, you can leave the SubmissionId blank or null. |
RecordIds | object[] | Contains the list of RecordIds for which you are requesting the pdf URLs |
RecordId | Guid | Unique identifier of the return. |
Customization | object | Contains PDF customizations |
TINMaskType | string | Optional Mention whether you want the TIN to be masked in the PDF. If masked, only the last digits of the SSN will be visible and the rest of the digits will be crossed (xxx-xx-1234).Allowed values: "MASKED", "UNMASKED", "BOTH" |
Response Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission. |
Form1099BRecords | object | Contains success and error records of the requested RecordIds. |
SuccessRecords | object[] | Contains the successful records with pdf urls if the forms are generated. |
RecordId | Guid | Unique identifier of the return. |
Status | string | Status of the PDF in TaxBandits. Success - The PDF is generated and you can download it. |
Files | object | Contains multiple copies of a particular return. |
Copy1 | object | Copy 1: For State Tax Department |
Unmasked | string | Link to download the Unmasked copy |
Masked | string | Link to download the Masked copy |
Copy2 | object | Copy 2: To be filed with recipient’s state income tax return, when required. |
Unmasked | string | Link to download the Unmasked copy |
Masked | string | Link to download the Masked copy |
CopyB | object | Copy B: For Recipient |
Unmasked | string | Link to download the Unmasked copy |
Masked | string | Link to download the Masked copy |
CopyC | object | Copy C: For Payer |
Unmasked | string | Link to download the Unmasked copy |
Masked | string | Link to download the Masked copy |
ErrorRecords | object[] | Contains the error records |
RecordId | Guid | Unique identifier of the return. |
Status | string | Status of the error record.
|
Message | string | Description of each statuses |
Errors | object[] | Lists the errors in the API call |
Id | string | Returns the error Id. |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Sample Request JSON 1
{
"SubmissionId": "c968d736-e4f6-4bcc-ac55-8f7bcf211ccd",
"RecordIds": [
{
"RecordId": "0352b76f-2f30-4128-a07b-669f4bf5d92a"
}
],
"Customization": {
"TINMaskType": "Masked"
}
}
2
3
4
5
6
7
8
9
10
11
Sample Response JSON 1
{
"SubmissionId": "c968d736-e4f6-4bcc-ac55-8f7bcf211ccd",
"Form1099BRecords": {
"SuccessRecords": [
{
"RecordId": "0352b76f-2f30-4128-a07b-669f4bf5d92a",
"Status": "Success",
"Files": {
"Copy1": {
"Unmasked": null,
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/cc857938-c753-45f9-86e4-36b5e2f8bb27/m/copy1_1up_5645046964.pdf"
},
"Copy2": {
"Unmasked": null,
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/cc857938-c753-45f9-86e4-36b5e2f8bb27/m/copy2_1up_3173625537.pdf"
},
"CopyB": {
"Unmasked": null,
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/cc857938-c753-45f9-86e4-36b5e2f8bb27/m/copyb_1up_6372518682.pdf"
},
"CopyC": {
"Unmasked": null,
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/7dbfa93b-1b4e-4870-a875-b3636d875522/744bd918-367d-4f18-b7d6-d717ea2aade9/1099/cc857938-c753-45f9-86e4-36b5e2f8bb27/m/copyc_1up_8670023903.pdf"
}
}
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Sample Request JSON 2
{
"SubmissionId": "a863c015-91f1-4128-84fc-bb38922b80f9",
"RecordIds": [
{
"RecordId": "c4446e74-ee11-43e4-b9db-a7e870714267"
},
{
"RecordId": "f11413f7-3fe3-4d55-9e87-66b687bc404e"
}
],
"Customization": {
"TINMaskType": "Masked"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
Sample Response JSON 2
{
"SubmissionId": null,
"Form1099INTRecords": {
"SuccessRecords": null,
"ErrorRecords": [
{
"RecordId": "c4446e74-ee11-43e4-b9db-a7e870714267",
"Status": "PDF_Not_Generated",
"Message": "Your PDF request is prioritized in the queue.Please try again after sometime"
},
{
"RecordId": "f11413f7-3fe3-4d55-9e87-66b687bc404e",
"Status": "Not Transmitted",
"Message": "Given RecordId is not transmitted"
}
]
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Sample Request JSON 3
{
"RecordIds": [
{
"RecordId": "c4446e74-ee11-43e4-b9db-a7e870714267"
},
{
"RecordId": "f11413f7-3fe3-4d55-9e87-66b687bc404e"
}
]
}
2
3
4
5
6
7
8
9
10
11
Sample Response JSON 3
{
"SubmissionId": null,
"Form1099INTRecords": {
"SuccessRecords": null,
"ErrorRecords": [
{
"RecordId": "c4446e74-ee11-43e4-b9db-a7e870714267",
"Status": "PDF_Not_Generated",
"Message": "Your PDF request is prioritized in the queue.Please try again after sometime"
},
{
"RecordId": "f11413f7-3fe3-4d55-9e87-66b687bc404e",
"Status": "Not Transmitted",
"Message": "Given RecordId is not transmitted"
}
]
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Status
It will give you an overview of the status of your Form 1099 B returns. To get this, you'll need to submit the Submission ID and RecordIds. In response, the specific return status will be listed for state filing, federal filing, online access and postal mailing status This method will return the current status of Form 1099 for a particular submission or for a particular employee.
Federal Return Statuses:
Created: Form 1099 has been created and not yet transmitted by the user.
Transmitted: Form 1099 has been transmitted by the user.
Order Received: Form 1099 order is received and waiting in our efile queue.
Under Process: Our efile system is processing the Form 1099 which will be sent to the IRS soon.
Sent to Agency: Form 1099 has been sent to the SSA and we are waiting for the result from IRS.
Accepted: Form 1099 is accepted by the IRS.
Rejected: Form 1099 is rejected by the IRS due to some errors. Please correct the errors and retransmit them.
State Return Statuses:
Not Created: State filing is not opted for the return. IsStateFiling in the submission manifest must be set as TRUE to enable state filing.
Created: Form 1099 state return has been created and not yet transmitted by the user.
Transmitted: Form 1099 state return has been transmitted by the user.
Order Received: State order is received and waiting in our efile queue.
Under Process: Our efile system is processing the Form 1099 for the state which will be sent to the state DOR soon.
Sent to Agency: Form 1099 State return has been sent to the DOR and we are waiting for the result.
Accepted: Form 1099 state return is accepted by the DOR.
Rejected: Form 1099 state return is rejected by the DOR due to some errors. Please correct the errors and retransmit them.
Postal Mailing Statuses:
Not Created: Postal Mailing is not opted for the return. IsPostalMailing in the submission manifest must be set as TRUE to enable postal mailing. Postal Mailing cannot be created for recipients with Foreign addresses.
Created: Postal Mailing service is opted for the return and it will be sent as soon as the form is transmitted.
Order Received: Postal Mailing order has been received and the mails will be sent out soon.
Order Sent: Postal Mailing order has been sent and the recipient will receive the copy soon.
Online Access Statuses:
Not Created: Online Access service is not opted for the return. IsOnlineAccess in the submission manifest must be set as TRUE to enable Online Access.Email Address is required to create Online Access.
Created: Online Access service is opted for the return and the email with a secure link to download their forms will be sent to the recipients as soon as the form is transmitted.
Order Received: Online Access order has been received and the email will be sent to the recipient soon.
Email Sent: Online Access email with a secure link to download the form has been sent to the recipient and the recipient is yet to view the form.
Viewed Form: Recipient has successfully viewed the form.
Downloaded Form: Recipient has successfully viewed and downloaded the form.
GET Form1099B/Status
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | Guid[] | List of record Ids to get the status of Form 1099 B. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
BusinessId | Guid | Unique identifier of a Business. |
PayerRef | string | Unique identifier of the payer. |
Form1099Type | string | Denotes the type of 1099 form. |
Form1099Records | object | Pulls Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show detailed information about the success status of Form 1099 B Records |
SequenceId | string | A 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. |
RecordId | Guid | A unique identifier generated by TaxBandits when a 1099-B return is created. |
RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-B return is created. You can use this id for your future reference to Update. |
FederalReturn | object | Returns the record status and StatusTs of federal return. |
Status | string | Returns the record status. |
StatusTs | string | Returns date and time of return created. |
Info | string | Returns information about the Federal Filing service. |
StateReturns | object[] | Returns collection of state returns information |
StateCd | string | Returns the state code of the state for which the return is filed. |
Status | string | Returns the record status of the state return. |
StatusTs | string | Date and time of the return created. |
Info | string | Returns the information about the state for which we are not supporting state filing. |
Errors | object[] | Shows error information in state returns of Form 1099 B |
Id | string | Returns the validation error Id. |
Name | string | Name of the validation error. |
Message | string | Description of the validation error. |
Postal | object | Returns the status and StatusTs of postal mailing service for Form 1099 B. |
Status | string | Returns the status of postal order. |
StatusTs | string | Returns the date and time of the postal order created. |
Info | string | Returns the information about Postal mailing service. |
OnlineAccess | object | Returns the Email address for whom the online access to be given and Status of online access. |
Status | string | Returns status of online access for Form 1099 B return. |
string | Email address for whom the online access to be given. | |
Info | string | Information about the online access service. |
ScheduleFiling | object | Returns the date of the schedule filing. |
ScheduledOn | string | Date of the schedule filing to know when the return to be filed to the IRS. |
Info | string | Information about Schedule Filing service. |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form1099B/Status?SubmissionId=524af29a-a859-46a0-9223-110e02ec4660&RecordIds=55f703fc-4456-4ca6-ab5a-004cf714a95f
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"Form1099Type": "B",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
},
{
"StateCd": "ID",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "John@gmail.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
},
{
"SequenceId": "2",
"RecordId": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"RecipientId": "fada7d1d-1321-4072-8cca-6a89d871d958",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
},
{
"StateCd": "ID",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "John@gmail.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Transmit
Transmit the Form 1099-B return to the IRS to file your non-employee remuneration. Transmit method should be called only after all the validation errors are cleared. Else, check for the errors and clear them.Note that, after transmitting the form 1099-B, it cannot be edited or deleted.
POST Form1099B/Transmit
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | guid | A unique identifier generated by TaxBandits when a 1099-B return is created. Mention the 1099-B return's Submission ID that you want to transmit. |
RecordIds | Guid[] | An unique identifier generated by TaxBandits when a 1099-B return is created. Mention the 1099-B return's Record ID that you want to transmit. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
Form1099BRecords | object | Pulls the Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show the detailed information about the success status of Form 1099 B Records |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Status | string | Returns the status of the records. |
StatusTs | string | Date and Time of the Return Transmission |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
{
"SubmissionId": "53b8945d-08f0-495d-8eef-08cd9cb48289",
"RecordIds": [
"c7382dc0-e79e-46e6-ae13-db831df38bab"
]
}
2
3
4
5
6
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "53b8945d-08f0-495d-8eef-08cd9cb48289",
"Form1099BRecords": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "c7382dc0-e79e-46e6-ae13-db831df38bab",
"Status": "Transmitted",
"StatusTs": "2022-05-10 09:36:35 -04:00",
"StateReturns": null,
"OnlineAccess": null
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Update
You can make changes to an existing Form 1099 B return in TaxBandits. Use the unique identifiers like SubmissionId, Tax year, etc to refer to a specific return to update the existing data. A Transmitted return cannot be modified.
PUT Form1099B/Update
Request Body
Field | Type | Description |
---|---|---|
SubmissionManifest | object | provides the brief information about a particular submission on the whole. It contains information like Submission ID, Tax Year, IsPostal, IsFederalFiling, IsStateFiling, IsOnlineAccess, IsScheduleFiling & ScheduleFiling service details. |
SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. Not required when you are creating a return. |
TaxYear | string | Tax year of Form 1099 B to be filed. Allowed values: "2021" |
IsFederalFiling | Boolean | Federal Filing for the return will be enabled when the value is True. Form 1099-B will be sent directly to the IRS. |
IsStateFiling | Boolean | State Filing for the return will be enabled when the value is True. Form 1099-B 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. |
IsPostal | Boolean | Postal Order will be created when the value is set as True. Once the return is Transmitted, Form 1099-B Recipient copies will be postal mailed to the recipient's address via USPS. Note: Postal Orders for Foreign Address will not be created |
IsOnlineAccess | Boolean | Online Access will be enabled when the value is set as True. Once the return is Transmitted, an email with the link to the secure TaxBandits portal will be sent to the Recipient. The recipient can provide consent and download Form 1099-B Recipient copies from the portal. |
IsScheduleFiling | Boolean | When true, schedule filing services will be provided for Form 1099 B returns under this submission. |
ScheduleFiling | object | Contains preferred date to submit the returns to the IRS. Required only when "IsScheduleFiling" is True . |
EfileDate | string | Date of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY Example: 10/20/2021 or 10-20-2021 |
ReturnHeader | object | Contains information about the Business details. |
Business | object | Object to identify the Business Details. |
BusinessId | Guid | Optional Mention the unique Business ID, if you want to update the information of the Business. |
BusinessNm | string | Name of the business Size Range: ..80 |
PayerRef | string | Optional An unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API.Size Range: ..50 |
TradeNm | string | Optional Name under which the business operatesSize Range: ..80 |
IsEIN | Boolean | When true, identify that the business TIN is an EIN. |
EINorSSN | string | When IsEIN is true, use Employer Identification Number (EIN). When IsEIN is false, use Social Security Number (SSN) Size Range: 9 |
string | Email address of the Business Size Range: ..40 | |
ContactNm | string | Optional Name of the person who can be contacted by the IRS.Size Range: ..27 |
Phone | string | Phone number of the business Size Range: 10 |
PhoneExtn | string | Optional Extension of the business phone numberSize Range: ..5 |
Fax | string | Optional Fax number of the BusinessSize Range: 10 |
BusinessType | string | Optional Type of business. Optional for W-2/1099 and mandatory for 94X seriesSize Range: 4 Allowed values: "ESTE", "PART", "CORP", "EORG", "SPRO" |
SigningAuthority | object | Optional Details of the person who is authorized to sign the return |
Name | string | Optional Name of the signing authoritySize Range: ..35 |
Phone | string | Optional Phone number of the signing authoritySize Range: 10 |
BusinessMemberType | string | Optional Business title of the signing authoritySize Range: 5..29 Allowed values: "CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER" |
KindOfEmployer | string | Optional Identifies the kind of employer. Mandatory for W-2 and optional for 1099-B and 94X seriesAllowed values: "FEDERALGOVT", "STATEORLOCAL501C", "NONGOVT501C", "STATEORLOCALNON501C", "NONEAPPLY" |
KindOfPayer | string | Optional Identifies the kind of payer. This field is mandatory in W-2 and optional in 1099-B and 94X seriesAllowed values: "REGULAR941", "REGULAR944", "AGRICULTURAL943", "HOUSEHOLD", "MILITARY", "MEDICAREQUALGOVEM", "RAILROADFORMCT1" |
IsBusinessTerminated | Boolean | When true, identifies the business as terminated. |
IsForeign | Boolean | When true, identifies the business address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the business |
Address1 | string | Employer/Payer's US address (street or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
State | string | Employer/Payer's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Employer/Payer's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the business |
Address1 | string | Employer/Payer's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
ProvinceOrStateNm | string | Employer/Payer's province or state name Size Range: ..30 |
Country | string | Employer/Payer's country Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Employer/Payer's postal code Size Range: 9 |
ReturnData | object[] | Contains information about the recipient details and Form 1099 B details. |
SequenceId | string | An 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 |
RecordId | Guid | Unique Identifier of the Record. Mention the Form 1099-B return's Record ID that you want to update. If you do not provide the Record ID, then a new record will be added to the submission. |
Recipient | object | Object to identify the recipient details. |
RecipientId | Guid | An unique identifier generated by TaxBandits for a Recipient when a Form 1099-B return is created. Mention the Form 1099-B return's Recipient ID that you want to Update. |
TINType | string | Specify the TIN type of the recipient. Allowed values: "SSN", "EIN", "ITIN", "ATIN", "NA" |
TIN | string | Enter the nine-digit taxpayer identification number of the Recipient (SSN, ITIN, ATIN, or EIN). Size Range: 9 |
FirstPayeeNm | string | Enter the name of the recipient (preferably last name first for an Individual). If more space is required for the name, use the Second Payee Name Field. Size Range: 40 |
SecondPayeeNm | string | Optional If there are multiple recipients (for example, partners, joint owners, or spouses), use this field for those names not associated with the TIN or if not enough space was provided in the First Payee Name, continue the name in this field.Size Range: 40 |
IsForeign | Boolean | When true, it identifies the recipient's address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the recipient |
Address1 | string | Recipient's US address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city Size Range: ..27 |
State | string | Recipient's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Recipient's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the recipient |
Address1 | string | Recipient's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city. Size Range: ..27 |
ProvinceOrStateNm | string | Recipient's Province or State Name. Size Range: ..30 |
Country | string | Recipient's country code. Refer Static values. Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Recipient's Postal Code Size Range: 9 |
string | Recipient's email address. Size Range: 0..40 | |
Fax | string | Optional Recipient's Fax number.Size Range: 10 |
Phone | string | Recipient's Phone Number. Size Range: 15 |
BFormData | object | Recipient's Form 1099 B information |
B1aDescrOfProp | string | Enter the issuer's name and the number of shares or units you held that were exchanged. Size Range: 39 |
B1bDateAcquired | number | Enter the date of acquisition in the format YYYYMMDD. Size Range: 8 |
B1cDateSoldOrDisposed | number | For broker transactions, enter the trade date of the transaction. For barter exchanges, enter the date when cash, property, a credit, or scrip is actually or constructively received in YYYYMMDD format Size Range: 8 |
B1dProceeds | number | Enter the gross cash proceeds from all dispositions (including short sales) of securities, commodities, options, securities futures contracts, or forward contracts. Size Range: 0-9999999999.99 |
B1eCostOrOtherBasis | number | Enter the adjusted basis of any securities sold unless the security is not a covered security. Size Range: 0-9999999999.99 |
B1fAccruedMktDisc | number | Enter the amount of accrued market discount. Size Range: 0-9999999999.99 |
B1gWashsaleLossDisallowed | number | Report wash sale loss amount disallowed. Size Range: 0-9999999999.99 |
B2TypeOfGainLoss | Enum | Enter the type of Gain or Loss. Allowed values: "SHORT TERM", "LONG TERM", "ORDINARY SHORT TERM", "ORDINARY LONG TERM" |
B3IsProceedsFromCollectibles | Boolean | When true, identifies reporting proceeds from Collectibles. |
B3IsProceedsFromQOF | Boolean | When true, identifies reporting proceeds from Qualified Opportunity Fund. |
B4FedTaxWH | number | Enter backup withholding. Size Range: 0-9999999999.99 |
B5IsNonCoveredSecurityNotReported | Boolean | When true, identifies that noncovered security Basis not reported to the IRS |
B5IsNonCoveredSecurityReported | Boolean | When true, identifies that noncovered security Basis reported to the IRS |
B6IsGrossProceeds | Boolean | When true, identifies gross proceeds. |
B6IsNetProceeds | Boolean | When true, identifies net proceeds. |
B7IsLossNotAllowedbasedOn1d | Boolean | When true, identifies recipient is unable to claim a loss on their tax return based on proceeds. |
B8PLRealizedOnClosedContract | number | Enter the profit or (loss) realized by the customer on closed regulated futures, foreign currency, or Section 1256 option contracts in 2022. Size Range: 0-9999999999.99 |
B9PLUnrealizedOnOpenContractPrevTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2021. Size Range: 0-9999999999.99 |
B10UnrealizedPLOnOpenContractCurTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2022. Size Range: 0-9999999999.99 |
B11AggPLOnContract | number | Enter the aggregate profit or (loss) for the year from regulated futures, foreign currency, or Section 1256 option contracts. Size Range: 0-9999999999.99 |
B12IsBasisReportedToIRS | Boolean | When true, identifies that not checking box 5, or e checking box 5 but are reporting basis to the IRS in box 1e anyway. |
B13Bartering | number | Enter the gross amounts received by a member or client of a barter exchange. Size Range: 0-9999999999.99 |
Form8949Code | string | Enter a one-letter code that will assist the recipient in reporting the transaction on Form 8949 and/or Schedule D (Form 1040). Allowed values: "A", "B", "D", "E", "X" |
CUSIPNum | string | For transactional reporting by brokers, enter the CUSIP number of the security or other applicable identifying number. Size Range: 13 |
AccountNum | string | Account number of Payer having multiple accounts for a recipient for whom more than one Form 1099-B is filed. Size Range: 4..20 |
IsFATCA | Boolean | When true, identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-B) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account.Not Applicable for Tax year 2021. |
Is2ndTINnot | Boolean | When true, identifies a Payer who is notified by the IRS twice within 3 calendar years for providing an incorrect TIN and do not want the IRS to send any more notices. |
States | object | Contains list of state returns information. |
StateCd | string | State Codes. Size Range: 2 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" |
StateIdNum | string | Identification Number of State. Size Range: 20 |
StateWH | number | Income tax amount withheld for State. Size Range: 0-9999999999.99 |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
BusinessId | Guid | Unique identifier of a Business. |
PayerRef | string | Unique identifier of the payer. |
Form1099Type | string | Denotes the type of 1099 form. |
Form1099Records | object | Pulls Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show detailed information about the success status of Form 1099 B Records |
SequenceId | string | A 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. |
RecordId | Guid | A unique identifier generated by TaxBandits when a 1099-B return is created. |
RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-B return is created. You can use this id for your future reference to Update. |
FederalReturn | object | Returns the record status and StatusTs of federal return. |
Status | string | Returns the record status. |
StatusTs | string | Returns date and time of return created. |
Info | string | Returns information about the Federal Filing service. |
StateReturns | object[] | Returns collection of state returns information |
StateCd | string | Returns the state code of the state for which the return is filed. |
Status | string | Returns the record status of the state return. |
StatusTs | string | Date and time of the return created. |
Info | string | Returns the information about the state for which we are not supporting state filing. |
Errors | object[] | Shows error information in state returns of Form 1099 B |
Id | string | Returns the validation error Id. |
Name | string | Name of the validation error. |
Message | string | Description of the validation error. |
Postal | object | Returns the status and StatusTs of postal mailing service for Form 1099 B. |
Status | string | Returns the status of postal order. |
StatusTs | string | Returns the date and time of the postal order created. |
Info | string | Returns the information about Postal mailing service. |
OnlineAccess | object | Returns the Email address for whom the online access to be given and Status of online access. |
Status | string | Returns status of online access for Form 1099 B return. |
string | Email address for whom the online access to be given. | |
Info | string | Information about the online access service. |
ScheduleFiling | object | Returns the date of the schedule filing. |
ScheduledOn | string | Date of the schedule filing to know when the return to be filed to the IRS. |
Info | string | Information about Schedule Filing service. |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
{
"SubmissionManifest": {
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"TaxYear": "2021",
"IsFederalFiling": true,
"IsStateFiling": true,
"IsPostal": true,
"IsOnlineAccess": true,
"IsScheduleFiling": true,
"ScheduleFiling": {
"EfileDate": "08/22/2022"
}
},
"ReturnHeader": {
"Business": {
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"BusinessNm": "CALVANIK",
"PayerRef": "CA32E",
"TradeNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"Email": "John@gmail.com",
"ContactNm": "Vimek",
"Phone": "1234567890",
"PhoneExtn": "12345",
"Fax": "1234567890",
"BusinessType": "ESTE",
"SigningAuthority": {
"Name": "John",
"Phone": "1234567890",
"BusinessMemberType": "ADMINISTRATOR"
},
"KindOfEmployer": "FederalGovt",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": false,
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
}
}
},
"ReturnData": [
{
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"SequenceId": "1",
"Recipient": {
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"TINType": "SSN",
"TIN": "229855924",
"FirstPayeeNm": "Steve",
"SecondPayeeNm": "Bridge",
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
},
"Email": "John@gmail.com",
"Fax": "1234567890",
"Phone": "1234567890"
},
"BFormData": {
"B1aDescrOfProp": "share market",
"B1bDateAcquired": "2022/01/10",
"B1cDateSoldOrDisposed": "2022/01/17",
"B1dProceeds": 40.55,
"B1eCostOrOtherBasis": 30.89,
"B1fAccruedMktDisc": 20.11,
"B1gWashsaleLossDisallowed": 4.25,
"B2TypeOfGainLoss": "ordinary short term",
"B3IsProceedsFromCollectibles": true,
"B3IsProceedsFromQOF": false,
"B4FedTaxWH": 33.89,
"B5IsNonCoveredSecurityNotReported": false,
"B5IsNonCoveredSecurityReported": false,
"B6IsGrossProceeds": true,
"B6IsNetProceeds": true,
"B7IsLossNotAllowedbasedOn1d": true,
"B8PLRealizedOnClosedContract": 12.77,
"B9PLUnrealizedOnOpenContractPrevTy": null,
"B10UnrealizedPLOnOpenContractCurTy": null,
"B11AggPLOnContract": 3.77,
"B12IsBasisReportedToIRS": false,
"B13Bartering": 43,
"AccountNum": "20123130000009000001",
"CUSIPNum": "8988932143534",
"IsFATCA": false,
"Form8949Code": "X",
"Is2ndTINnot": true,
"States": [
{
"StateCd": "WV",
"StateIdNum": "99999999",
"StateWH": 257.94
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
},
{
"RecordId": null,
"SequenceId": "2",
"Recipient": {
"RecipientId": null,
"TINType": "SSN",
"TIN": "229842272",
"FirstPayeeNm": "Joseph",
"SecondPayeeNm": "Henry",
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
},
"Email": "John@gmail.com",
"Fax": "1234567890",
"Phone": "1234567890"
},
"BFormData": {
"B1aDescrOfProp": "share market",
"B1bDateAcquired": "2022/01/10",
"B1cDateSoldOrDisposed": "2022/01/17",
"B1dProceeds": 50.55,
"B1eCostOrOtherBasis": 40.89,
"B1fAccruedMktDisc": 30.11,
"B1gWashsaleLossDisallowed": 14.25,
"B2TypeOfGainLoss": "ordinary short term",
"B3IsProceedsFromCollectibles": true,
"B3IsProceedsFromQOF": false,
"B4FedTaxWH": 43.89,
"B5IsNonCoveredSecurityNotReported": false,
"B5IsNonCoveredSecurityReported": false,
"B6IsGrossProceeds": true,
"B6IsNetProceeds": true,
"B7IsLossNotAllowedbasedOn1d": true,
"B8PLRealizedOnClosedContract": 12.77,
"B9PLUnrealizedOnOpenContractPrevTy": null,
"B10UnrealizedPLOnOpenContractCurTy": null,
"B11AggPLOnContract": 3.77,
"B12IsBasisReportedToIRS": false,
"B13Bartering": 43.12,
"AccountNum": "20123130000009000001",
"CUSIPNum": "8988932143534",
"IsFATCA": false,
"Form8949Code": "D",
"Is2ndTINnot": true,
"States": [
{
"StateCd": "WV",
"StateIdNum": "99999999",
"StateWH": 257.94
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"BusinessId": "9ad2375f-8474-4dab-ad5e-53ae940ed973",
"PayerRef": "CA32E",
"Form1099Type": "B",
"Form1099BRecords": {
"SuccessRecords": [
{
"SequenceId": "2",
"RecordId": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"RecipientId": "fada7d1d-1321-4072-8cca-6a89d871d958",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
},
{
"StateCd": "ID",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "John@gmail.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This Service will be available soon"
}
},
{
"SequenceId": "1",
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"RecipientId": "e55c44da-79d0-4c93-9b57-5f67f9958cff",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
},
{
"StateCd": "ID",
"Status": "NA",
"StatusTs": null,
"Info": "This service will be available soon"
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "John@gmail.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This Service will be available soon"
}
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Validate
Validate method will execute business and data validation checks for the 1099 B returns already created in API. To validate the returns, use the Submission ID and Record IDs of the particular return to validate.
GET Form1099B/Validate
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | Guid[] | An unique identifier generated by TaxBandits when a 1099-B return is created. Mention the 1099-B return's Record ID that you want to Validate. |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
Form1099BRecords | object | Pulls the Form 1099 B records with Success and Error statuses |
SuccessRecords | object[] | It will show the detailed information about the success status of Form 1099 Records |
SequenceId | string | A 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. |
RecordId | Guid | Record ID of the returns that were successfully validated. |
Status | string | Returns the status of the records. |
StatusTs | string | Date and time of return created. |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form1099B/Validate?SubmissionId=3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d&RecordIds=2c7a6789-1111-4104-9b04-4ee3a799eb70
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "3352a6aa-e22a-4d9b-bfed-8dc6e80d3d7d",
"Form1099BRecords": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "2c7a6789-1111-4104-9b04-4ee3a799eb70",
"Status": "CREATED",
"StatusTs": "2022-05-10 08:42:05 -04:00",
"StateReturns": null,
"OnlineAccess": null
}
],
"ErrorRecords": null
},
"Errors": null
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ValidateForm
The ValidateForm method checks the request's 1099 B Forms to IRS business standards and field specifications. It will verify the IRS-mandated checks and assist in avoiding B form errors. It will validate the form without generating any TaxBandits returns.
POST Form1099B/ValidateForm
Request Body
Field | Type | Description |
---|---|---|
SubmissionManifest | object | provides the brief information about a particular submission on the whole. It contains information like Submission ID, Tax Year, IsPostal, IsFederalFiling, IsStateFiling, IsOnlineAccess, IsScheduleFiling & ScheduleFiling service details. |
SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. Not required when you are creating a return. |
TaxYear | string | Tax year of Form 1099 B to be filed. Allowed values: "2021" |
IsFederalFiling | Boolean | Federal Filing for the return will be enabled when the value is True. Form 1099-B will be sent directly to the IRS. |
IsStateFiling | Boolean | State Filing for the return will be enabled when the value is True. Form 1099-B 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. |
IsPostal | Boolean | Postal Order will be created when the value is set as True. Once the return is Transmitted, Form 1099-B Recipient copies will be postal mailed to the recipient's address via USPS. Note: Postal Orders for Foreign Address will not be created |
IsOnlineAccess | Boolean | Online Access will be enabled when the value is set as True. Once the return is Transmitted, an email with the link to the secure TaxBandits portal will be sent to the Recipient. The recipient can provide consent and download Form 1099-B Recipient copies from the portal. |
IsScheduleFiling | Boolean | When true, schedule filing services will be provided for Form 1099 B returns under this submission. |
ScheduleFiling | object | Contains preferred date to submit the returns to the IRS. Required only when "IsScheduleFiling" is True . |
EfileDate | string | Date of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY Example: 10/20/2021 or 10-20-2021 |
ReturnHeader | object | Contains information about the Business details. |
Business | object | Object to identify the Business Details. |
BusinessId | Guid | Optional Use the unique Business ID (Generated by TaxBandits), you received in the response of the Business CREATE Endpoint. If you have 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. |
BusinessNm | string | Name of the business Size Range: ..80 |
PayerRef | string | Optional An unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API.Size Range: ..50 |
TradeNm | string | Optional Name under which the business operatesSize Range: ..80 |
IsEIN | Boolean | When true, identify that the business TIN is an EIN. |
EINorSSN | string | When IsEIN is true, use Employer Identification Number (EIN). When IsEIN is false, use Social Security Number (SSN) Size Range: 9 |
string | Email address of the Business Size Range: ..40 | |
ContactNm | string | Optional Name of the person who can be contacted by the IRS.Size Range: ..27 |
Phone | string | Phone number of the business Size Range: 10 |
PhoneExtn | string | Optional Extension of the business phone numberSize Range: ..5 |
Fax | string | Optional Fax number of the BusinessSize Range: 10 |
BusinessType | string | Optional Type of business. Optional for W-2/1099 and mandatory for 94X seriesSize Range: 4 Allowed values: "ESTE", "PART", "CORP", "EORG", "SPRO" |
SigningAuthority | object | Optional Details of the person who is authorized to sign the return |
Name | string | Optional Name of the signing authoritySize Range: ..35 |
Phone | string | Optional Phone number of the signing authoritySize Range: 10 |
BusinessMemberType | string | Optional Business title of the signing authoritySize Range: 5..29 Allowed values: "CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER" |
KindOfEmployer | string | Optional Identifies the kind of employer. Mandatory for W-2 and optional for 1099-B and 94X seriesAllowed values: "FEDERALGOVT", "STATEORLOCAL501C", "NONGOVT501C", "STATEORLOCALNON501C", "NONEAPPLY" |
KindOfPayer | string | Optional Identifies the kind of payer. This field is mandatory in W-2 and optional in 1099-B and 94X seriesAllowed values: "REGULAR941", "REGULAR944", "AGRICULTURAL943", "HOUSEHOLD", "MILITARY", "MEDICAREQUALGOVEM", "RAILROADFORMCT1" |
IsBusinessTerminated | Boolean | When true, identifies the business as terminated. |
IsForeign | Boolean | When true, identifies the business address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the business |
Address1 | string | Employer/Payer's US address (street or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
State | string | Employer/Payer's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Employer/Payer's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the business |
Address1 | string | Employer/Payer's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Employer/Payer's suite or apartmentSize Range: ..35 |
City | string | Employer/Payer's city Size Range: ..27 |
ProvinceOrStateNm | string | Employer/Payer's province or state name Size Range: ..30 |
Country | string | Employer/Payer's country Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Employer/Payer's postal code Size Range: 9 |
ReturnData | object[] | Contains information about the recipient details and Form 1099 B details. |
SequenceId | string | An 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 |
RecordId | Guid | Unique identifier of a record. Not required when you are creating a return. |
Recipient | object | Object to identify the recipient details. |
RecipientId | Guid | TaxBandits generates a unique ID for each recipient after the return is created and returned in the Response. You can use this id for your future reference to update. |
TINType | string | Specify the TIN type of the recipient. Allowed values: "SSN", "EIN", "ITIN", "ATIN", "NA" |
TIN | string | Enter the nine-digit taxpayer identification number of the Recipient (SSN, ITIN, ATIN, or EIN). Size Range: 9 |
FirstPayeeNm | string | Enter the name of the recipient (preferably last name first for an Individual). If more space is required for the name, use the Second Payee Name Field. Size Range: 40 |
SecondPayeeNm | string | Optional If there are multiple recipients (for example, partners, joint owners, or spouses), use this field for those names not associated with the TIN or if not enough space was provided in the First Payee Name, continue the name in this field.Size Range: 40 |
IsForeign | Boolean | When true, it identifies the recipient's address with a foreign address. |
USAddress | object | If IsForeign is false, pass US address of the recipient |
Address1 | string | Recipient's US address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city Size Range: ..27 |
State | string | Recipient's state code. Refer Static values. Size Range: 2 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" |
ZipCd | string | Recipient's zip code Size Range: 9 |
ForeignAddress | object | If IsForeign is true, pass foreign address of the recipient |
Address1 | string | Recipient's foreign address (street address or post office box of that locality) Size Range: ..35 |
Address2 | string | Optional Recipient's suite or apartmentSize Range: ..35 |
City | string | Recipient's city. Size Range: ..27 |
ProvinceOrStateNm | string | Recipient's Province or State Name. Size Range: ..30 |
Country | string | Recipient's country code. Refer Static values. Size Range: 2 Allowed values: "US", "CA", "MX", "AF", "AX", "XI", "AL", "AG", "AQ", "AN", "AO", "AV", "AY", "AC", "AR", "AM", "AA", "XA", "AT", "AS", "AU", "AJ", "XZ", "BF", "BA", "FQ", "BG", "BB", "BS", "BO", "BE", "BH", "BN", "BD", "BT", "BL", "BK", "BC", "BV", "BR", "IO", "VI", "BX", "BU", "UV", "BM", "BY", "CB", "CM", "XY", "CV", "CJ", "CT", "CD", "XC", "CI", "CH", "KT", "IP", "CK", "CO", "CN", "CF", "CG", "CW", "CR", "VP", "CS", "IV", "HR", "CU", "CY", "EZ", "DA", "DX", "DJ", "DO", "DR", "TT", "EC", "EG", "ES", "UK", "EK", "ER", "EN", "ET", "EU", "FK", "FO", "FM", "FJ", "FI", "FR", "FG", "FP", "FS", "GB", "GA", "GZ", "GG", "GM", "GH", "GI", "GO", "GR", "GL", "GJ", "GP", "GQ", "GT", "GK", "GV", "PU", "GY", "HA", "HM", "HO", "HK", "HQ", "HU", "IC", "IN", "ID", "IR", "IZ", "EI", "IS", "IT", "JM", "JN", "JA", "DQ", "JE", "JQ", "JO", "JU", "KZ", "KE", "KQ", "KR", "KN", "KS", "KU", "KG", "LA", "LG", "LE", "LT", "LI", "LY", "LS", "LH", "LU", "MC", "MK", "MA", "MI", "MY", "MV", "ML", "MT", "IM", "RM", "MB", "MR", "MP", "MF", "MQ", "MD", "MN", "MG", "MJ", "MH", "MO", "MZ", "XM", "WA", "NR", "BQ", "NP", "NL", "NT", "NC", "NZ", "NU", "NG", "NI", "NE", "NF", "XN", "CQ", "NO", "MU", "OC", "PK", "LQ", "PS", "PM", "PP", "PF", "PA", "PE", "RP", "PC", "PL", "PO", "RQ", "QA", "RE", "RO", "RS", "RW", "WS", "SM", "TP", "SA", "XS", "SG", "RI", "SE", "SL", "SN", "XR", "LO", "SI", "BP", "SO", "SF", "SX", "SP", "PG", "CE", "SH", "SC", "ST", "SB", "VC", "SU", "NS", "SV", "WZ", "SW", "SZ", "SY", "TW", "TI", "TZ", "TH", "TO", "TL", "TN", "TD", "XT", "TE", "TS", "TU", "TX", "TK", "TV", "UG", "UP", "AE", "UY", "UZ", "NH", "VT", "VE", "VM", "VQ", "WQ", "XW", "WF", "WE", "WI", "YM", "YI", "ZA", "ZI" |
PostalCd | string | Recipient's Postal Code Size Range: 9 |
string | Recipient's email address. Size Range: 0..40 | |
Fax | string | Optional Recipient's Fax number.Size Range: 10 |
Phone | string | Recipient's Phone Number. Size Range: 15 |
BFormData | object | Recipient's Form 1099 B information |
B1aDescrOfProp | string | Enter the issuer's name and the number of shares or units you held that were exchanged. Size Range: 39 |
B1bDateAcquired | number | Enter the date of acquisition in the format YYYYMMDD. Size Range: 8 |
B1cDateSoldOrDisposed | number | For broker transactions, enter the trade date of the transaction. For barter exchanges, enter the date when cash, property, a credit, or scrip is actually or constructively received in YYYYMMDD format Size Range: 8 |
B1dProceeds | number | Enter the gross cash proceeds from all dispositions (including short sales) of securities, commodities, options, securities futures contracts, or forward contracts. Size Range: 0-9999999999.99 |
B1eCostOrOtherBasis | number | Enter the adjusted basis of any securities sold unless the security is not a covered security. Size Range: 0-9999999999.99 |
B1fAccruedMktDisc | number | Enter the amount of accrued market discount. Size Range: 0-9999999999.99 |
B1gWashsaleLossDisallowed | number | Report wash sale loss amount disallowed. Size Range: 0-9999999999.99 |
B2TypeOfGainLoss | Enum | Enter the type of Gain or Loss. Allowed values: "SHORT TERM", "LONG TERM", "ORDINARY SHORT TERM", "ORDINARY LONG TERM" |
B3IsProceedsFromCollectibles | Boolean | When true, identifies reporting proceeds from Collectibles. |
B3IsProceedsFromQOF | Boolean | When true, identifies reporting proceeds from Qualified Opportunity Fund. |
B4FedTaxWH | number | Enter backup withholding. Size Range: 0-9999999999.99 |
B5IsNonCoveredSecurityNotReported | Boolean | When true, identifies that noncovered security Basis not reported to the IRS |
B5IsNonCoveredSecurityReported | Boolean | When true, identifies that noncovered security Basis reported to the IRS |
B6IsGrossProceeds | Boolean | When true, identifies gross proceeds. |
B6IsNetProceeds | Boolean | When true, identifies net proceeds. |
B7IsLossNotAllowedbasedOn1d | Boolean | When true, identifies recipient is unable to claim a loss on their tax return based on proceeds. |
B8PLRealizedOnClosedContract | number | Enter the profit or (loss) realized by the customer on closed regulated futures, foreign currency, or Section 1256 option contracts in 2022. Size Range: 0-9999999999.99 |
B9PLUnrealizedOnOpenContractPrevTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2021. Size Range: 0-9999999999.99 |
B10UnrealizedPLOnOpenContractCurTy | number | Enter the unrealized profit or (loss) on open regulated futures, foreign currency, or Section 1256 option contracts at the end of 2022. Size Range: 0-9999999999.99 |
B11AggPLOnContract | number | Enter the aggregate profit or (loss) for the year from regulated futures, foreign currency, or Section 1256 option contracts. Size Range: 0-9999999999.99 |
B12IsBasisReportedToIRS | Boolean | When true, identifies that not checking box 5, or e checking box 5 but are reporting basis to the IRS in box 1e anyway. |
B13Bartering | number | Enter the gross amounts received by a member or client of a barter exchange. Size Range: 0-9999999999.99 |
Form8949Code | string | Enter a one-letter code that will assist the recipient in reporting the transaction on Form 8949 and/or Schedule D (Form 1040). Allowed values: "A", "B", "D", "E", "X" |
CUSIPNum | string | For transactional reporting by brokers, enter the CUSIP number of the security or other applicable identifying number. Size Range: 13 |
AccountNum | string | Account number of Payer having multiple accounts for a recipient for whom more than one Form 1099-B is filed. Size Range: 4..20 |
IsFATCA | Boolean | When true, identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-B) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account.Not Applicable for Tax year 2021. |
Is2ndTINnot | Boolean | When true, identifies a Payer who is notified by the IRS twice within 3 calendar years for providing an incorrect TIN and do not want the IRS to send any more notices. |
States | object | Contains list of state returns information. |
StateCd | string | State Codes. Size Range: 2 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" |
StateIdNum | string | Identification Number of State. Size Range: 20 |
StateWH | number | Income tax amount withheld for State. Size Range: 0-9999999999.99 |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099 B Records. |
SequenceId | string | A 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. |
RecordId | Guid | Unique identifier of a record |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error Id |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
{
"SubmissionManifest": {
"SubmissionId": null,
"TaxYear": "2021",
"IsFederalFiling": true,
"IsStateFiling": true,
"IsPostal": true,
"IsOnlineAccess": true,
"IsScheduleFiling": true,
"ScheduleFiling": {
"EfileDate": "08/29/2022"
}
},
"ReturnHeader": {
"Business": {
"BusinessId": null,
"BusinessNm": "CALVANIK",
"PayerRef": "CA32E",
"TradeNm": "CALVANIK",
"IsEIN": true,
"EINorSSN": "22-9525362",
"Email": "John@gmail.com",
"ContactNm": "Vimek",
"Phone": "1234567890",
"PhoneExtn": "12345",
"Fax": "1234567890",
"BusinessType": "ESTE",
"SigningAuthority": {
"Name": "John",
"Phone": "1234567890",
"BusinessMemberType": "ADMINISTRATOR"
},
"KindOfEmployer": "FederalGovt",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": false,
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
}
}
},
"ReturnData": [
{
"RecordId": null,
"SequenceId": "1",
"Recipient": {
"RecipientId": null,
"TINType": "SSN",
"TIN": "229855924",
"FirstPayeeNm": "Steve",
"SecondPayeeNm": "Bridge",
"IsForeign": false,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": {
"Address1": null,
"Address2": null,
"City": null,
"ProvinceOrStateNm": null,
"Country": null,
"PostalCd": null
},
"Email": "John@gmail.com",
"Fax": "1234567890",
"Phone": "1234567890"
},
"BFormData": {
"B1aDescrOfProp": "share market",
"B1bDateAcquired": "2022/01/10",
"B1cDateSoldOrDisposed": "2022/01/17",
"B1dProceeds": 40.55,
"B1eCostOrOtherBasis": 30.89,
"B1fAccruedMktDisc": 20.11,
"B1gWashsaleLossDisallowed": 4.25,
"B2TypeOfGainLoss": "ordinary short term",
"B3IsProceedsFromCollectibles": true,
"B3IsProceedsFromQOF": false,
"B4FedTaxWH": 33.89,
"B5IsNonCoveredSecurityNotReported": false,
"B5IsNonCoveredSecurityReported": false,
"B6IsGrossProceeds": true,
"B6IsNetProceeds": true,
"B7IsLossNotAllowedbasedOn1d": true,
"B8PLRealizedOnClosedContract": 12.77,
"B9PLUnrealizedOnOpenContractPrevTy": null,
"B10UnrealizedPLOnOpenContractCurTy": null,
"B11AggPLOnContract": 3.77,
"B12IsBasisReportedToIRS": false,
"B13Bartering": 43,
"AccountNum": "20123130000009000001",
"CUSIPNum": "8988932143534",
"IsFATCA": false,
"Form8949Code": "X",
"Is2ndTINnot": true,
"States": [
{
"StateCd": "WV",
"StateIdNum": "99999999",
"StateWH": 257.94
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"ErrorRecords": null,
"Errors": null
}
2
3
4
5
6
7