Skip to main content
Version: 1.7.3

PostalTracking

PostalTracking

This utility allows you to get the detailed postal mailing status of the submitted returns. Which can be used for your reference.

In the request, provide a specific SubmissionId, BusinessId, and Tax Year to retrieve the status of that submission.

GET Utility/PostalTracking  

Request Params

FieldTypeDescription
BusinessIdGuidA unique identifier of a business
TaxYearstringList the postal record status based on the given tax year.
Allowed values

"2023", "2024", "2025"

SubmissionIdGuidA unique identifier of a submission
RecordIdGuidA unique identifier of a record
PagenumberPulls the records listed on the page selected
PageSizenumberNumber of 1099-NEC records to be listed on each page.
Note: PageSize can be a maximum of 100
FromDatestringEnter a date from which the Form 1099-NEC records need to be listed in MM/DD/YYYY format
ToDatestringEnter a date till which the 1099-NEC records created are to be listed in MM/DD/YYYY format

Response Body

FieldTypeDescription
    TaxYearstringTax year for which the return is created
Allowed values

"2023", "2024", "2025"

    BusinessobjectIt will show the detailed information about the business
    BusinessIdGuidUnique identifier of a Business
    PayerRefstringUnique identifier of the Payer
    BusinessNmstringName of the business
    FirstNmstringFirst Name of the Individual
    MiddleNmstringMiddle Name of the Individual
    LastNmstringLast Name of the Individual
    SuffixstringSuffix of the Individual
    PostalMailingRecordsobject[]It will show the detailed information about the status of the postal mailing
    SubmissionIdGuidUnique identifier of a submission
    RecordIdGuidUnique identifier of a record
    PayeeRefstringA unique identifier for each payee, completing their information
    FormTypestringReturns the type of form
    Recipientobject[]Object to identify the recipient details
        RecipientIdGuidA unique identifier generated by TaxBandits for a Recipient
        PayeeRefstringA unique identifier for each payee completing their information
        FirstPayeeNmstringReturns the name of the recipient
        SecondPayeeNmstringReturns the name of the second recipient
        FirstNmstringFirst Name of the Individual
        MiddleNmstringMiddle Name of the Individual
        LastNmstringLast Name of the Individual
        SuffixstringSuffix of the Individual
        IsForeignbooleanWhen true, identifies the recipient address with a foreign address
        USAddressobjectIf IsForeign is false, pass the US address of the recipient
            Address1stringRecipient's US address
            Address2stringRecipient's suite or apartment
            CitystringRecipient's city
            StatestringRecipient's state code
            ZipCdstringRecipient's zip code
        ForeignAddressobjectIf IsForeign is true, pass the foreign address of the recipient
            Address1stringRecipient's foreign address
            Address2stringRecipient's suite or apartment
            CitystringRecipient's city
            ProvinceOrStateNmstringRecipient's Province or State Name
            CountrystringRecipient's country code
            PostalCdstringRecipient's Postal Code
        FaxstringRecipient's Fax number
        PhonestringRecipient's Phone Number
    TrackingStatusDetailsobject[]It will show the detailed information about the Tracking status of the postal mailing
        StatusstringReturns the tracking status of postal mail
        StatusTsstringReturns the date and time of the postal mail tracking status
        TrackingLocationstringReturns the location of the postal mail tracking
        TrackingInfostringReturns the information about the postal mail tracking
    TotalRecordsnumberTotal number of records
    TotalPagesnumberTotal number of pages
    PagenumberPulls the records listed in the page selected
    PageSizenumberNumber of records to be listed in each page
    Errorsobject[]Shows detailed error information
        IdstringReturns the validation error id
        NamestringName of the validation error
        MessagestringDescription of the validation error
Request Params
"Utility/PostalTracking?BusinessId=b1c21945-26b0-4dda-af2c-8288344e207e&TaxYear=2025&SubmissionId=59a736e5-1ded-4859-8fbb-0a9a592051a5&RecordId=59a736e5-1ded-4859-8fbb-0a9a592051a5&Page=1&PageSize=10&FromDate=08/01/2024&ToDate=08/02/2024"

Response JSON

Success Response - This is a sample response for successful API requests.

{
"TaxYear": "2025",
"Business": {
"BusinessId": "519a84f4-5e56-496a-82f3-18f51fdf3d75",
"PayerRef": "Snow123",
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null
},
"PostalMailingRecords": [
{
"SubmissionId": "c61f5fa0-67d6-4096-a175-6a9eb0f0c67e",
"RecordId": "e9f39bd7-76f7-4805-a3a9-e7eeed494d3a",
"FormType": "Form1099NEC",
"Recipient": {
"RecipientId": "4193c997-9ce6-41b6-87f6-049d4f39444d",
"PayeeRef": "PayeeRef01",
"FirstPayeeNm": "Dairy Delight LLC",
"SecondPayeeNm": null,
"FirstNm": null,
"LastNm": null,
"MiddleNm": null,
"Suffix": null,
"IsForeign": false,
"USAddress": {
"Address1": "2603 Kinsey Road",
"Address2": "Main Street",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"ForeignAddress": null,
"Fax": null,
"Phone": null
},
"TrackingStatusDetails": [
{
"Status": "ORDER_RECEIVED",
"StatusTs": "01/13/2026 10:18:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "POSTAL_INITIATED",
"StatusTs": " 01/13/2026 10:17:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "HANDED_OVER_TO_USPS",
"StatusTs": "01/13/2026 10:16:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "IN_TRANSIT",
"StatusTs": " 01/13/2026 10:17:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "IN_TRANSIT",
"StatusTs": " 01/13/2026 10:17:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "OUT_FOR_DELIVERY",
"StatusTs": "01/13/2026 10:15:45",
"TrackingLocation": null,
"TrackingInfo": null
},
{
"Status": "ASSUMED_DELIVERED",
"StatusTs": "01/13/2026 10:14:45",
"TrackingLocation": null,
"TrackingInfo": null
}
]
}
],
"Page": 1,
"TotalRecords": 1,
"TotalPages": 1,
"PageSize": 100,
"Errors": null
}