Skip to main content
Version: 1.7.3

Webhook

Webhooks notify your system whenever there is a status update on a recipient’s Form W-9/W-8 submission. The webhook payload includes key data such as the recipient’s name, address, TIN, and a secure download link for the completed form.

For detailed information, click here.

How to configure webhooks for Form W-9/W-8 status

  1. Log in to the developer console.

  2. Then navigate to Settings >> Webhooks.

  3. Click ‘Add Webhook’. Choose the event type as 'WhCertificate Status Change.

Webhook Settings

  1. Enter your Callback URL where you want to receive notifications and click Save. For WhCertificate, you can add up to 5 Webhook URLs and choose the Callback URL to which the Webhook response needs to be posted.
Note:
  • Upon saving a webhook in TaxBandits, a unique Webhook Reference (GUID) is generated for each Callback URL you register.

  • Store these Webhook References on your end. When making API requests (e.g., to the WhCertificate/RequestByUrl endpoint), you can specify the preferred Callback URL by including the corresponding WebhookRef in the request JSON.

  • The WebhookRef node is optional. If you provide a WebhookRef, the webhook notifications for that request will be sent to the Callback URL tied to the specified Webhook Reference.

  • If you do not specify a WebhookRef, webhook notifications will be sent to your default Callback URL (usually Callback URL 1).

  • Ensure your callback URL is valid and publicly accessible. Upon saving, the API sends a sample JSON payload to your callback URL.

  • Your server must respond with HTTP status code 200 to keep the webhook active.

  • If your callback URL does not return HTTP 200, the webhook will become inactive. You can retry posting sample data to reactivate it.

WHCertificate Popup

Request JSON with WebhookRef

Sample Json

Response Body

FieldTypeDescription
FormTypeStringType of Form (W-9 or W-8BEN).
WebhookRefGuid
  • A unique identifier of the Webhook that TaxBandits generates against each Callback URL when adding it in the console site.
  • If you pass the WebhookRef in the request JSON, we will post the webhook response to the corresponding Callback URL. If you don't pass one, the webhook response will be posted to the default Callback URL.
FormW9ObjectContains Form W-9 Information.
    SubmissionIdGuidA unique identifier of a submission.
    RequesterObjectRequester information.
        BusinessIdGuidA unique identifier of the business.
        BusinessNmStringRequester Name. If the requester is a Business, then the Business Name will be returned. If the requester is an Individual, then the Payer’s full name will be returned.
        TINTypeStringTIN Type of the Requester.
        TINStringTaxpayer Identification Number of the requester.
        DBAIdStringUnique Identifier for the DBA.
        DBARefStringUnique identifier for each DBA. This identifier can be used in future references of the DBA in the API.
    PayeeRefStringA unique identifier of the recipient
    RecipientIdGuidA unique ID generated by TaxBandits after the return is created and will be returned in the Response. You can use this ID for future reference to update.
    W9StatusStringStatus of the W-9
    StatusTsStringTimestamp of the W-9 Status
    TINMatchingObjectTIN Matching information.
        StatusStringTIN Matching status.
        StatusTsStringTimestamp of the TIN Matching Status.
        ErrorsStringShows the detailed error message.
    FormW9RequestTypeStringForm W-9 requested Type.
  • URL_API - Form W-9 was requested using the RequestByURL method.
  • Email_API - Form W-9 was requested using the RequestByEmail method.
  • Email_UI - Form W-9 was requested from the TaxBandits UI application.
    PdfUrlStringThe URL to download the completed W-9.
Note: This URL will expire in 24 hours.
    EmailStringEmail Address of the recipient. This is the email to which the W-9 request was sent. The value will be null if the Form W-9 was requested using the RequestByURL method.
    FormDataObjectForm W-9 data of the recipient
        Line1NmstringName as shown on the income tax return
        Line2NmstringBusiness name/disregarded entity name, if different from Line1 Name
        TINTypestringTIN type of the recipient.
        TINstringRecipient’s TIN
        AddressObjectRecipient’s complete address
    Address1stringRecipient’s Address 1 (street address or post office box of that locality). This will be pre-filled on the Form.
    Address2stringRecipient’s Address 2 (suite or apartment number). This will be pre-filled on the Form.
            CitystringRecipient’s City
            StatestringRecipient’s State
            ZipCdstringRecipient’s Zip Code
Size Range: 5..10
        AccountNumstringRecipient’s account number. You can use this field to enter any identification number you have for the recipient.
        FederalTaxClassificationstringU.S. Federal Tax Classification of the person whose name is entered on Line 1
        IsLine3bBooleanIf TRUE, identifies that the recipient is
  1. Either a partnership, trust or estate that has foreign partners, owners, or beneficiaries and the recipient is providing this form to a partnership, trust, or estate, in which they have an ownership interest. (or)
  2. Received a Form W-8 from any partner, owner, or beneficiary establishing foreign status (or)
  3. Received a Form W-9 from any partner, owner, or beneficiary that has checked the box on line 3b.
        ExemptPayeeCdstringThis code identifies the recipient is exempt from backup withholding
        ExemptFromFATCAstringThis code identifies recipients that are exempt from reporting under FATCA.
        IsBackUpWHBooleanIf True identifies that the recipient have been notified by the Internal Revenue Service (IRS) that they are subject to backup withholding.
ErrorsObjectShows detailed error information.
   IdStringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
   NameStringName of the errored node.
   MessageStringShows the error message.
FormW8BenObjectForm W-8BEN Information.
    SubmissionIdGuidA Unique identifier of a submission.
    RequesterObjectRequester information.
        BusinessIdGuidA unique identifier of the business.
        BusinessNmStringBusiness Name of the requester. If the requester is an Individual, then the Payer’s full name will be returned.
        TINTypeStringTIN Type of the Requester.
        TINStringTaxpayer Identification Number of the requester.
    PayeeRefStringA Unique identifier of the recipient
    W8BENStatusStringStatus of the W-8BEN.
    StatusTsStringTimestamp of the W-8BEN Status.
    FormW8BENRequestTypeStringForm W-8BEN requested Type.
  • URL_API - Form W-8BEN was requested using the RequestByURL method.
  • Email_API - Form W-8BEN was requested using the RequestByEmail method.
  • Email_UI - Form W-8BEN was requested from the TaxBandits UI application.
    PdfUrlStringThe URL to download the completed W-8BEN.
Note: This URL will expire in 24 hours.
    EmailStringEmail Address of the recipient. This is the email to which the W-8BEN request was sent. The value will be null if the Form W-8BEN was requested using the RequestByURL method.
    FormDataObjectForm W-8BEN data of the recipient.
        NmOfIndividualstringName of the Foreign Individual.
        CitizenOfCountrystringRecipient country of citizenship.
        USTINTypestringTIN type of the recipient. (Either SSN or ITIN)
        USTINstringRecipient’s TIN
        ForeignTINstringForeign TIN of the recipient.
         IsFTINNotLegallyRequiredBooleanWhen true, Identifies that beneficial owner on line 1 is not legally required to obtain an FTIN from their jurisdiction of residence.
         ReferenceNumstringRecipient’s reference number. You can use this field to enter any identification number you have for the recipient.
        DOBstringDate of Birth of the recipient
        PermanentAddressObjectRecipient’s permanent address.
            AddressstringRecipient’s Address.
            CitystringRecipient’s City
            StatestringRecipient’s State
            CountrystringRecipient’s Country
            PostalCdstringRecipient’s Zip Code
        MailingAddressObjectRecipient’s mailing address.
            AddressstringRecipient’s Address.
            CitystringRecipient’s City
            StatestringRecipient’s State
            CountrystringRecipient’s Country
            PostalCdstringRecipient’s Zip Code
        TaxTreatyBenefitsObjectTax Treaty Benefits.
            BeneficiaryCountrystringCountry where the recipient claim to be a resident for income tax treaty purposes
            ClaimingProvArticleParastringArticle and paragraph of the treaty benefits
            RateOfWHstringRate of Withholding.
            TypeOfIncomestringType of income for which recipient claims the treaty benefits.
            AdditionalConditionsstringAdditional conditions from the tax treaty benefits.
        SignatureObjectSignature of the recipient.
            SignerNmstringName of the signer.
            CapacityInWhichActingstringIf the form is signed by an agent on the individual’s behalf, enter the capacity in which they are acting.
    ErrorsObjectShows detailed error information.
   IdStringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
   NameStringName of the errored node.
   MessageStringShows the error message.
FormW8BenEObjectContains Form W-8BEN-E Information.
    SubmissionIdGuidA unique identifier of a submission.
        RequesterObjectRequester information.
        BusinessIdGuidA unique identifier of the business.
        PayerRefStringA unique payer identifier that you will assign
        BusinessNmStringThe Business name of the requester. If the requester is an Individual, then the Payer's full name will be returned.
        FirstNmStringFirst Name of the Individual
        LastNmStringLast Name of the individual
        MiddleNmStringMiddle Name of the Individual
        SuffixStringSuffix of the Individual
        TINTypeStringTIN Type of the Requester.
        TINStringTaxpayer Identification Number of the requester.
        DBAIdStringUnique Identifier for the DBA.
        DBARefStringUnique identifier for each DBA. This identifier can be used in future
references of the DBA in the API.
    PayeeRefStringA unique identifier of the recipient
    W8BENEStatusStringStatus of the W-8BEN-E.
    StatusTsStringTimestamp of the W-8BEN-E Status.
    FormW8BENERequestTypeStringForm W-8BEN-E requested Type.
  • URL_API - Form W-8BEN-E was requested using the RequestByURL method.
  • Email_API - Form W-8BEN-E was requested using the RequestByEmail method.
  • Email_UI - Form W-8BEN-E was requested from the TaxBandits UI application.
    PdfUrlStringThe URL to download the completed W-8BEN-E.
Note: This URL will expire in 24 hours.
    EmailStringEmail Address of the recipient. This is the email to which the W-8BEN-E request was sent. The value will be null if the Form W-8BEN-E was requested using the RequestByURL method.
    FormDataObjectForm W-8BEN-E data of the recipient.
        Part1ObjectBeneficial Owner Information
            NmOfOrganizationStringName of the Organization.
            CountryOfOrganizationStringCountry of the Organization.
            NmOfDisregardedEntityStringBusiness name/disregarded entity name, if different from Organization's name
            Ch3StatusStringThe entity's Chapter 3 status for withholding purposes under U.S. tax law.
            IsEntityTreatyClaimBooleanWhen true, identifies that the entity is a hybrid making a treaty claim
Note: Applicable only if the Chapter 3 status is Disregarded Entity, Partnership, Simple Trust, or Grantor Trust
            Ch4StatusStringThe entity's Chapter 4 status for withholding purposes under U.S. tax law.
            USTINTypeStringTIN type of the recipient.
            USTINStringRecipient's TIN
            GIINStringEntity's GIIN
            ForeignTINStringForeign TIN of the recipient.
            IsFTINNotLegallyRequiredBooleanWhen true, identifies that beneficial owner on line 1 is not legally required to obtain an FTIN from their jurisdiction of residence.
            ReferenceNumStringRecipient's reference number. You can use this field to enter any identification number you have for the recipient.
            ExpiryDateStringDate of form W-8BEN-E expiration
            PermanentAddObjectRecipient's permanent address.
                Address1StringRecipient's Address 1 (number, street)
                Address2StringRecipient's Address 2 (apt. or suite no.)
                CityStringRecipient's City
                StateStringRecipient's State
                CountryStringRecipient's Country
                PostalCdStringRecipient's Zip Code
            MailAddObjectRecipient's mailing address.
                Address1StringRecipient's Address 1 (number, street)
                Address2StringRecipient's Address 2 (apt. or suite no.)
                CityStringRecipient's City
                StateStringRecipient's State
                CountryStringRecipient's Country
                PostalCdStringRecipient's Zip Code
        Part2ObjectDisregarded Entity or Branch Receiving Payment information
            Ch4StatusOfDisregardedEntityStringChapter 4 Status (FATCA status) of disregarded entity or branch receiving payment
            AddOfDisregardedEntityObjectDisregarded entity's address
            Address1StringDisregarded Entity's Address 1
            Address2StringDisregarded Entity's Address 2
            CityStringDisregarded Entity's City
            StateStringDisregarded Entity's State
            CountryStringDisregarded Entity's Country
            PostalCdStringDisregarded Entity's ZipCode
            GIINStringEntity's GIIN
        Part3ObjectTax treaty information
            IsBeneficiaryCountryTreatedWithinBooleanWhen true, identifies the beneficial owner as a resident of a country with which the United States has an income tax treaty.
            BeneficiaryCountryStringCountry where the recipient claim to be a resident for income tax treaty purposes.
            IsBeneficiaryClaimingTreatyBenefitsBooleanWhen true, identifies that the beneficial owner is claiming treaty benefits for US source of dividends received from a foreign corporation or interest from a U.S. trade or business of a foreign corporation and meets qualified resident status
            LimitationOnBenefitsStringType of limitation on benefits provisions that are included in an applicable tax treaty
            OtherDetailStringOther limitation on benefits provisions information (Article and Paragraph)
            IsBenifitsForUSSourceFromForeignCorpBooleanWhen true, Identifies the beneficial owner is claiming treaty benefits for U.S. source dividends received from a foreign corporation or interest from a U.S. trade or business of a foreign corporation and meets qualified resident status
            ClaimingProvArticleParaStringArticle and paragraph of the treaty benefits.
            RateOfWHStringRate of Withholding.
            TypeOfIncomeStringType of income for which recipient claims the treaty benefits.
            AdditionalConditionsStringAdditional conditions from the tax treaty benefits.
        Part4ObjectSponsored FFI information
            NmOfSponsoringEntityStringName of the sponsoring entity
            Line17Box1BooleanWhen true, Identifies the entity in Part I:
1. Is an investment entity;
2. Is not a QI, WP (except to the extent permitted in the withholding foreign partnership agreement), or WT; and
3. Has agreed with the entity identified above (that is not a nonparticipating FFI) to act as the sponsoring entity for this entity.
            Line17Box2Booleanwhen true, Identifies the entity in the Part I:
1. Is a controlled foriegn corporation as defined in section 957(a)
2. Is not a QI, WP, or WT and
3. Is wholly owned, directly or indirectly, by the U.S. financial institution identified above that agrees to act as the sponsoring entity for this entity; and
4. Shares a common electronic account system with the sponsoring entity (identified above) that enables the sponsoring entity to identify all account holders and payees of the entity and to access all account and customer information maintained by the entity including, but not limited to, customer identification information, customer documentation, account balance, and all payments made to account holders or payees.
        Part5ObjectCertified deemed-compliant nonregistering local bank information
            Line18BooleanWhen true, identifies the FFI in Part I:
1. Operates and is licensed solely as a bank or credit union (or similar cooperative credit organization operated without profit) in its country of incorporation or organization;
2. Engages primarily in the business of receiving deposits from and making loans to, with respect to a bank, retail customers unrelated to such bank and, with respect to a credit union or similar cooperative credit organization, members, provided that no member has a greater than 5% interest in such credit union or cooperative credit organization;
3. Does not solicit account holders outside its country of organization;
4. Has no fixed place of business outside such country (for this purpose, a fixed place of business does not include a location that is not advertised to the public and from which the FFI performs solely administrative support functions);
5. Has no more than $175 million in assets on its balance sheet and, if it is a member of an expanded affiliated group, the group has no more than $500 million in total assets on its consolidated or combined balance sheets; and
6. Does not have any member of its expanded affiliated group that is a foreign financial institution, other than a foreign financial institution that is incorporated or organized in the same country as the FFI identified in Part I and that meets the requirements set forth in this part.
        Part6ObjectCertified deemed-compliant FFI with only low-value accounts information
            Line19BooleanWhen true,identifies the FFI in Part I:
1. Is not engaged primarily in the business of investing, reinvesting, or trading in securities, partnership interests, commodities, notional principal contracts, insurance or annuity contracts, or any interest (including a futures or forward contract or option) in such security, partnership interest, commodity, notional principal contract, insurance contract or annuity contract;
2. No financial account maintained by the FFI or any member of its expanded affiliated group, if any, has a balance or value in excess of $50,000 (as determined after applying applicable account aggregation rules); and
3. Neither the FFI nor the entire expanded affiliated group, if any, of the FFI, have more than $50 million in assets on its consolidated or combined balance sheet as of the end of its most recent accounting year.
        Part7ObjectCertified deemed-sponsored, closely held investment vehicle information
            NmOfSponsoringEntityStringName of the sponsoring entity
            Line21BooleanWhen true, identifies that the entity in Part I:
1. Is an FFI solely because it is an investment entity described in Regulations section 1.1471-5(e)(4);
2. Is not a QI, WP, or WT;
3. Will have all of its due diligence, withholding, and reporting responsibilities (determined as if the FFI were a participating FFI) fulfilled by the sponsoring entity identified on line 20; and
4. 20 or fewer individuals own all of the debt and equity interests in the entity (disregarding debt interests owned by U.S. financial institutions, participating FFIs, registered deemed-compliant FFIs, and certified deemed-compliant FFIs and equity interests owned by an entity if that entity owns 100% of the equity interests in the FFI and is itself a sponsored FFI).
        Part8ObjectCertified deemed-compliant limited life debt investment entity information
            Line22BooleanWhen true, identifies the entity in Part I:
1. Was in existence as of January 17, 2013;
2. Issued all classes of its debt or equity interests to investors on or before January 17, 2013, pursuant to a trust indenture or similar agreement; and
3. Is certified deemed-compliant because it satisfies the requirements to be treated as a limited life debt investment entity (such as the restrictions with respect to its assets and other requirements under regulations section 1.1471-5(f)(2)(iv)).
        Part9ObjectCertain investment entities that do not maintain financial accounts information
            Line23BooleanWhen true, identifies the entity in Part I:
1. Is a financial institution solely because it is an investment entity described in Regulations section 1.1471-5(e)(4)(i)(A), and
2. Does not maintain financial accounts.
        Part10ObjectOwner-Documented FFI information
            Line24aBooleanWhen true, identifies the FFI in Part I:
1. Does not act as an intermediary;
2. Does not accept deposits in the ordinary course of a banking or similar business;
3. Does not hold, as a substantial portion of its business, financial assets for the account of others;
4. Is not an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with respect to a financial account;
5. Is not owned by or in an expanded affiliated group with an entity that accepts deposits in the ordinary course of a banking or similar business, holds, as a substantial portion of its business, financial assets for the account of others, or is an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with respect to a financial account;
6. Does not maintain a financial account for any nonparticipating FFI; and
7. Does not have any specified U.S. persons that own an equity interest or debt interest (other than a debt interest that is not a financial account or that has a balance or value not exceeding $50,000) in the FFI other than those identified on the FFI owner reporting statement.
            Line24bBooleanWhen true, identifies the FFI identified in Part I:
1. Has provided, or will provide, an FFI owner reporting statement that contains:
(i) The name, address, TIN (if any), chapter 4 status, and type of documentation provided (if required) of every individual and specified U.S. person that owns a direct or indirect equity interest in the owner- documented FFI (looking through all entities other than specified U.S. persons);
(ii) The name, address, TIN (if any), and chapter 4 status of every individual and specified U.S. person that owns a debt interest in the owner-documented FFI (including any indirect debt interest, which includes debt interests in any entity that directly or indirectly owns the payee or any direct or indirect equity interest in a debt holder of the payee) that constitutes a financial account in excess of $50,000 (disregarding all such debt interests owned by participating FFIs, registered deemed-compliant FFIs, certified deemedcompliant FFIs, excepted NFFEs, exempt beneficial owners, or U.S. persons other than specified U.S. persons); and
(iii) Any additional information the withholding agent requests in order to fulfill its obligations with respect to the entity.
2. Has provided, or will provide, valid documentation meeting the requirements of Regulations section 1.1471-3(d)(6)(iii) for each person identified in the FFI owner reporting statement.
            Line24cBooleanWhen true, identifies that the FFi identified in Part I has provided, or will provide, an auditor's letter, signed within 4 years of the date of payment, from an independent accounting firm or legal representative with a location in the United States stating that the firm or representative has reviewed the FFI's documentation with respect to all of its owners and debt holders identified in Regulations section 1.1471-3(d)(6)(iv)(A)(2), and that the FFI meets all the requirements to be an owner-documented FFI. The FFI identified in Part I has also provided, or will provide, an FFI owner reporting statement of its owners that are specified U.S. persons and Form(s) W-9, with applicable waivers.
            Line24dBooleanWhen true, identifies the entity identified on line 1 is a trust that does not have any contingent beneficiaries or designated classes with unidentified beneficiaries
        Part11ObjectRestricted distributor information
            Line25aBooleanWhen true, identifies the entity identified in Part I:
1. Operates as a distributor with respect to debt or equity interests of the restricted fund with respect to which this form is furnished;
2. Provides investment services to at least 30 customers unrelated to each other and less than half of its customers are related to each other;
3. Is required to perform AML due diligence procedures under the anti-money laundering laws of its country of organization (which is an FATFcompliant jurisdiction);
4. Operates solely in its country of incorporation or organization, has no fixed place of business outside of that country, and has the same country of incorporation or organization as all members of its affiliated group, if any;
5. Does not solicit customers outside its country of incorporation or organization;
6. Has no more than $175 million in total assets under management and no more than $7 million in gross revenue on its income statement for the most recent accounting year;
7. Is not a member of an expanded affiliated group that has more than $500 million in total assets under management or more than $20 million in gross revenue for its most recent accounting year on a combined or consolidated income statement; and
8. Does not distribute any debt or securities of the restricted fund to specified U.S. persons, passive NFFEs with one or more substantial U.S. owners, or nonparticipating FFIs.
            Line25bBooleanWhen true, identifies the entity in Part I has been bound by a distribution agreement that contained a general prohibition on the sale of debt or securities to U.S. entities and U.S. resident individuals and is currently bound by a distribution agreement that contains a prohibition of the sale of debt or securities to any specified U.S. person, passive NFFE with one or more substantial U.S. owners, or nonparticipating FFI.
            Line25cBooleanWhen true, identifies the entity in Part I is currently bound by a distribution agreement that contains a prohibition on the sale of debt or securities to any specified U.S. person, passive NFFE with one or more substantial U.S. owners, or nonparticipating FFI and, for all sales made prior to the time that such a restriction was included in its distribution agreement, has reviewed all accounts related to such sales in accordance with the procedures identified in Regulations section 1.1471-4(c) applicable to preexisting accounts and has redeemed or retired any, or caused the restricted fund to transfer the securities to a distributor that is a participating FFI or reporting Model 1 FFI securities which were sold to specified U.S. persons, passive NFFEs with one or more substantial U.S. owners, or nonparticipating FFIs.
        Part12ObjectNonreporting IGA FFI information
            Line26BooleanWhen true, identifies the entity in Part I meets the requirements to be considered a nonreporting financial institution pursuant to an applicable IGA between the United States and country of residence and is treated as a FFI under the provisions of the applicable IGA or Treasury regulations
            NmOfCountryStringThe name of the jurisdiction that has the IGA treated as in effect with the United States
            IGAModelStringType of IGA model
            TreatedAsStringProvisions under which the applicable IGA or Treasury regulations applicable
            NmOfTrusteeOrSponsorStringName of trustee or sponsor
            IsTrusteeUSBooleanWhen true, identifies the Trustee or sponsor is a US citizen
        Part13ObjectForeign government, government of a U.S Possesion, or foreign central bank of issue information
            Line27BooleanWhen true, identifies the entity in Part I is the beneficial owner of the payment, and is not engaged in commercial financial activities of a type engaged in by an insurance company, custodial institution, or depository institution with respect to the payments, accounts, or obligations for which this form is submitted (except as permitted in Regulations section 1.1471-6(h)(2))
        Part14ObjectInternational organization infromation
            Line28aBooleanWhen true, identifies the entity in Part I is the international organization described in section 7701(a)(18).
            Line28bBooleanWhen true, identifies the entity in Part I:
1. Is comprised primarily of foreign governments;
2. Is recognized as an intergovernmental or supranational organization under a foreign law similar to the International Organizations Immunities Act or that has in effect a headquarters agreement with a foreign government;
3. The benefit of the entity's income does not inure to any private person; and
4. Is the beneficial owner of the payment and is not engaged in commercial financial activities of a type engaged in by an insurance company, custodial institution, or depository institution with respect to the payments, accounts, or obligations for which this form is submitted (except as permitted in Regulations section 1.1471-6(h)(2)).
        Part15ObjectExempt retirement plans information
            Line29aBooleanWhen true, identifies the entity in Part I:
1.Is established in a country with which the United States has an income tax treaty in force (see Part III if claiming treaty benefits);
2. Is operated principally to administer or provide pension or retirement benefits; and
3. Is entitled to treaty benefits on income that the fund derives from U.S. sources (or would be entitled to benefits if it derived any such income) as a resident of the other country which satisfies any applicable limitation on benefits requirement.
            Line29bBooleanWhen true, identifies the entity in Part I:
1. Is organized for the provision of retirement, disability, or death benefits (or any combination thereof) to beneficiaries that are former employees of one or more employers in consideration for services rendered;
2. No single beneficiary has a right to more than 5% of the FFI's assets;
3. Is subject to government regulation and provides annual information reporting about its beneficiaries to the relevant tax authorities in the country in which the fund is established or operated; and
(i) Is generally exempt from tax on investment income under the laws of the country in which it is established or operates due to its status as a retirement or pension plan;
(ii) Receives at least 50% of its total contributions from sponsoring employers (disregarding transfers of assets from other plans described in this part, retirement and pension accounts described in an applicable Model 1 or Model 2 IGA, other retirement funds described in an applicable Model 1 or Model 2 IGA, or accounts described in Regulations section 1.1471-5(b)(2)(i)(A));
(iii) Either does not permit or penalizes distributions or withdrawals made before the occurrence of specified events related to retirement, disability, or death (except rollover distributions to accounts described in Regulations section 1.1471-5(b)(2)(i)(A) (referring to retirement and pension accounts), to retirement and pension accounts described in an applicable Model 1 or Model 2 IGA, or to other retirement funds described in this part or in an applicable Model 1 or Model 2 IGA); or
(iv) Limits contributions by employees to the fund by reference to earned income of the employee or may not exceed $50,000 annually.
            Line29cBooleanWhen true, identifies the entity in Part I:
1.Is organized for the provision of retirement, disability, or death benefits (or any combination thereof) to beneficiaries that are former employees of one or more employers in consideration for services rendered;
2. Has fewer than 50 participants;
3. Is sponsored by one or more employers each of which is not an investment entity or passive NFFE;
4. Employee and employer contributions to the fund (disregarding transfers of assets from other plans described in this part, retirement and pension accounts described in an applicable Model 1 or Model 2 IGA, or accounts described in Regulations section 1.1471-5(b)(2)(i)(A)) are limited by reference to earned income and compensation of the employee, respectively;
5. Participants that are not residents of the country in which the fund is established or operated are not entitled to more than 20% of the fund's assets; and
6. Is subject to government regulation and provides annual information reporting about its beneficiaries to the relevant tax authorities in the country in which the fund is established or operates.
            Line29dBooleanWhen true, identifies the entity in Part 1 is formed pursuant to a pension plan that would meet the requirements of section 401(a), other than the requirement that the plan be funded by a trust created or organized in the United States.
            Line29eBooleanWhen true, identifies the entity in Part 1 is established exclusively to earn income for the benefit of one or more retirement funds described in this part or in an applicable Model 1 or Model 2 IGA, or accounts described in Regulations section 1.1471-5(b)(2)(i)(A) (referring to retirement and pension accounts), or retirement and pension accounts described in an applicable Model 1 or Model 2 IGA.
            Line29fBooleanWhen true, indicates the entity in Part 1
1.Is established and sponsored by a foreign government, international organization, central bank of issue, or government of a U.S. possession (each as defined in Regulations section 1.1471-6) or an exempt beneficial owner described in an applicable Model 1 or Model 2 IGA to provide retirement, disability, or death benefits to beneficiaries or participants that are current or former employees of the sponsor (or persons designated by such employees); or
2. Is established and sponsored by a foreign government, international organization, central bank of issue, or government of a U.S. possession (each as defined in Regulations section 1.1471-6) or an exempt beneficial owner described in an applicable Model 1 or Model 2 IGA to provide retirement, disability, or death benefits to beneficiaries or participants that are not current or former employees of such sponsor, but are in consideration of personal services performed for the sponsor.
        Part16ObjectEntity wholly owned by exempt beneficial owner's information
            Line30BooleanWhen true, indicates the entity in Part 1
1. Is an FFI solely because it is an investment entity;
2. Each direct holder of an equity interest in the investment entity is an exempt beneficial owner described in Regulations section 1.1471-6 or in an applicable Model 1 or Model 2 IGA;
3. Each direct holder of a debt interest in the investment entity is either a depository institution (with respect to a loan made to such entity) or an exempt beneficial owner described in Regulations section 1.1471-6 or an applicable Model 1 or Model 2 IGA.
4. Has provided an owner reporting statement that contains the name, address, TIN (if any), chapter 4 status, and a description of the type of documentation provided to the withholding agent for every person that owns a debt interest constituting a financial account or direct equity interest in the entity; and
5. Has provided documentation establishing that every owner of the entity is an entity described in Regulations section 1.1471-6(b), (c), (d), (e),(f) and/or (g) without regard to whether such owners are beneficial owners.
        Part17ObjectTerritory financial institution information
            Line31BooleanWhen true, identifies that the entity in Part I is a financial institution (other than an investment entity) that is incorporated or organized under the laws of a possession of the United States.
        Part18ObjectExcepted non-financial group entity's information
            Line32BooleanWhen true, identifies that the entity in Part I
1. Is a holding company, treasury center, or captive finance company and substantially all of the entity's activities are functions described in Regulations section 1.1471-5(e)(5)(i)(C) through (E);
2. Is a member of a nonfinancial group described in Regulations section 1.1471-5(e)(5)(i)(B);
3. Is not a depository or custodial institution (other than for members of the entity's expanded affiliated group); and
4. Does not function (or hold itself out) as an investment fund, such as a private equity fund, venture capital fund, leveraged buyout fund, or any investment vehicle with an investment strategy to acquire or fund companies and then hold interests in those companies as capital assets for investment purposes
        Part19ObjectExcepted non-financial start-up comapany's information
            Line33BooleanWhen true, identifies that the entity in Part I
1. Was formed (or, in the case of a new line of business, the date of board resolution approving the new line of business) (date must be less than 24 months prior to date of payment);
2. Is not yet operating a business and has no prior operating history or is investing capital in assets with the intent to operate a new line of business other than that of a financial institution or passive NFFE;
3. Is investing capital into assets with the intent to operate a business other than that of a financial institution; and
4. Does not function (or hold itself out) as an investment fund, such as a private equity fund, venture capital fund, leveraged buyout fund, or any investment vehicle whose purpose is to acquire or fund companies and then hold interests in those companies as capital assets for investment purposes.
            FormedOnStringDate the start-up was formed
        Part20ObjectExcepted non-financial entity in liquidation or bankruptcy information
            Line34BooleanWhen true, identifies that the entity in Part I
1. Filed a plan of liquidation, filed a plan of reorganization, or filed for bankruptcy ;
2. During the past 5 years has not been engaged in business as a financial institution or acted as a passive NFFE;
3. Is either liquidating or emerging from a reorganization or bankruptcy with the intent to continue or recommence operations as a nonfinancial entity; and
4. Has, or will provide, documentary evidence such as a bankruptcy filing or other public documentation that supports its claim if it remains in bankruptcy or liquidation for more than 3 years.
            BankRuptcyDateStringDate of Bankruptcy
        Part21Object501(c) Organization Information
            Line35BooleanWhen true, identifies that the entity in Part I
1. Has been issued a determination letter from the IRS that is currently in effect concluding that the payee is a section 501(c) organization
2. Has provided a copy of an opinion from U.S. counsel certifying that the payee is a section 501(c) organization (without regard to whether the payee is a foreign private foundation).
            IRSLetterDateStringEffective date of the IRS determination letter
        Part22ObjectNon-profit Organization information
            Line36BooleanWhen true, identifies that the entity in Part I
1. The entity is established and maintained in its country of residence exclusively for religious, charitable, scientific, artistic, cultural or educational purposes;
2. The entity is exempt from income tax in its country of residence;
3. The entity has no shareholders or members who have a proprietary or beneficial interest in its income or assets;
4. Neither the applicable laws of the entity's country of residence nor the entity's formation documents permit any income or assets of the entity to be distributed to, or applied for the benefit of, a private person or noncharitable entity other than pursuant to the conduct of the entity's charitable activities or as payment of reasonable compensation for services rendered or payment representing the fair market value of property which the entity has purchased; and
5. The applicable laws of the entity's country of residence or the entity's formation documents require that, upon the entity's liquidation or dissolution, all of its assets be distributed to an entity that is a foreign government, an integral part of a foreign government, a controlled entity of a foreign government, or another organization that is described in this part or escheats to the government of the entity's country of residence or any political subdivision thereof.
        Part23ObjectPublicly traded NFFE or NFFE affiliate of a pubicly traded corporation information
            Line37aBooleanWhen true, identifies
1.The entity identified in Part I is a foreign corporation that is not a financial institution; and
2.The stock of such corporation is regularly traded on one or more established securities markets, including (name one securities exchange upon which the stock is regularly traded).
            NmOfSecurityExchangeStringName of Security Exchange
            Line37bBooleanWhen true, identifies the entity in Part I
1. The entity identified in Part I is a foreign corporation that is not a financial institution;
2. The entity identified in Part I is a member of the same expanded affiliated group as an entity the stock of which is regularly traded on an established securities market;
3. The name of the entity, the stock of which is regularly traded on an established securities market ; and
4. The name of the securities market on which the stock is regularly traded .
            NmOfEntityStringThe name of the entity whose stock is regularly traded
            NmofSecuritiesStringThe name of the securities market on which the stock is traded
        Part24ObjectExcepted Territoty NFFE information
            Line38BooleanWhen true, identifies the entity in Part I
The entity identified in Part I is an entity that is organized in a possession of the United States;
1. The entity identified in Part I:
(i) Does not accept deposits in the ordinary course of a banking or similar business;
(ii) Does not hold, as a substantial portion of its business, financial assets for the account of others; or
(iii) Is not an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with respect to a financial account; and
2. All of the owners of the entity identified in Part I are bona fide residents of the possession in which the NFFE is organized or incorporated.
        Part25ObjectActive NFFE information
            Line39BooleanWhen true, identifies the entity in Part I
1. The entity identified in Part I is a foreign entity that is not a financial institution;
2. Less than 50% of such entity's gross income for the preceding calendar year is passive income; and
3. Less than 50% of the assets held by such entity are assets that produce or are held for the production of passive income (calculated as a weighted average of the percentage of passive assets measured quarterly) (see instructions for the definition of passive income)
        Part26ObjectPassive NFFE information
            Line40aBooleanWhen true, identifies the entity in Part I as a foreign entity that is not a financial institution (excluding an investment entity organized in a possession of the United States). The entity is also not certifying its status as a publicly traded NFFE (or affiliate), excepted territory NFFE, active NFFE, direct reporting NFFE, or sponsored direct reporting NFFE
            Line40bBooleanWhen true, identifies that the entity in Part I has no substantial U.S. owners (or, if applicable, no controlling U.S. persons).
            Line40cBooleanWhen true, identifies that the entity in Part I has provided the name, address, and TIN of each substantial U.S. owner (or, if applicable, controlling U.S. person) of the NFFE in Part XXIX.
        Part27ObjectExecepted inter-affiliate FFI information
            Line41BooleanWhen true, identifies that the entity in Part I
1. Is a member of an expanded affiliated group;
2. Does not maintain financial accounts (other than accounts maintained for members of its expanded affiliated group);
3. Does not make withholdable payments to any person other than to members of its expanded affiliated group;
4. Does not hold an account (other than depository accounts in the country in which the entity is operating to pay for expenses) with or receive payments from any withholding agent other than a member of its expanded affiliated group; and
5. Has not agreed to report under Regulations section 1.1471-4(d)(2)(ii)(C) or otherwise act as an agent for chapter 4 purposes on behalf of any financial institution, including a member of its expanded affiliated group.
        Part28ObjectSponsored Direct Reporting NFFE Information
            NmOfSponsoringEntityStringName of the sponsoring entity
            Line43BooleanWhen true, identifies the entity identified in Part I is direct reporting NFFE that is sponsored by the entity identified on line 42
        Part29Object []Substantial U.S Owner of Passive NFFE information
            NmOfOwnerStringName of the substancial U.S Owner
            AddressStringAddress of the substancial U.S Owner
            USTINTypeStringTIN Type of the substancial U.S Owner.
            USTINStringTaxpayer Identification Number of the substancial U.S Owner.
        Part30ObjectCertification information for Form W-8 BEN-E
            IsCapacityToSignBooleanIf true, Identifies that the recipient identified in Part I have the capacity to sign for the entity
            SignerNmStringSignature name of individual authorized to sign for beneficial owner
            SignDateStringTime stamp of the signature
    ErrorsObject[]Shows detailed error information.
        IdStringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
        NameStringName of the errored node.
        MessageStringShows the error message.
FormW8ECIObjectForm W-8ECI Information.
    SubmissionIdGuidA unique identifier of a submission.
        RequesterObjectRequester information.
        BusinessIdGuidA unique identifier of the business.
        PayerRefStringA unique payer identifier that you will assign
        BusinessNmStringThe Business name of the requester. If the requester is an Individual, then the Payer's full name will be returned.
        FirstNmStringFirst Name of the Individual
        MiddleNmStringMiddle Name of the Individual
        LastNmStringLast Name of the individual
        SuffixStringSuffix of the Individual
        TINTypeStringTIN Type of the Requester.
        TINStringTaxpayer Identification Number of the requester.
        DBAIdStringUnique Identifier for the DBA.
        DBARefStringUnique identifier for each DBA. This identifier can be used in future references of the DBA in the API.
    PayeeRefStringA unique identifier of the recipient
    RecipientIdGuidA unique identifier generated by TaxBandits for a Recipient. You can use this ID for your future reference to Update.
    W8ECIStatusStringStatus of the W-8ECI.
    StatusTsStringTimestamp of the W-8ECI Status.
    FormW8ECIRequestTypeStringForm W-8ECI requested Type.
  • URL_API - Form W-8 ECI was requested using the RequestByURL method.
  • Email_API - Form W-8 ECI was requested using the RequestByEmail method.
    PdfUrlStringThe URL to download the completed W-8ECI.
Note: This URL will expire in 24 hours.
    EmailStringEmail Address of the recipient. This is the email to which the W-8ECI request was sent. The value will be null if the Form W-8ECI was requested using the RequestByURL method.
    FormDataObjectForm W-8ECI data of the recipient.
        FirstNmStringFirst Name of the foreign Individual
        MiddleNmStringMiddle Name of the foreign Individual
        LastNmStringLast Name of the foreign Individual
        SuffixStringSuffix of the Foreign Individual
        BusinessNmStringName of the Payer's business
        TradeNmStringName under which the payer's business operates
        OrganizationCountryStringForeign Entity or Individuals's county
        EntityTypeStringType of Payer's Entity
        TINTypeStringTIN type of the recipient. Either EIN or SSN or ITIN
        TINStringRecipient's TIN
        ForeignTINStringForeign TIN of the recipient.
        IsFTINNotLegallyRequiredStringWhen true, Identifies that beneficial owner on line 1 is not legally required to obtain an FTIN from their jurisdiction of residence.
        PermanentAddressObjectRecipient's permanent address.
            Address1StringRecipient's address.
            Address2StringRecipient's suite or apartment.
            CityStringRecipient's city
            StateStringRecipient's state
            CountryStringRecipient's country
            PostalCdStringRecipient's zip code
        BusinessAddressObjectAddress of the U.S. firm associated with the Beneficial Owner
            Address1StringFirm's address.
            Address2StringFirm's suite or apartment.
            CityStringFirm's city
            StateStringFirm's state
            PostalCdStringFirm's zip code
        ReferenceNumStringRecipient's reference number. You can use this field to enter any identification number you have for the recipient.
        DOBStringDate of Birth of the recipient
        ItemOfIncomeStringSource of income received or anticipated from the payer that is directly related to conducting trade or business activities within the United States.
        DealerOfSecuritiesOrPTPBooleanWhen TRUE, Identifies that the recipient is a Dealer in securities or a transferor of an interest in the publicly traded partnership
        SignatureObjectSignature of the recipient.
            SignerNmStringName of the signer.
        ErrorsObject[]Shows detailed error information.
            IdStringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
            NameStringName of the errored node.
            MessageStringShows the error message.
FormW8IMYObjectForm W-8IMY Information.
   SubmissionIdGuidA unique identifier of a submission.
   RequesterObjectRequester information.
   BusinessIdGuidA unique identifier of the business.
   PayerRefStringA unique payer identifier that you will assign
   BusinessNmStringThe Business name of the requester. If the requester is an Individual, then the Payer's full name will be returned.
   FirstNmStringFirst Name of the Individual
   MiddleNmStringMiddle Name of the Individual
   LastNmStringLast Name of the individual
   SuffixStringSuffix of the Individual
   TINTypeStringTIN Type of the Requester.
   TINStringTaxpayer Identification Number of the requester.
   DBAIdStringUnique Identifier for the DBA.
   DBARefStringUnique identifier for each DBA. This identifier can be used in future references of the DBA in the API.
   PayeeRefStringA unique identifier of the recipient
   RecipientIdGuidA unique identifier generated by TaxBandits for a Recipient. You can use this ID for your future reference to Update.
   W8IMYStatusStringStatus of the W-8IMY.
   StatusTsStringTimestamp of the W-8IMY Status.
   FormW8IMYRequestTypeStringForm W-8IMY requested Type.
URL_API - Form W-8 IMY was requested using the RequestByURL method.
Email_API - Form W-8 IMY was requested using the RequestByEmail method.
   PdfUrlStringThe URL to download the completed W-8IMY.
Note: This URL will expire in 24 hours.
   EmailStringEmail Address of the recipient. This is the email to which the W-8IMY request was sent. The value will be null if the Form W-8IMY was requested using the RequestByURL method.
   FormDataObjectForm W-8 IMY data of the recipient.
   Part1ObjectBeneficial Owner Information
       NmOfOrganizationStringName of the Organization.
       CountryOfOrganizationStringCountry of the Organization.
       NmOfDisregardedEntityStringBusiness name/disregarded entity name, if different from Organization's name
       Ch3StatusStringThe entity's Chapter 3 status for withholding purposes under U.S. tax law.
       Ch4StatusStringThe entity's Chapter 4 status for withholding purposes under U.S. tax law.
       USTINTypeStringTIN type of the recipient.
       USTINStringRecipient's TIN
       GIINStringEntity's GIIN
       ForeignTINStringForeign TIN of the recipient.
       ReferenceNumStringRecipient's reference number. You can use this field to enter any identification number you have for the recipient.
       PermanentAddObjectRecipient's permanent address.
           Address1StringRecipient's Address 1 (number, street)
           Address2StringRecipient's Address 2 (apt. or suite no.)
           CityStringRecipient's City
           StateStringRecipient's State
           CountryStringRecipient's Country
           PostalCdStringRecipient's Zip Code
       MailAddObjectRecipient's mailing address.
           Address1StringRecipient's Address 1 (number, street)
           Address2StringRecipient's Address 2 (apt. or suite no.)
           CityStringRecipient's City
           StateStringRecipient's State
           CountryStringRecipient's Country
           PostalCdStringRecipient's Zip Code
   Part2ObjectDisregarded Entity or Branch Receiving Payment information
       Ch4StatusOfDisregardedEntityStringChapter 4 Status (FATCA status) of disregarded entity or branch receiving payment
       AddOfDisregardedEntityObjectDisregarded entity's address
           Address1StringDisregarded Entity's Address 1
           Address2StringDisregarded Entity's Address 2
           CityStringDisregarded Entity's City
           StateStringDisregarded Entity's State
           CountryStringDisregarded Entity's Country
           PostalCdStringDisregarded Entity's ZipCode
       GIINStringEntity's GIIN
   Part3ObjectQualified Intermediary information
       IsQIBooleanWhen true, Identifies that the entity identified in Part I (or branch, if relevant):
• Is a QI with respect to the accounts identified on line 10 or in a withholding statement associated with this form (as required) that is one
or more of the following:
(i) Not acting for its own account;
(ii) A QDD receiving payments on underlying securities and/or potential section 871(m) transactions;
(iii) A QI assuming primary withholding responsibility for payments of substitute interest, as permitted by the QI Agreement.
• Has provided or will provide a withholding statement (as required) for purposes of chapters 3 and 4, and section 1446(a), or section
1446(f), subject to the certifications made on this form.
• To the extent it acts as a disclosing QI for purposes of section 1446(a) or (f) for payments associated with this form, the QI is to provide
the required payee documentation to associate with an amount realized or an amount subject to withholding on a PTP distribution.
       QINotQDDObjectQualified Intermediaries When Not Acting As Qualified Derivatives Dealers information
       Line15aBooleanWhen true, identifies that the entity identified in Part I of this form assumes primary withholding responsibility for purposes of chapters 3 and 4 for each account identified on a withholding statement attached to this form (or, if no withholding statement is attached to this form, for all accounts).
       Line15bBooleanWhen true, identifies that the entity identified in Part I of this form assumes primary withholding and reporting responsibility for each payment of an amount realized from the sale of an interest in a publicly traded partnership under section 1446(f) associated with each account identified on a withholding statement attached to this form for receiving such amounts (or, if no withholding statement is attached to this form, for all accounts).
       Line15cBooleanWhen true, identifies that the entity identified in Part I of this form assumes primary withholding as a nominee under Regulations section 1.1446-4(b)(3) for each distribution by a publicly traded partnership associated with each account identified on a withholding statement attached to this form for receiving such distributions (or, if no withholding statement is attached to this form, for all accounts).
       Line15dBooleanWhen true, identifies that the entity identified in Part I of this form is a QI acting as a qualified securities lender assuming primary withholding and
reporting responsibilities with respect to payments that are U.S. source substitute dividends received from the withholding agent
associated with each account identified on a withholding statement attached to this form (or, if no withholding statement is attached to this
form, for all accounts).
       Line15eBooleanWhen true, identifies that the entity identified in Part I of this form assumes primary withholding responsibility for purposes of chapters 3 and 4 and
primary Form 1099 reporting and backup withholding responsibility for all payments of U.S. source interest and substitute interest
associated with this form, as permitted by the QI Agreement.
       Line15fBooleanWhen true, identifies that the entity identified in Part I of this form assumes primary Form 1099 reporting and backup withholding responsibility or
reporting responsibility as a participating FFI or registered deemed-compliant FFI with respect to accounts that it maintains that are held by
specified U.S. persons as permitted under Regulations sections 1.6049-4(c)(4)(i) or (c)(4)(ii) in lieu of Form 1099 reporting for each account
identified on a withholding statement attached to this form (or, if no withholding statement is attached to this form, for all accounts).
       Line15gBooleanWhen true, identifies that the entity identified in Part I of this form does not assume primary Form 1099 reporting and backup withholding responsibility for each
account identified on a withholding statement attached to this form (or, if no withholding statement is attached to this form, for all accounts).
       Line15hBooleanWhen true, identifies that the entity identified in Part I of this form has allocated or will allocate a portion of a payment to a chapter 4 withholding rate pool of U.S. payees on a withholding statement associated with this form, I certify that the entity meets the requirements of Regulations section 1.6049-4(c)(4)(iii) with respect to any account holder of an account it maintains that is included in such a withholding rate pool.
       Line15iBooleanWhen true, identifies that the entity identified in Part I of this form has allocated or will allocate a portion of a payment to a chapter 4 withholding rate pool of U.S. payees on a withholding statement associated with this form, to the extent the U.S. payees are account holders of an intermediary or flowthrough entity receiving a payment from the entity, I certify that the entity has obtained, or will obtain, documentation sufficient to establish each such intermediary or flow-through entity status as a participating FFI, registered deemed-compliant FFI, or FFI that is a QI.
       QDDObjectQualified derivatives dealers information
       Line16aBooleanWhen true, identifies that each QDD identified in Part I of this form or on a withholding statement associated with this form meets the requirements to
act as a QDD (including approval by the IRS to so act) and assumes primary withholding and reporting responsibilities under chapters 3, 4,
and 61 and section 3406 with respect to any payments it makes with respect to potential section 871(m) transactions.
       QDDEntityStringEntity classification of QDD
   Part4ObjectNonqualified intermediary information
       NQIObjectNonqualified intermediary information
       Line17aBooleanWhen true, identifies that the entity identified in Part I of this form is not acting as a QI with respect to each account(s) for which this form is provided and is not acting for its own account.
       Line17bBooleanWhen true, identifies that the entity identified in Part I of this form is using this form to transmit withholding certificates and/or other documentation and has provided, or will provide, a withholding statement, as required.
Note: If this form is provided for purposes of the entity's interest in a publicly traded partnership, see the instructions for Part IV before checking this box.
       Line17cBooleanWhen true, identifies that the entity identified in Part I of this form meets the requirements of Regulations section 1.6049-4(c)(4)(iii) with respect to any account holder of an account it maintains that is included in a withholding rate pool of U.S. payees provided on a withholding statement associated with this form (excluding a distribution from a publicly traded partnership)
       Line17dBooleanWhen true, identifies that the entity identified in Part I of this form is acting as a qualified securities lender (other than a QI) assuming primary withholding and reporting responsibilities with respect to payments associated with this form that are U.S. source substitute dividends received from the withholding agent.
       Line17eBooleanWhen true, identifies that the entity identified in Part I of this form is providing an alternative withholding statement described in Regulations section 1.1441-1(e)(3)(iv)(C)(3) for any payments associated with the form, the entity represents that the information on all of the withholding statements associated with this withholding certificate have been (or will be) verified for inconsistency with any other account information the entity has for the beneficial owners or determining the rate of withholding with respect to each payee (applying the standards of knowledge under section 1441 or section 1471, as applicable)
   Part5ObjectTerritory Financial Institution information
       TerritoryFinancialInstitutionObjectTerritory Financial Institution information
       Line18aBooleanWhen true, identifies that the entity identified in Part I is a financial institution (other than an investment entity that is not also a depository institution, custodial institution, or specified insurance company) that is incorporated or organized under the laws of a territory of the United States.
       Line18bBooleanWhen true, identifies that the entity identified in Part I is using this form as evidence of its agreement with the withholding agent to be treated as a U.S. person for purposes of chapters 3 and 4 with respect to any reportable amounts and withholdable payments associated with this withholding certificate.
       Line18cBooleanWhen true, identifies that the entity identified in Part I:
• Is using this form to transmit withholding certificates and/or other documentation for the persons for whom it receives a payment of a reportable amount or a withholdable payment; and
• Has provided or will provide a withholding statement, as required.
       Line18dBooleanWhen true, identifies that the entity identified in Part I agrees to be treated as a U.S. person under Regulations section 1.1446(f)-4(a)(2)(i)(B) with respect to amounts realized on sales of interests in publicly traded partnerships.
       Line18eBooleanWhen true, identifies that the entity identified in Part I agrees to be treated as a U.S. person (as described in Regulations section 1.1441-1(b)(2)(iv)(A)) and as a nominee under Regulations section 1.1446-4(b)(3) with respect to distributions by publicly traded partnerships
       Line18fBooleanWhen true, identifies that the entity identified in Part I is not acting as a nominee for distributions from publicly traded partnerships and is providing withholding statements for the distributions.
   Part6ObjectU.S Branch details
       USBranchesObjectU.S Branch details
       Line19aBooleanWhen true, identifies that the entity identified in Part I is a U.S. branch receiving reportable amounts or withholdable payments that are not income effectively connected with the conduct of a trade or business in the United States, distributions from publicly traded partnerships, or amounts realized on sales of interests in publicly traded partnerships.
       Line19bBooleanWhen true, identifies that the entity identified in Part I is a U.S. branch of a foreign bank or insurance company described in Regulations section 1.1441-1(b)(2)(iv)(A) that is using this form as evidence of its agreement with the withholding agent to be treated as a U.S. person with respect to any reportable amounts or withholdable payments associated with this withholding certificate
       Line19cBooleanWhen true, identifies that the entity identified in Part I:
• Is using this form to transmit withholding certificates and/or other documentation for the persons for whom the branch receives a payment of a reportable amount;
• Has provided or will provide a withholding statement, as required; and
• In the case of a withholdable payment, is applying the rules described in Regulations section 1.1471-4(d)(2)(iii)(C).
       Line19dBooleanWhen true, identifies that the entity identified in Part I is a U.S. branch (as described in Regulations section 1.1446(f)-4(a)(2)(i)(B)) that is acting as a U.S.
person with respect to amounts realized on the sales of interests in publicly traded partnerships,
       Line19eBooleanWhen true, identifies the entity identified in Part I is a U.S. branch (as described in Regulations section 1.1441-1(b)(2)(iv)(A)) that is treated as a U.S. person and as a nominee with respect to distributions by publicly traded partnerships under Regulations section 1.1446-4(b)(3)
       Line19fBooleanWhen true, identifies the entity identified in Part I is not acting as a nominee for distributions from publicly traded partnerships and is providing withholding statements for the distributions.
   Part7ObjectWithholding Foreign Partnership (WP) or Withholding Foreign Trust (WT) information
       Line20BooleanWhen true, identifies that the entity identified in Part I is a withholding foreign partnership or a withholding foreign trust that is compliant with the terms of its WP or WT agreement.
   Part8ObjectNonwithholding Foreign Partnership, Simple Trust, or Grantor Trust information
       NFPorSTorGTObjectNonwithholding Foreign Partnership, Simple Trust, or Grantor Trust information
       Line21aBooleanWhen true, identifies that the entity identified in Part I:
• Is a nonwithholding foreign partnership, a nonwithholding foreign simple trust, or a nonwithholding foreign grantor trust and is providing this form for payments that are not effectively connected, or are not treated as effectively connected, with the conduct of a trade or business in the United States; and
• Is using this form to transmit withholding certificates and/or other documentation and has provided or will provide a withholding statement, as required for purposes of chapters 3 and 4, that is subject to the certifications made on this form.
       Line21bBooleanWhen true, identifies that the entity identified in Part I is a foreign partnership or foreign grantor trust that is a partner in a lower-tier partnership and is providing this Form W-8IMY for purposes of section 1446(a).
       Line21cBooleanWhen true, identifies that the entity identified in Part I is a foreign partnership receiving an amount realized on the transfer of an interest in a partnership for purposes of section 1446(f).
       Line21dBooleanWhen true, identifies that the entity identified in Part I is a foreign partnership providing a withholding statement for a modified amount realized from the transfer (check, when applicable, only if box 21c is checked).
       Line21eBooleanWhen true, identifies that the entity identified in Part I is a foreign grantor trust providing the form on behalf of each grantor or other owner of the trust under Regulations section 1.1446(f)-1(c)(2)(vii) that is transmitting withholding certificates and providing a withholding statement to allocate the amount realized to each grantor or other owner.
       Line21fBooleanWhen true, identifies you certify to the extent the entity identified in Part I of this form is providing an alternative withholding statement described in Regulations section
1.1441-1(e)(3)(iv)(C)(3) for any payments associated with the form, the entity represents that the information on all of the withholding
certificates associated with the withholding statement may be relied on based on the standards of knowledge under section 1441 or
section 1471 applicable to the entity
   Part9ObjectNonparticipating FFI with Exempt Beneficial Owners information
       Line22BooleanWhen true, identifies that the entity identified in Part I is using this form to transmit withholding certificates and/or other documentation and has provided
or will provide a withholding statement that indicates the portion of the payment allocated to one or more exempt beneficial owners.
   Part10ObjectSponsored FFI information
       NmOfSponsoringEntityStringName of the Sponsoring Entity
       Line23bBooleanWhen true, identifies that the entity identified in Part I:
• Is an investment entity;
• Is not a QI, WP (except to the extent permitted in the withholding foreign partnership agreement), or WT; and
• Has agreed with the entity identified above (that is not a nonparticipating FFI) to act as the sponsoring entity for this entity
       Line23cBooleanWhen true, identifies that the entity identified in Part I:
• Is a controlled foreign corporation as defined in section 957(a);
• Is not a QI, WP, or WT;
• Is wholly owned, directly or indirectly, by the U.S. financial institution identified above that agrees to act as the sponsoring entity for this entity; and
• Shares a common electronic account system with the sponsoring entity (identified above) that enables the sponsoring entity to identify all account holders and payees of the entity and to access all account and customer information maintained by the entity including, but not limited to, customer identification information, customer documentation, account balance, and all payments made to account holders or payees.
   Part11ObjectOwner-Documented FFI information
       Line24aBooleanWhen true, identifies that the FFI identified in Part I:
• Does not act as an intermediary;
• Does not accept deposits in the ordinary course of a banking or similar business;
• Does not hold, as a substantial portion of its business, financial assets for the account of others;
• Is not an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with respect to a financial account;
• Is not affiliated with an entity (other than an FFI that is also treated as an owner-documented FFI) that accepts deposits in the ordinary course of a banking or similar business, holds, as a substantial portion of its business, financial assets for the account of others, or is an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with respect to a financial account; and
• Does not maintain a financial account for any nonparticipating FFI.
       Line24bBooleanWhen true, identifies that the FFI identified in Part I:
• Has provided, or will provide, an FFI owner reporting statement (including any applicable owner documentation) that contains:
(i) The name, address, TIN (if any), chapter 4 status, and type of documentation provided (if required) of every individual and specified U.S. person that owns a direct or indirect equity interest in the owner-documented FFI (looking through all entities other than specified U.S. persons);
(ii) The name, address, TIN (if any), chapter 4 status, and type of documentation provided (if required) of every individual and specified U.S. person that owns a debt interest in the owner-documented FFI (including any indirect debt interest, which includes debt interests in any entity that directly or indirectly owns the payee or any direct or indirect equity interest in a debt holder of the payee) that constitutes a financial account in excess of $50,000 (disregarding all such debt interests owned by participating FFIs, registered deemed-compliant FFIs, certified deemed-compliant FFIs, excepted NFFEs, exempt beneficial owners, or U.S. persons other than specified U.S. persons); and
(iii) Any additional information the withholding agent requests in order to fulfill its obligations with respect to the entity.
       Line24cBooleanWhen true, identifies that the FFI identified in Part I:
• Has provided, or will provide, an auditor's letter, signed no more than 4 years prior to the date of payment, from an independent accounting firm or legal representative with a location in the United States stating that the firm or representative has reviewed the FFI's documentation with respect to all of its owners and debt holders identified in Regulations section 1.1471-3(d)(6)(iv)(A)(2) and that the FFI meets all the requirements to be an owner-documented FFI. The FFI identified in Part I has also provided, or will provide, an FFI owner reporting statement and Form W-9, with applicable waivers, as described in Regulations section 1.1471-3(d)(6)(iv).
   Part12ObjectCertified Deemed-Compliant Nonregistering Local Bank information
       Line25BooleanWhen true, identifies that the FFI identified in Part I:
• Operates and is licensed solely as a bank or credit union (or similar cooperative credit organization operated without profit) in its country of incorporation or organization;
• Engages primarily in the business of receiving deposits from and making loans to, with respect to a bank, retail customers unrelated to such bank and, with respect to a credit union or similar cooperative credit organization, members, provided that no member has a greater than 5% interest in such credit union or cooperative credit organization;
• Does not solicit account holders outside its country of organization;
• Has no fixed place of business outside such country (for this purpose, a fixed place of business does not include a location that is not advertised to the public and from which the FFI performs solely administrative support functions);
• Has no more than $175 million in assets on its balance sheet and, if it is a member of an expanded affiliated group, the group has no more than $500 million in total assets on its consolidated or combined balance sheets; and
• Does not have any member of its expanded affiliated group that is an FFI, other than an FFI that is incorporated or organized in the same country as the FFI identified in Part I and that meets the requirements set forth in this Part XII.
   Part13ObjectCertified Deemed-Compliant FFI With Only Low-Value Accounts information
       Line26BooleanWhen true, identifies that the FFI identified in Part I:
• Is not engaged primarily in the business of investing, reinvesting, or trading in securities, partnership interests, commodities, notional principal contracts, insurance or annuity contracts, or any interest (including a futures or forward contract or option) in such security, partnership interest, commodity, notional principal contract, insurance contract, or annuity contract;
• No financial account maintained by the FFI or any member of its expanded affiliated group, if any, has a balance or value in excess of $50,000 (as determined after applying applicable account aggregation rules); and
• Neither the FFI nor the FFI's entire expanded affiliated group, if any, has more than $50 million in assets on its consolidated or combined balance sheet as of the end of its most recent accounting year.
   Part14ObjectCertified Deemed-Compliant Sponsored, Closely Held Investment Vehicle information
       NmOfSponsoringEntityStringName of sponsoring entity
       Line27bBooleanWhen true, identifies that the FFI identified in Part I:
• Is an FFI solely because it is an investment entity described in Regulations section 1.1471-5(e)(4);
• Is not a QI, WP, or WT;
• Will have all of its due diligence, withholding, and reporting responsibilities (determined as if the FFI were a participating FFI) fulfilled by the sponsoring entity identified on line 27a; and
• 20 or fewer individuals own all of the debt and equity interests in the entity (disregarding debt interests owned by U.S. financial institutions, participating FFIs, registered deemed-compliant FFIs, and certified deemed-compliant FFIs and equity interests owned by an entity that owns 100% of the equity interests in the FFI identified in Part I and is itself a sponsored FFI).
   Part15ObjectCertified Deemed-Compliant Limited Life Debt Investment Entity information
       Line28BooleanWhen true, identifies that the FFI identified in Part I:
• Was in existence as of January 17, 2013;
• Issued all classes of its debt or equity interests to investors on or before January 17, 2013, pursuant to a trust indenture or similar agreement; and
• Is certified deemed-compliant because it satisfies the requirements to be treated as a limited life debt investment entity (such as the restrictions with respect to its assets and other requirements under Regulations section 1.1471-5(f)(2)(iv)).
   Part16ObjectCertain Investment Entities That Do Not Maintain Financial Accounts information
       Line29BooleanWhen true, identifies that the entity identified in Part I:
• Is a financial institution solely because it is an investment entity described in Regulations section 1.1471-5(e)(4)(i)(A); and
• Does not maintain financial accounts.
   Part17ObjectRestricted Distributor information
       Line30aBooleanWhen true, identifies the entity identified in Part I:
• Operates as a distributor with respect to debt or equity interests of the restricted fund with respect to which this form is furnished;
• Provides investment services to at least 30 customers unrelated to each other and less than half of its customers are related to each other;
• Is required to perform AML due diligence procedures under the anti-money laundering laws of its country of organization (which is a FATF-compliant jurisdiction);
• Operates solely in its country of incorporation or organization, has no fixed place of business outside of that country, and has the same country of incorporation or organization as all members of its affiliated group, if any;
• Does not solicit customers outside its country of incorporation or organization;
• Has no more than $175 million in total assets under management and no more than $7 million in gross revenue on its income statement for the most recent accounting year;
• Is not a member of an expanded affiliated group that has more than $500 million in total assets under management or more than $20 million in gross revenue for its most recent accounting year on a combined or consolidated income statement; and
• Does not distribute any debt or securities of the restricted fund to specified U.S. persons, passive NFFEs with one or more substantial U.S. owners, or nonparticipating FFIs.
       Line30bBooleanWhen true, identifies that with respect to all sales of debt or equity interests in the restricted fund with respect to which this form is furnished that are made after December 31, 2011, the entity identified in Part I has been bound by a distribution agreement that contained a general prohibition on the sale of debt or securities to U.S. entities and U.S. resident individuals and is currently bound by a distribution agreement that contains a prohibition of the sale of debt or securities to any specified U.S. person, passive NFFE with one or more substantial U.S. owners, or nonparticipating FFI.
       Line30cBooleanWhen true, identifies that with respect to all sales of debt or equity interests in the restricted fund with respect to which this form is furnished that are made after December 31, 2011, the entity identified in Part I is currently bound by a distribution agreement that contains a prohibition on the sale of debt or securities to any specified U.S. person, passive NFFE with one or more substantial U.S. owners, or nonparticipating FFI and, for all sales made prior to the time that such a restriction was included in its distribution agreement, has reviewed all accounts related to such sales in accordance with the procedures identified in Regulations section 1.1471-4(c) applicable to preexisting accounts and has redeemed or retired any securities which were sold to specified U.S. persons, passive NFFEs with one or more substantial U.S. owners, or nonparticipating FFIs, or will transfer the securities to a distributor that is a participating FFI, reporting Model 1 FFI, or reporting Model 2 FFI.
   Part18ObjectForeign Central Bank of Issue information
       Line31BooleanWhen true, identifies that the entity identified in Part I is treated as the beneficial owner of the payment solely for purposes of chapter 4 under Regulations section 1.1471-6(d)(4).
   Part19ObjectNonreporting IGA FFI information
       Line32BooleanWhen true, identifies that the entity identified in Part I meets the requirements to be considered a nonreporting financial institution pursuant to an applicable IGA between the United States and the jurisdiction.
       NmOfCountryStringCountry of jurisdiction
       IGAModelStringApplicable IGA Model
       TreatedAsStringEntity category under the given IGA model
       NmofTrusteeOrSponsorStringName of Trustee Or Sponsor
       IsTrusteeUSBooleanWhen true, identifies that the trustee is a U.S individual
   Part20ObjectExempt Retirement Plans information
       Line33aBooleanWhen true, identifies that the entity identified in Part I:
• Is established in a country with which the United States has an income tax treaty in force;
• Is operated principally to administer or provide pension or retirement benefits; and
• Is entitled to treaty benefits on income that the fund derives from U.S. sources (or would be entitled to benefits if it derived any such income) as a resident of the other country which satisfies any applicable limitation on benefits requirement.
       Line33bBooleanWhen true, identifies that the entity identified in Part I:
• Is organized for the provision of retirement, disability, or death benefits (or any combination thereof) to beneficiaries that are former employees of one or more employers in consideration for services rendered;
• No single beneficiary has a right to more than 5% of the FFI's assets;
• Is subject to government regulation and provides annual information reporting about its beneficiaries to the relevant tax authorities in the country in which the fund is established or operated;
       Line33cBooleanWhen true, identifies that the entity identified in Part I:
• Is organized for the provision of retirement, disability, or death benefits (or any combination thereof) to beneficiaries that are former employees of one or more employers in consideration for services rendered;
• Has fewer than 50 participants;
• Is sponsored by one or more employers, each of which is not an investment entity or passive NFFE;
• Employee and employer contributions to the fund (disregarding transfers of assets from other plans described in this part, retirement and pension accounts described in an applicable Model 1 or Model 2 IGA, or accounts described in Regulations section 1.1471-5(b)(2)(i)(A)) are limited by reference to earned income and compensation of the employee, respectively;
• Participants that are not residents of the country in which the fund is established or operated are not entitled to more than 20% of the fund's assets; and
• Is subject to government regulation and provides annual information reporting about its beneficiaries to the relevant tax authorities in the country in which the fund is established or operates.
       Line33dBooleanWhen true, identifies that the entity identified in Part I is formed pursuant to a pension plan that would meet the requirements of section 401(a), other than the requirement that the plan be funded by a trust created or organized in the United States.
       Line33eBooleanWhen true, identifies that the entity identified in Part I is established exclusively to earn income for the benefit of one or more retirement funds described in this part or in an applicable Model 1 or Model 2 IGA, accounts described in regulations section 1.1471-5(b)(2)(i)(A) (referring to retirement and pension accounts), or retirement and pension accounts described in an applicable Model 1 or Model 2 IGA.
       Line33fBooleanWhen true, identifies that the entity identified in Part I:
• Is established and sponsored by a foreign government, international organization, central bank of issue, or government of a U.S. possession (each as defined in Regulations section 1.1471-6) or an exempt beneficial owner described in an applicable Model 1 or Model 2 IGA to provide retirement, disability, or death benefits to beneficiaries or participants that are current or former employees of the sponsor (or persons designated by such employees); or
• Is established and sponsored by a foreign government, international organization, central bank of issue, or government of a U.S. possession (each as defined in Regulations section 1.1471-6) or an exempt beneficial owner described in an applicable Model 1 or Model 2 IGA to provide retirement, disability, or death benefits to beneficiaries or participants that are not current or former employees of such sponsor, but are in consideration of personal services performed for the sponsor.
   Part21ObjectExcepted Nonfinancial Group Entity information
       Line34BooleanWhen true, identifies that the entity identified in Part I:
• Is a holding company, treasury center, or captive finance company and substantially all of the entity's activities are functions described in Regulations section 1.1471-5(e)(5)(i)(C) through (E);
• Is a member of a nonfinancial group described in Regulations section 1.1471-5(e)(5)(i)(B);
• Is not a depository or custodial institution (other than for members of the entity's expanded affiliated group); and
• Does not function (or hold itself out) as an investment fund, such as a private equity fund, venture capital fund, leveraged buyout fund, or any investment vehicle with an investment strategy to acquire or fund companies and then hold interests in those companies as capital assets for investment purposes.
   Part22ObjectExcepted Nonfinancial Start-Up Company information
       Line35BooleanWhen true, identifies that the entity identified in Part I:
• Was formed on the specified date
• Is not yet operating a business and has no prior operating history or is investing capital in assets with the intent to operate a new line of
business other than that of a financial institution or passive NFFE; and
• Does not function (or hold itself out) as an investment fund, such as a private equity fund, venture capital fund, leveraged buyout fund, or
any investment vehicle whose purpose is to acquire or fund companies and then hold interests in those companies as capital assets for
investment purposes.
       FormedOnStringDate of entity formation
   Part23ObjectExcepted Nonfinancial Entity in Liquidation or Bankruptcy information
       Line36BooleanWhen true, identifies that the entity identified in Part I:
• Filed a plan of liquidation, filed a plan for reorganization, or filed for bankruptcy on the following date: ;
• Has not been engaged during the past 5 years in business as a financial institution or acted as a passive NFFE;
• Is either liquidating or emerging from a reorganization or bankruptcy with the intent to continue or recommence operations as a nonfinancial entity; and
• Has provided, or will provide, documentary evidence such as a bankruptcy filing or other public documentation that supports its claim if it remains in bankruptcy or liquidation for more than 3 years.
   Part24ObjectPublicly Traded NFFE or NFFE Affiliate of a Publicly Traded Corporation information
       Line37aBooleanWhen true, identifies that:
• The entity identified in Part I is a foreign corporation that is not a financial institution; and
• The stock of such corporation is regularly traded on one or more established securities markets,
       Line37bBooleanWhen true, identifies that:
• The entity identified in Part I is a foreign corporation that is not a financial institution;
• The entity identified in Part I is a member of the same expanded affiliated group as an entity the stock of which is regularly traded on an established securities market
       NmOfEntityStringThe name of the entity, the stock of which is regularly traded on an established securities market,
       NmofSecuritiesStringThe name of the securities market on which the stock is regularly traded
   Part25ObjectExcepted Territory NFFE information
       Line38BooleanWhen true, identifies that:
• The entity identified in Part I is an entity that is organized in a possession of the United States;
• All of the owners of the entity identified in Part I are bona fide residents of the possession in which the NFFE is organized or incorporated;
and
• The entity identified in Part I:
(i) Does not accept deposits in the ordinary course of a banking or similar business;
(ii) Does not hold, as a substantial portion of its business, financial assets for the account of others; and
(iii) Is not an insurance company (or the holding company of an insurance company) that issues or is obligated to make payments with
respect to a financial account.
   Part26ObjectActive NFFE information
       Line39BooleanWhen true, identifies that:
• The entity identified in Part I is a foreign entity that is not a financial institution;
• Less than 50% of such entity's gross income for the preceding calendar year is passive income; and
• Less than 50% of the assets held by such entity are assets that produce or are held for the production of passive income
   Part27ObjectPassive NFFE information
       Line40BooleanWhen true, identifies that the entity identified in Part I:
• Is a foreign entity that is not a financial institution (this category includes an entity organized in a possession of the United States that engages (or holds itself out as being engaged) primarily in the business of investing, reinvesting, or trading in securities, partnership interests, commodities, notional principal contracts, insurance or annuity contracts, or any interest in such security, partnership interest, commodity, notional principal contract, insurance contract, or annuity contract); and
• Is using this form to transmit withholding certificates and/or other documentation and has provided or will provide a withholding statement, as required.
   Part28ObjectWhen true, identifies
        NmOfSponsoringEntityStringName of sponsoring entity
        Line42BooleanWhen true, identifies that the entity identified in Part I is a direct reporting NFFE that is sponsored by the entity identified
   Part29ObjectCertification information for Form W-8 IMY
        IsValidityAcknowledgedBooleanWhen true, identifies that this form will remain valid for three calendar years from the date of signing unless a change in circumstances requires a new form to be submitted earlier.
        SignerNmStringSignature name of individual authorized to sign for beneficial owner
        SignDateStringTime stamp of the signature
ErrorsObject[]Shows detailed error information.
   IdStringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
   NameStringName of the errored node.
   MessageStringShows the error message.

Sample Webhook Response :

Scenario 1 : No reference ID passed in node WebhookRef of the request. The recipient has completed Form W-8BEN, and the status has been changed to "COMPLETED." The payload will be posted to the default Callback URL, i.e., Callback URL 1. PdfUrl is provided to download the completed W-8BEN.

{
"FormType": "FormW8Ben",
"WebhookRef": "c8756813-1d67-403f-9536-ee05200074d2",
"FormW9": null,
"FormW8Ben": {
"SubmissionId": "956201fc-52a3-43e2-9d7a-72a42b1200ef",
"Requester": {
"BusinessId": "471150af-bba2-4913-baa3-50f78868342a",
"PayerRef": null,
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "14-7824664",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "Payeeref001",
"RecipientId": "0e9ef435-1c67-4ff6-819a-d300dcbf834c",
"W8BENStatus": "COMPLETED",
"StatusTs": "2025-03-04 05:36:57 -05:00",
"FormW8BENRequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-sb-api/1296eb81-eade-4c74-a094-c1d5376ed933.Pdf",
"Email": null,
"FormData": {
"NmOfIndividual": "Shawn Willams",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"CitizenOfCountry": "Antigua and Barbuda",
"USTINType": null,
"USTIN": null,
"ForeignTIN": "3276547264577",
"IsFTINNotLegallyRequired": false,
"ReferenceNum": "7263",
"DOB": null,
"ExpiryDate": "01/31/2028",
"PermanentAddress": {
"Address1": "120 Bremner Blvd",
"Address2": "Suite 800",
"City": "Toronto",
"ProvinceOrStateNm": "Ontario",
"Country": "Canada",
"PostalCd": "4168682600"
},
"MailingAddress": {
"Address1": "120 Bremner Blvd",
"Address2": "Suite 800",
"City": "Toronto",
"ProvinceOrStateNm": "Ontario",
"Country": "Canada",
"PostalCd": "4168682600"
},
"TaxTreatyBenefits": {
"BeneficiaryCountry": null,
"ClaimingProvArticlePara": null,
"RateOfWH": 0.0,
"TypeOfIncome": null,
"AdditionalConditions": null
},
"Signature": {
"SignerNm": "Shawn Willams"
}
},
"Errors": null
},
"FormW8BenE": null,
"FormW8ECI": null
}

Scenario 2 : No reference ID passed in node WebhookRef of the request. The recipient has completed Form W-9, and TIN Matching is in progress. The payload will be posted to the default Callback URL, i.e., Callback URL 1.

{
"FormType": "FormW9",
"WebhookRef": "17570b77-6e78-4cc9-82c7-89f59af083f3",
"FormW9": {
"SubmissionId": "d86c3e11-6ea1-4a86-b578-3ee07148fe6d",
"Requester": {
"BusinessId": "471150af-bba2-4913-baa3-50f78868342a",
"PayerRef": null,
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX4664",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "Payeeref002",
"RecipientId": "de007506-ccd6-4d7e-a43d-8b9c99477f64",
"W9Status": "COMPLETED_AND_TIN_MATCH_INPROGRESS",
"StatusTs": "2025-03-04 06:03:44 -05:00",
"TINMatching": {
"Status": "ORDER_CREATED",
"StatusTs": "2025-03-04 06:03:45 -05:00",
"StatusMsg": null,
"Errors": null
},
"FormW9RequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-sb-api/3de76928-61b2-43d0-8120-7f7e2569f90b.Pdf",
"PdfPath": null,
"Email": null,
"FormData": {
"Line1Nm": "Dairy Delights LLC",
"Line2Nm": "Coco Milk",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX3746",
"Address": {
"Address1": "3576 AIRPORT WAY",
"Address2": "UNIT 9",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
},
"AccountNum": "3746",
"FederalTaxClassification": "Individual or Sole proprietor or Single-member LLC",
"IsLine3b": false,
"ExemptPayeeCd": null,
"ExemptFromFATCA": null,
"IsBackUpWH": false
},
"Errors": null
},
"FormW8Ben": null,
"FormW8BenE": null,
"FormW8ECI": null
}

Scenario 3 : No reference ID has been passed in the WebhookRef node of the request. The recipient has completed Form W-9, has provided the ITIN and TIN Matching as true and Status is updated as ‘SUCCESS’. The payload will be posted to the default Callback URL, i.e., Callback URL 1.

{
"FormType": "FormW9",
"WebhookRef": "17570b77-6e78-4cc9-82c7-89f59af083f3",
"FormW9": {
"SubmissionId": "d86c3e11-6ea1-4a86-b578-3ee07148fe6d",
"Requester": {
"BusinessId": "471150af-bba2-4913-baa3-50f78868342a",
"PayerRef": null,
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX4664",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "PayeeRef01",
"RecipientId": "ae9d561d-4ea6-4c6c-a9a7-81d37e70031f",
"W9Status": "COMPLETED",
"ExpireDate": null,
"StatusTs": "2025-10-13 06:41:53 -04:00",
"TINMatching": {
"Status": "SUCCESS",
"StatusTs": "2025-10-13 06:41:53 -04:00",
"StatusMsg": null,
"Errors": null
},
"FormW9RequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-dev-api/e094a339-fd41-4846-a683-435e97a4cc36.Pdf",
"Email": null,
"FormData": {
"Line1Nm": "James Smith",
"Line2Nm": "Coco Milk",
"FirstNm": "James",
"MiddleNm": null,
"LastNm": "Smith",
"Suffix": null,
"TINType": "ITIN",
"TIN": "XXX-XX-3746",
"Address": {
"Address1": "3576 AIRPORT WAY",
"Address2": "UNIT 9",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
},
"AccountNum": "3746",
"FederalTaxClassification": "Individual or Sole proprietor or Single-member LLC",
"IsLine3b": false,
"ExemptPayeeCd": null,
"ExemptFromFATCA": null,
"IsBackUpWH": false
},
"Errors": null
},
"FormW8Ben": null,
"FormW8BenE": null,
"FormW8ECI": null
}

Scenario 4:- No reference ID has been passed in the WebhookRef node of the request. The recipient has completed Form W-9 but has not provided the TIN, so the status has changed to ‘AWAITING_TIN_CERTIFICATE’. The payload will be posted to the default Callback URL, i.e., Callback URL 1.

{
"FormType": "FormW9",
"WebhookRef": "17570b77-6e78-4cc9-82c7-89f59af083f3",
"FormW9": {
"SubmissionId": "d86c3e11-6ea1-4a86-b578-3ee07148fe6d",
"Requester": {
"BusinessId": "471150af-bba2-4913-baa3-50f78868342a",
"PayerRef": null,
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX4664",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "Payeeref002",
"RecipientId": "de007506-ccd6-4d7e-a43d-8b9c99477f64",
"W9Status": "AWAITING_TIN_CERTIFICATE",
"StatusTs": "2025-03-04 06:03:45 +00:00",
"TINMatching": null,
"FormW9RequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-sb-api/3de76928-61b2-43d0-8120-7f7e2569f90b.Pdf",
"PdfPath": null,
"Email": null,
"FormData": {
"Line1Nm": "Dairy Delights LLC",
"Line2Nm": "Coco Milk",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX3746",
"Address": {
"Address1": "3576 AIRPORT WAY",
"Address2": "UNIT 9",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
},
"AccountNum": "3746",
"FederalTaxClassification": "Individual or Sole proprietor or Single-member LLC",
"IsLine3b": false,
"ExemptPayeeCd": null,
"ExemptFromFATCA": null,
"IsBackUpWH": false
},
"Errors": null
},
"FormW8Ben": null,
"FormW8BenE": null,
"FormW8ECI": null
}

Scenario 5 : No reference ID passed in node WebhookRef of the request. The recipient has completed Form W-8IMY, and the status has been changed to "COMPLETED." The payload will be posted to the default Callback URL, i.e., Callback URL 1. PdfUrl is provided to download the completed W-8IMY.

{
"FormType": "FORMW8IMY",
"WebhookRef": "955dbb97-685c-4f85-998e-7ed58897765a",
"FormW9": null,
"FormW8Ben": null,
"FormW8BenE": null,
"FormW8ECI": null,
"FormW8IMY": {
"SubmissionId": "dc64732d-7a1a-4b3c-9e23-0ebc4103c525",
"RecordId": "54268679-ff15-4715-b07d-819976dcc21a",
"Requester": {
"BusinessId": "31796a3c-2288-4cb2-bcc1-8a6981af2faf",
"PayerRef": "Pe5830",
"BusinessNm": "Hayes - Krajcik",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX8309",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "Pe7433",
"RecipientId": "6f92f090-cb66-43c6-b7e6-f74b8a27e821",
"W8IMYStatus": "COMPLETED",
"StatusTs": "2025-07-15 00:30:45 -04:00",
"FormW8IMYRequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-dev-api/54268679-ff15-4715-b07d-819976dcc21a.Pdf",
"Email": null,
"FormData": {
"Part1": {
"NmOfOrganization": "Snowdaze LLC",
"CountryOfOrganization": "Australia",
"NmOfDisregardedEntity": null,
"Ch3Status": "WITHHOLDING FOREIGN PARTNERSHIP",
"Ch4Status": "DIRECT REPORTING NFFE",
"USTINType": "EIN",
"USTIN": "24-7398273",
"GIIN": "374628.24823.SD.346",
"ForeignTIN": null,
"ReferenceNum": null,
"ExpiryDate": "07/17/2025",
"PermanentAdd": {
"Address1": "71 SAINT NICHOLAS DR",
"Address2": null,
"City": "NORTH POLE",
"State": "AK",
"Country": "USA",
"PostalCd": "99705"
},
"MailAdd": {
"Address1": "71 SAINT NICHOLAS DR",
"Address2": null,
"City": "NORTH POLE",
"State": "AK",
"Country": "USA",
"PostalCd": "99705"
}
},
"Part2": null,
"Part3": null,
"Part4": null,
"Part5": null,
"Part6": null,
"Part7": {
"Line20": true
},
"Part8": null,
"Part9": null,
"Part10": null,
"Part11": null,
"Part12": null,
"Part13": null,
"Part14": null,
"Part15": null,
"Part16": null,
"Part17": null,
"Part18": null,
"Part19": null,
"Part20": null,
"Part21": null,
"Part22": null,
"Part23": null,
"Part24": null,
"Part25": null,
"Part26": null,
"Part27": null,
"Part28": null,
"Part29": {
"IsValidityAcknowledged": true,
"SignerNm": "Gabriel",
"SignDate": "07/15/2025"
}
}
}
}

Scenario 6 : No reference ID passed in node WebhookRef of the request. The recipient has completed Form W-8EXP, and the status has been changed to "COMPLETED." The payload will be posted to the default Callback URL, i.e., Callback URL 1. PdfUrl is provided to download the completed W-8EXP.

{
"FormType": "FormW8EXP",
"WebhookRef": "889ed169-5ab6-4ce7-9dc2-da0bfb698cc1",
"FormW9": null,
"FormW8Ben": null,
"FormW8BenE": null,
"FormW8ECI": null,
"FormW8IMY": null,
"FormW8EXP": {
"SubmissionId": "e0d37fce-ef80-4802-b328-83983bc83f59",
"RecordId": null,
"Requester": {
"BusinessId": "acafd8e4-07c6-4d79-b706-e5dac4c641f6",
"PayerRef": null,
"BusinessNm": "NGD LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "EIN",
"TIN": "XX-XXX0237",
"DBAId": null,
"DBARef": null
},
"PayeeRef": "903343",
"RecipientId": "9d4a5d80-54a2-49ae-8f56-f0a4faa0bbe6",
"W8EXPStatus": "COMPLETED",
"StatusTs": "2025-08-01 07:29:18 -04:00",
"FormW8EXPRequestType": "COMMON_URL_API",
"PdfUrl": "pdfs/25380314-528d-4ba1-852f-78482e22005a/acafd8e4-07c6-4d79-b706-e5dac4c641f6/FormW8EXP/FormW8EXP_729.pdf",
"Email": null,
"FormData": {
"Part1": {
"NmOfOrganization": "Snowdaze LLC",
"CountryOfOrganization": "United Kingdom (England, Northern Ireland, Scotland, and Wales)",
"EntityType": "FOREIGN_TAX_EXEMPT_ORGANIZATION",
"Ch4Status": "REPORTING_MODEL_1_FFI",
"USTINType": "EIN",
"USTIN": "76-6754656",
"GIIN": "938874.66476.SS.387",
"ForeignTIN": "827876536563",
"ReferenceNum": "12345",
"ExpiryDate": null,
"PermanentAdd": {
"Address1": "700 Oak street",
"Address2": "Apt 58, Suite 200",
"City": "BROCKTON",
"State": "MA",
"Country": "USA",
"PostalCd": "02301"
},
"IsDifferentMailAdd": true,
"MailAdd": {
"Address1": "700 Oak street",
"Address2": "Apt 58, Suite 200",
"City": "BROCKTON",
"State": "MA",
"Country": "USA",
"PostalCd": "02301"
}
},
"Part2": {
"FrgnGov": null,
"IntlOrg": null,
"FrgnCentralBank": null,
"FrgnTaxExemptOrg": {
"Line13a": true,
"IssuedDate": "2025-08-03 00:00:00 -04:00",
"Line13b": false,
"Line13c": true,
"Line13d": false
},
"USterritoryGov": null,
"WHQualHolder": null
},
"Part3": {
"NonreportingIGAFFI": null,
"TerrFinInst": null,
"FrgnGov": null,
"ExemptRetirementPlan": null,
"Sec501Org": null,
"PassiveNFFE": null,
"SponDirReptNFFE": null
},
"Part4": {
"SignerNm": "Alen John",
"SignDate": "2025-08-01 07:29:18 -04:00"
}
}
}
}