A W-9 form is an official Internal Revenue Service (IRS) tax document used in the United States. The primary purpose of the W-9 form is to request the taxpayer identification number (TIN) or Social Security Number (SSN) of a person or business entity.

API Upload

The type parameter is w9_forms for the upload endpoint.


Field Descriptions:

The model automatically detects data such as:

Session NameField NameData TypeDescription
Basic InformationNameStringName of the entity or individual.
Basic InformationBusiness NameStringBusiness or organization name, if applicable.
Basic InformationExempt Payee CodeStringCode indicating exempt status, if applicable.
Basic InformationFATCA CodeStringFATCA (Foreign Account Tax Compliance Act) code, if applicable.
Basic InformationAddressStringAddress of the entity or individual.
Basic InformationAddress DetailsStringAdditional details about the address.
Basic InformationAccount DetailsStringDetails related to the account, if applicable.
Basic InformationRequester’s NameStringName of the requester or company.
Basic InformationRequester’s AddressStringAddress of the requester or company.
Basic InformationW9 VersionStringVersion of the W9 form used.
Tax ClassificationIndividual/Sole ProprietorBooleanIndicates if the entity is an individual or sole proprietor.
Tax ClassificationC CorporationBooleanIndicates if the entity is a C Corporation.
Tax ClassificationS CorporationBooleanIndicates if the entity is an S Corporation.
Tax ClassificationPartnershipBooleanIndicates if the entity is a partnership.
Tax ClassificationTrust/EstateBooleanIndicates if the entity is a trust or estate.
Tax ClassificationLimited Liability companyBooleanIndicates if the entity is a limited liability company.
Tax ClassificationLimited Liability company detailsStringDetails about the limited liability company, if applicable.
Tax ClassificationOtherBooleanIndicates if the entity falls into an "Other" category.
Tax ClassificationOther DetailsStringDetails related to the "Other" category, if applicable.
Taxpayer Identification InformationSocial Security NumberStringSocial Security Number (SSN) of the entity or individual.
Taxpayer Identification InformationEmployer Identification NumberStringEmployer Identification Number (EIN), if applicable.
CertificationSignatureBooleanIndicates if the form is signed.
CertificationDateStringDate when the form was signed.
ErrorError MessageStringError message, if any.

Version

  • 1.0.0

Sample

Sample JSON Output

{
    "data": {
            "Basic Information": {
                "Name": {
                    "value": "",
                    "position": [],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Business Name": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Exempt Payee Code": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "FATCA Code": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Address": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Address Details": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Account Details": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Requester\u2019s Name": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Requester\u2019s Address": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "W9 Version": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            },
            "Tax Classification": {
                "Individual/Sole Proprietor": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "C Corporation": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "S Corporation": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Partnership": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Trust/Estate": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Limited Liability company": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Limited Liability company details": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Other": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Other Details": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            },
            "Taxpayer Identification Information": {
                "Social Security Number": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Employer Identification Number": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            },
            "Certification": {
                "Signature": {
                    "value": false,
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Date": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            },
            "Error": {
                "Error Message": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            }
        }
    }