Get
This method will return the completed W-9, W-8BEN or W-8BEN-E of a particular recipient. The response will have the information such as the Name, Address, Country of citizenship and TIN number along with the link to download the completed Form W-9, W-8BEN or W-8BEN-E.
Key Points
- Only W-9, W-8BEN, W-8BEN-E with the completed status can be retrieved using the Get method. If the status of the form is other than complete, it will not be returned.
- If you do not supply the BusinessId or TIN or PayerRef in the request, then the W-9, W-8BEN, W-8BEN-E that matches the PayeeRef linked to the default business will be retrieved.
- If there are multiple forms for the same PayeeRef, the last completed form will be retrieved.
GET WhCertificate/Get
Request Body
Field | Type | Description |
---|---|---|
PayeeRef | String | A unique identifier for each recipient completing the Form W-9, W-8BEN or W-8BEN-E. This identifier will be used in future references of the recipient in the API. Size Range: 1-50 |
BusinessId | Guid | Optional TaxBandits Unique Business Identifier. This ID is generated by `TaxBandits after you create a business in your account using the Business endpoint.If you do not supply the BusinessId in the request, then the W-9 or W-8BEN or W-BEN-E that matches the PayeeRef linked to the default business will be retrieved. (First business created in your account). |
TIN | String | Optional Taxpayer Identification Number. Use this as an alternative for BusinessId.Size Range: 9-11 Allowed values: "EIN", "SSN" (Including hyphen) |
PayerRef | String | Optional Unique payer identifier assigned by the client while requesting the payer information using the endpoint Business/RequestByURL.Size Range: 1-50 |
String | Email Address of the recipient. Size Range: 1-100 |
Response Body
Field | Type | Description |
---|---|---|
FormType | String | Type of Form (W-9 or W-8BEN or W8-BENE-E). |
FormW9 | Object | Contains Form W-9 Information. |
SubmissionId | Guid | Unique identifier of a submission. |
Requester | Object | Requester information. |
BusinessId | Guid | A unique identifier of the business. |
PayerRef | String | An unique identifier of the business. Assigned by the client. |
BusinessNm | String | Business Name of the requester. If the requester is an Individual, then the Payer’s full name will be returned. |
TINType | String | TIN Type of the Requester. |
TIN | String | Taxpayer Identification Number of the requester. |
PayeeRef | String | Unique identifier of the recipient |
RecipientId | Guid | An unique ID generated by TaxBandits after the W-9 is completed. Clients can use this ID to file Form 1099s for this recipient. |
W9Status | String | Status of the W-9 |
StatusTs | String | Timestamp of the W-9 Status |
TINMatching | Object | TIN Matching information. |
Status | String | TIN Matching status. |
StatusTs | String | Timestamp of the TIN Matching Status. |
Errors | String | Shows the detailed error message. |
FormW9RequestType | String | Form W-9 requested Type. COMMON_URL_API - Form W-9 was requested using the API method RequestByUrl. |
PdfUrl | String | URL to download the completed W-9 |
String | Email 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 API method RequestByURL | |
FormData | Object | Form W-9 data of the recipient |
Line1Nm | string | Name as shown on the income tax return |
Line2Nm | string | Business name/disregarded entity name, if different from Line1 Name |
TINType | string | TIN type of the recipient. Either EIN or SSN |
TIN | string | Recipient’s TIN |
Address | Object | Recipient’s complete address |
Address1 | string | Recipient’s Address 1 (number, street) |
Address2 | string | Recipient’s Address 2 (apt. or suite no.) |
City | string | Recipient’s City |
State | string | Recipient’s State |
ZipCd | string | Recipient’s Zip Code |
FederalTaxClassification | string | U.S. Federal Tax Classification of the person whose name is entered on Line 1 |
ExemptPayeeCd | string | This code identifies the recipient is exempt from backup withholding |
ExemptFromFATCA | string | This code identifies recipients that are exempt from reporting under FATCA. |
Errors | Object | Shows detailed error information. |
IsBackUpWH | Boolean | When true, identifies the recipient is subject to backup withholding. The completed Form W-9 PDF will have the item 2 under Part II crossed out. When false, identifies the recipient is not subject to backup withholding. |
FormW8Ben | Object | Form W-8BEN Information. |
SubmissionId | Guid | Unique identifier of a submission. |
Requester | Object | Requester information. |
BusinessId | Guid | A unique identifier of the business. |
PayerRef | String | An unique identifier of the business. Assigned by the client. |
BusinessNm | String | Business Name of the requester. If the requester is an Individual, then the Payer’s full name will be returned. |
TINType | String | TIN Type of the Requester. |
TIN | String | Taxpayer Identification Number of the requester. |
PayeeRef | String | Unique identifier of the recipient |
W8BENStatus | String | Status of the W-8BEN. |
StatusTs | String | Timestamp of the W-8BEN Status. |
FormW8BENRequestType | String | Form W-8BEN requested Type. COMMON_URL_API - Form W-8BEN was requested using the API method RequestByUrl. |
PdfUrl | String | URL to download the completed W-8BEN. |
String | Email 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 API method RequestByURL. | |
FormData | Object | Form W-8BEN data of the recipient. |
NmOfIndividual | string | Name of the Foreign Individual. |
CitizenOfCountry | string | Recipient country of citizenship. |
USTINType | string | TIN type of the recipient. Either SSN or ITIN. |
USTIN | string | Recipient’s TIN |
ForeignTIN | string | Foreign TIN of the recipient. |
IsFTINNotLegallyRequired | Boolean | When TRUE, Identifies that benificial owner on line 1 is not legally required to obtain an FTIN from their jurisdiction of residence. |
DOB | string | Date of Birth of the recipient |
PermanentAddress | Object | Recipient’s permanent address. |
Address | string | Recipient’s Address. |
City | string | Recipient’s City |
State | string | Recipient’s State |
Country | string | Recipient’s Country |
PostalCd | string | Recipient’s Zip Code |
MailingAddress | Object | Recipient’s mailing address. |
Address | string | Recipient’s Address. |
City | string | Recipient’s City |
State | string | Recipient’s State |
Country | string | Recipient’s Country |
PostalCd | string | Recipient’s Zip Code |
TaxTreatyBenefits | Object | Tax Treaty Benefits. |
BeneficiaryCountry | string | Country where the recipient claim to be a resident for income tax treaty purposes. |
ClaimingProvArticlePara | string | Article and paragraph of the treaty benefits. |
RateOfWH | string | Rate of Withholding. |
TypeOfIncome | string | Type of income for which recipient claiming the treaty benefits. |
AdditionalConditions | string | Additional conditions from the tax treaty benefits. |
Signature | Object | Signature of the recipient. |
SignerNm | string | Name of the signer. |
FormW8BenE | Object | Form W-8BEN-E Information. |
SubmissionId | Guid | Unique identifier of a submission. |
Requester | Object | Requester information. |
BusinessId | Guid | A unique identifier of the business. |
PayerRef | String | An unique identifier of the business. Assigned by the client. |
BusinessNm | String | Business Name of the requester. If the requester is an Individual, then the Payer’s full name will be returned. |
TINType | String | TIN Type of the Requester. |
TIN | String | Taxpayer Identification Number of the requester. |
PayeeRef | String | Unique identifier of the recipient |
W8BENEStatus | String | Status of the W-8BEN-E. |
StatusTs | String | Timestamp of the W-8BEN Status. |
FormW8BENRequestType | String | Form W-8BEN-E requested Type. COMMON_URL_API - Form W-8BEN-E was requested using the API method RequestByUrl. |
PdfUrl | String | URL to download the completed W-8BEN-E. |
String | Email 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 API method RequestByURL. | |
FormData | Object | Form W-8BEN-E Information of the organization. |
NMOfOrganisation | String | Name of organization that is the beneficial owner |
CountryOfOrganisation | String | Country of incorporation or organization |
NmOfDisregardedEntity | String | Name of disregarded entity receiving the payment |
Ch3Status | String | Chapter 3 status of the entity |
Ch4Status | String | Chapter 4 status of the entity |
USTINType | String | US TIN type of the organization. |
USTIN | String | US TIN of the organization. |
GIIN | String | GIIN of the organization |
ForeignTIN | String | Foreign TIN of the organization |
IsFTINNotLegallyRequired | Boolean | When TRUE, Identifies that benificial owner on line 1 is not legally required to obtain an FTIN from their jurisdiction of residence. |
ReferenceNum | String | Reference number of the organization |
PermanentAdd | Object | Contains organization permanent address information |
Address1 | String | Organization address line 1 |
Address2 | String | Organization address line 2 |
City | String | Organization city |
State | String | Organization state |
Country | String | Organization country |
PostalCd | String | Organization postal code |
MailAdd | Object | Contains organization mailing address information |
Address1 | String | Organization address line 1 |
Address2 | String | Organization address line 2 |
City | String | Organization city |
State | String | Organization state |
Country | String | Organization country |
PostalCd | String | Organization postal code |
Part2 | Object | Contains Form W-8BEN-E Part 2 information |
Ch4StatusOfDisregardedEntity | String | Chapter 4 Status (FATCA status) of disregarded entity or branch receiving payment |
AddOfDisregardedEntity | Object | Contains disregarded entity address information |
Address1 | String | Disregarded Entity's address line 1 |
Address2 | String | Disregarded Entity's address line 2 |
City | String | Disregarded Entity's city |
State | String | Disregarded Entity's state |
Country | String | Disregarded Entity's country |
PostalCd | String | Disregarded Entity's postal code |
GIIN | String | Disregarded Entity GIIN |
Part3 | Object | Contains Form W-8BEN-E Part 3 information |
BeneficiaryCountry | String | Country where the organization claim to be a resident for income tax treaty purposes. |
LimitationOnBenefits | String | Type of limitation on benefits provisions that included in the applicable tax treaty |
<<<<<<< HEAD
| OthersDetail | String | Other "Limitation on benefits" specified by the recipient. |
| OthersDetail | String | |
tbs-api-dev-stage-env-v6 | IsBenifitsForUSSourceFromForeignCorp | Boolean | When TRUE, Identifies that 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. | | ClaimingProvArticlePara | String | Article and paragraph of the treaty benefits. | | RateOfWH | String | Rate of Withholding. | | TypeOfIncome | String | Type of income for which organization claiming the treaty benefits. | | AdditionalConditions | String | Additional conditions from the tax treaty benefits. | | Part4 | Object | Contains Form W-8BEN-E Part 4 information | | NmOfSponsorEntity | String | Name of the Sponsoring Entity | | Line17Box1 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 17 Box1. | | Line17Box2 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 17 Box2. | | Part5 | Object | Contains Form W-8BEN-E Part 5 information | | Line18 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 18. | | Part6 | Object | Contains Form W-8BEN-E Part 6 information | | Line19 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 19. | | Part7 | Object | Contains Form W-8BEN-E Part 7 information | | NmOfSponsoringEntity | String | Name of the Sponsoring Entity | | Line21 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 21. | | Part8 | Object | Contains Form W-8BEN-E Part 8 information | | Line22 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 22. | | Part9 | Object | Contains Form W-8BEN-E Part 9 information | | Line23 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 23. | | Part10 | Object | Contains Form W-8BEN-E Part 10 information | | Line24a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 24a. | | Line24b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 24b. | | Line24c | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 24c. | | Line24d | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 24d. | | Part11 | Object | Contains Form W-8BEN-E Part 11 information | | Line25a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 25a. | | Line25b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 25b. | | Line25c | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 25c. | | Part12 | Object | Contains Form W-8BEN-E Part 12 information | | Line26 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 26. | | NmOfCountry | String | Nonreporting financial institution country name. | | IGAModel | String | Identifies Model 1 IGA or Model 2 IGA | | TreatedAs | String | Name of the jurisdiction that has the IGA treated as in effect with the United States. | | NmofTrusteeOrSponsor | String | Name of Truestee or Sponsor | | IsTrusteeUS | Boolean | When TRUE, Identifies that the trustee is from US. | | Part13 | Object | Contains Form W-8BEN-E Part 13 information | | Line27 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 27. | | Part14 | Object | Contains Form W-8BEN-E Part 14 information | | Line28a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 28a. | | Line28b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 28b. | | Part15 | Object | Contains Form W-8BEN-E Part 15 information | | Line29a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29a. | | Line29b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29b. | | Line29c | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29c. | | Line29d | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29d. | | Line29e | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29e. | | Line29f | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 29f. | | Part16 | Object | Contains Form W-8BEN-E Part 16 information | | Line30 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 30. | | Part17 | Object | Contains Form W-8BEN-E Part 17 information | | Line31 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 31. | | Part18 | Object | Contains Form W-8BEN-E Part 18 information | | Line32 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 32. | | Part19 | Object | Contains Form W-8BEN-E Part 19 information | | Line33 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 33. | | Part20 | Object | Contains Form W-8BEN-E Part 20 information | | Line34 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 34. | | Part21 | Object | Contains Form W-8BEN-E Part 21 information | | Line35 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 35. | | IRSLetterDate | String | Date on the IRS letter | | Part22 | Object | Contains Form W-8BEN-E Part 22 information | | Line36 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 36. | | Part23 | Object | Contains Form W-8BEN-E Part 23 information | | Line37a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 37a. | | Line37b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 37b. | | Part24 | Object | Contains Form W-8BEN-E Part 24 information | | Line38 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 38. | | Part25 | Object | Contains Form W-8BEN-E Part 25 information | | Line39 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 39. | | Part26 | Object | Contains Form W-8BEN-E Part 26 information | | Line40a | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 40a. | | Line40b | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 40b. | | Line40c | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 40c. | | Part27 | Object | Contains Form W-8BEN-E Part 27 information | | Line41 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 41. | | Part28 | Object | Contains Form W-8BEN-E Part 28 information | | NmOfSponsorEntity | String | Name of the Sponsoring Entity | | Line42 | Boolean | When TRUE, Identifies that the organization specified in line 1 of Form W-8BEN-E certify that they belong to line 42. | | Part29 | Object | Contains Form W-8BEN-E Part 29 information | | NmOfOwner | String | Name of the US owner of the NFFE | | Address | String | Address of the US owner of the NFFE | | USTIN | String | US TIN of the owner of the NFFE | | Part30 | Object | Contains Form W-8BEN-E Part 30 information | | IsCapacityToSign | Boolean | When TRUE, Identifies that the person signing the form has the capacity to sign the form for the entity identified on line 1. | | SignerNm | String | Name of the signer. | | SignDate | String | Date of signature. | | Errors | Object | Shows detailed error information. |
Get Request 1: Get form details with just Recipient Payee Reference. "PayeeRef linked to the default business will be retrieved. First business created will always be a default business."
WhCertificate/Get?PayeeRef=Pe123451234
Get Request 2 : Get form details with Recipient Payee Reference and BusinessID.
WhCertificate/Get?PayeeRef=Pe123451234&BusinessId=7B82B242-1223-4029-9251-C0446298F620
Get Request 3 : Get form details with Recipient Payee Reference and Business TIN.
WhCertificate/Get?PayeeRef=Pe123451234&TIN=22-2222222
Get Request 4: Get form details with Recipient Payee Reference and Payer Reference.
WhCertificate/Get?PayeeRef=Pe123451234&PayerRef=Me1231231233
Response for W8-BEN: A response will have information such as the Name, Address, Country of citizenship, along with the link to download the completed W-8BEN.
{
"FormType": "W8Ben",
"FormW9": null,
"FormW8Ben": {
"SubmissionId": "4a36dc14-f059-4c89-83cd-ff9e350ed0a0",
"Requester": {
"BusinessId": "7746f0cd-e8eb-4428-9240-12ea84160ee8",
"PayerRef": null,
"BusinessNm": "John Enterprises",
"TINType": "EIN",
"TIN": "22-2222222"
},
"PayeeRef": "7484391234545",
"W8BENStatus": "COMPLETED",
"StatusTs": "2021-02-19 14:36:28 -05:00",
"FormW8BENRequestType": "URL_API",
"PdfUrl": "https://taxbandits-sb-api.s3.amazonaws.com/sample/807f0318-7f5a-4841-9c08-a88b4bf7e7d9.pdf",
"Email": "steve@abcinc.com",
"FormData": {
"NmOfIndividual": "Joseph Smith",
"CitizenOfCountry": "Canada",
"USTINType": "SSN",
"USTIN": "111-11-1111",
"ForeignTIN": null,
"IsFTINNotLegallyRequired": true,
"DOB": "07/08/1990",
"PermanentAddress": {
"Address": "123 E. Main St",
"City": "Rock Hill",
"State": "SC",
"Country": "USA",
"ZipCd": "29730"
},
"MailingAddress": {
"Address": null,
"City": null,
"State": null,
"Country": null,
"ZipCd": null
},
"TaxTreatyBenefits": {
"BeneficiaryCountry": "Canada",
"ClaimingProvArticlePara": "VII",
"RateOfWH": "27.50",
"TypeOfIncome": "Royalties",
"AdditionalConditions": null
},
"Signature": {
"SignerNm": "Joseph"
}
},
"Errors": null
},
"Errors": null
}
Response for FormW9: If the form type is W-9, the TIN matching is a part of the response, along with the link to download the completed W-8BEN.
{
"FormType": "FormW9",
"FormW9": {
"SubmissionId": "b870040d-fded-420b-b424-28bf0dd11261",
"Requester": {
"BusinessId": "fb6ddd28-ad30-4fc2-bd17-38a937f2aa81",
"BusinessNm": "John Enterprises",
"PayerRef": null,
"TINType": "EIN",
"TIN": "XX-XXX2222"
},
"PayeeRef": "Pe123451234",
"RecipientId": "sdf3ccee-10d8-4eb4-ab81-234234c9636",
"W9Status": "COMPLETED_AND_TIN_MATCH_INPROGRESS",
"StatusTs": "2021-06-24 10:40:21 -04:00",
"TINMatching": {
"Status": "ORDER_CREATED",
"StatusTs": "2021-06-24 10:40:21 -04:00",
"StatusMsg": null,
"Errors": null
},
"FormW9RequestType": "Email_API",
"PdfUrl": "https://taxbandits-sb-api.s3.amazonaws.com/sample/807f0318-7f5a-4841-9c08-a88b4bf7e7d9.pdf",
"Email": "steve@abcinc.com",
"FormData": {
"Line1Nm": "ABC Inc",
"Line2Nm": null,
"TINType": "EIN",
"TIN": "XX-XXX1111",
"Address": {
"Address1": "123 E. Main St",
"Address2": "Suite 400",
"City": "Rock Hill",
"State": "SC",
"ZipCd": "29730"
},
"FederalTaxClassification": "C Corporation",
"ExemptPayeeCd": "5",
"ExemptFromFATCA": "F",
"IsBackUpWH": false
},
"Errors": null
},
"FormW8Ben": null,
"Errors": null
}
Response for FormW-8BEN-E: A response will have information such as the Name, Address, and Country, along with the link to download the completed W-8BEN-E.
{
"FormType": "FormW8BENE",
"FormW9": null,
"FormW8Ben": null,
"FormW8BenE": {
"SubmissionId": "ae532fac-5fa7-4117-b97a-1b8c2dbeccde",
"Requester": {
"BusinessId": "7c0bfa76-9620-49ac-ab4f-9867d21a9ed5",
"BusinessNm": "lokine LLC",
"TINType": "EIN",
"TIN": "24-4962422"
},
"PayeeRef": "ED122k",
"RecipientId": "ee0628d0-ccbc-45be-a72f-ed989b3bf348",
"W8BENEStatus": "COMPLETED",
"StatusTs": "2022-07-12 09:19:23 -04:00",
"FormW8BENERequestType": "COMMON_URL_API",
"PdfUrl": "https://s3.amazonaws.com/taxbandits-dev-api/ee0cfa56-aaa4-4947-8430-93f54f31b817.Pdf",
"Email": null,
"FormData": {
"Part1": {
"NmOfOrganization": "Chris Evans",
"CountryOfOrganization": "Malaysia",
"NmOfDisregardedEntity": "Tecvon LLC",
"Ch3Status": "SIMPLE TRUST",
"IsEntityTreatyClaim": true,
"Ch4Status": "EXEMPT RETIREMENT PLANS",
"USTINType": "EIN",
"USTIN": "812-78-1246",
"GIIN": "PO74QW.IM524.TF.891",
"ForeignTIN": null,
"IsFTINNotLegallyRequired": true,
"ReferenceNum": "ED122k",
"PermanentAdd": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "TN",
"Country": "India",
"PostalCd": "641016"
},
"MailAdd": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "TN",
"Country": "India",
"PostalCd": "641016"
}
},
"Part2": null,
"Part3": {
"IsBeneficiaryCountryTreatedWithin": true,
"BeneficiaryCountry": "Malaysia",
"IsBeneficiaryClaimingTreatyBenefits": true,
"LimitationOnBenefits": "TAX-OTHER TAX-EXEMPT ORGANIZATION",
"OthersDetail": null,
"IsBenifitsForUSSourceFromForeignCorp": true,
"ClaimingProvArticlePara": "PO099WER45Y781UB",
"RateOfWH": 90.98,
"TypeOfIncome": null,
"AdditionalConditions": null
},
"Part4": null,
"Part5": null,
"Part6": null,
"Part7": null,
"Part8": null,
"Part9": null,
"Part10": null,
"Part11": null,
"Part12": null,
"Part13": null,
"Part14": null,
"Part15": {
"Line29a": true,
"Line29b": false,
"Line29c": false,
"Line29d": false,
"Line29e": false,
"Line29f": false
},
"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": null,
"Part30": {
"IsCapacityToSign": true,
"SignerNm": "Evans ",
"SignDate": "2022-07-12T09:19:21"
}
},
"Errors": null
},
"Errors": null
}