RequestByEmail
This is a payer-initiated method wherein our API endpoint will be used to send an email request containing a unique URL to the payees (recipients) for the completion of W-9, W-8BEN, or W-8BEN-E Forms.
In order to generate this unique url, the recipient’s name and email address are required. Once they complete the Form W-9 using this url, you will receive a notification through Webhook regarding the W-9 completion.
How does this work?
-
Like any other TaxBandits API Endpoint, the first step is to call the notification to get the access token. This access token must be provided in the request header as the ‘Bearer‘ token. Refer to the OAuth 2.0 Authentication for more information on JWT authentication and integrating with subsequent requests.
-
Create a Business in TaxBandits. It's mandatory that you have added at least one business before requesting this endpoint.
-
The next step is to call the [POST] WhCertificate/RequestByEmail endpoint with the following values:
- Access Token in the header as Bearer Token (Generated using TaxBandits OAuth authentication API).
- Payee Email Address - The link to complete W-9 / W-8BEN / W-8BEN E will be sent to this email address.
- Payee Reference (Optional) - A unique identifier for each payee who completes Form W-9. This identifier will be used in future references of the payee in the API.
- Payee Name and Address (Optional) - The payee information will be pre-filled on the form when passed in the request.
- Requester (Business ID or TIN) (optional) - To identify and save the W-9/W-8 under a particular business. Refer to the Business endpoint to learn more about creating a business in TaxBandits. If you don’t provide a Business ID or TIN in the request, the W-9/W-8 will be associated with the default business, i.e., the first business created in your account.
- DBA Reference (Optional) - If you have multiple DBA names for your business, you can provide the DBA name you want to use as the Requester Name on W-9/W-8 forms.
- Customizations (Optional) - You can provide the following things in your request for customization.
-
Business Logo - You can provide your business logo and its position.
-
Color Theme - Specify the primary and secondary colors of the page.
-
Interview-Style - As an alternative to direct-form entry, provide your recipients with an interview-style W-9 completion.
-
ShowDownloadPage - Choose whether or not to provide your recipients with the option to download their completed form.
-
-
TaxBandits will send the W-9/W-8 request emails to the payees. The email will have the link to complete Form W-9 / W-8BEN / W-8BEN E.
-
The payees will complete and e-sign the form in a secure portal. The secured portal can be white-labeled with your URL, logo, and theme.
-
Once the payee completes and signs the form, you will be notified via Webhook. The Webhook payload will have the form information, such as the name, address, EIN/SSN, etc., along with the link to download the completed form.
Refer to Form WhCertificate webhook to learn more about webhook setup and sample payload.
-
If IsTINMatching is set to ‘TRUE’, TaxBandits will validate the payee’s TIN against the IRS database.
POST WhCertificate/RequestByEmail
Request Body
Field | Type | Description |
---|---|---|
SubmissionManifest | Object[] | SubmissionManifest provides brief information about submission and the services opted for. |
IsTINMatching | Boolean | Optional TIN Matching will be enabled when the value is set as True. Once the recipient completes Form W-9, TaxBandits will match the Recipient's Name and SSN with the IRS database and notify the client via the webhook with the TIN results. |
Requester | Object | Collects the Requester identifier TIN or TBS Business ID or PayerRef. If neither is provided, the default Business will be assumed as the Requester. |
PayerRef | String | Optional A unique payer identifier assigned by you while requesting the payer information using the endpoint Business/RequestByURL. 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 provide the BusinessId in the request, then the URL will be generated against the default business, i.e., the first business created in your account. |
TIN | String | Optional Taxpayer Identification Number. Use this as an alternative for BusinessId or PayerRef. Size Range: 9-11 Allowed values"EIN", "SSN" (Including hyphen) |
DBAId | String | OptionalUnique Identifier for the DBA. |
DBARef | String | OptionalA Unique identifier for each DBA. This identifier can be used in future references for the DBA in the API. Size Range: 1 - 50 |
Recipient | Object[] | Collects the recipient's unique identifier and other basic information that will be pre-filled on the Form. |
PayeeRef | String | A unique identifier for each recipient completing the Form W-9. This identifier will be used in future references of the recipient. Size Range: 1-50 |
Name | String | Optional Recipient Name. This will be pre-filled on the Form. Size Range: ..50 |
String | Email address of the recipient. This is the email address to which the WhCertificate request email will be sent. Size Range: 1-100 | |
Address | Object | Collects US address details of the recipient. |
Address1 | string | Optional Recipient US Address 1 (street address or post office box of that locality). This will be pre-filled on the Form. Size Range: ..46 |
Address2 | string | Optional Recipient US Address 2 (suite or apartment number). This will be pre-filled on the Form. Size Range: ..46 |
City | string | Optional Recipient US City. This will be pre-filled on the Form. Size Range: ..46 |
State | string | Optional OptionalRecipient US State Code. This will be pre-filled on the Form. Size Range: 2 Allowed values"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP" |
ZipCd | string | Optional Recipient Zip Code. In the format 99999 or 99999-9999. This will be pre-filled on the Form. Size Range: 5..10 |
WebhookRef | Guid | Optional A unique identifier of the Webhooks that TaxBandits generates against each Callback URL when adding it to 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. |
CustomizationId | Guid | Optional A unique customization identifier generated by TaxBandits after you complete the customization in the console. Note: You can customize the W-9/W-8 page (secure URL) with your own logo, fav icon, primary and secondary colors, and email. |
Customization | Object | Optional Collects the customizations like TIN service, Business Logo and Callback URLs. |
BusinessLogoUrl | String | Optional Gets the Business Logo. If given the business logo will be shown in the Iframe page. Size Range: ..150 |
LogoPosition | String | Optional Optional The position where your business logo will be placed on the page.Allowed values"LEFT", "CENTER", "RIGHT" |
InterviewFlow | Boolean | Optional As an alternative to direct-form entry, provide your recipients with an interview-style W-9/W-8 completion. |
PrimaryColor | String | Optional The color theme of the iframe page will be customized with this primary color. |
SecondaryColor | String | Optional The color theme of the iframe page will be customized with this secondary color. |
Request JSON
- Sample 1
- Sample 2
- Sample 3
An email with the link for WhCertificate will be sent to the provided recipient email address. Since the business ID is provided, the completed form will be saved against the same. When a recipient submits the form, the Form WhCertificate Status Change Webhook payload will include the form data.
{
"SubmissionManifest": {
"IsTINMatching": true
},
"Requester": {
"BusinessId": "9e284b90-aa98-4287-8e9a-38cc590a90d3",
"PayerRef":null,
"TIN": "092-11-5116"
},
"Recipients": [
{
"PayeeRef": "T@122",
"Name": "Jordan Henry",
"Email": "mark@sample.com"
},
{
"PayeeRef": "mia@345",
"Name": "Mia Harper",
"Email": "mark@sample.com"
}
],
"WebhookRef":"99db0874-e749-48d6-b96f-de6447d03667"
}
RequestByEmail with DBA details
{
"SubmissionManifest": {
"IsTINMatching": false
},
"Requester": {
"BusinessId": null,
"PayerRef": null,
"TIN": null,
"DBAId": "dfb13337-f49b-42fb-b989-07c674a7b81c",
"DBARef": "#001"
},
"Recipients": [
{
"PayeeRef": "1452631",
"Name": "Mark Davis",
"Email": "mark@sample.com"
}
]
}
Send a WhCertficate request email to the recipients. (Email and secure URL Customizations included)
{
"SubmissionManifest": {
"IsTINMatching": true
},
"Requester": {
"BusinessId": "959763e4-26d3-4d52-a8eb-b954b22616fd",
"PayerRef": "Pay025",
"TIN": "865923062",
"DBAId": null,
"DBARef": null
},
"Recipients": [
{
"PayeeRef": "payeeref016",
"Name": "Shawn Williams",
"Email": "shawn@sample.com"
}
],
"WebhookRef": null,
"CustomizationId": null,
"Customization": {
"InterviewFlow": true,
"BusinessLogoUrl": "https://www.spanenterprises.com/Content/Images/span.png",
"LogoPosition": "CENTER",
"PrimaryColor": "#1321E6",
"SecondaryColor": "#0F700C"
}
}
Response Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | A Unique identifier of a submission. |
Requester | Object | Requester information. |
BusinessId | Guid | A unique identifier of the business. |
BusinessNm | String | Requester 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 |
FirstNm | String | First Name of the Individual Size Range: ..20 |
MiddleNm | String | Middle Name of the Individual Size Range: ..20 |
LastNm | String | Last Name of the Individual Size Range: ..20 |
Suffix | String | Suffix of the Individual Allowed values"Jr", "Sr", "I", "II", "III", "IV", "V", "VI", "VII" |
PayerRef | Guid | A Unique identifier of the payer. |
TINType | String | TIN Type of the Requester. |
TIN | String | Taxpayer Identification Number of the requester. |
DBAId | String | Unique Identifier for the DBA. |
DBARef | String | Unique identifier for each DBA. This identifier can be used in future references of the DBA in the API |
WhCertificate | Object | Details of Withholding Certificate requests given in the request body. |
SuccessRecords | Object | Recipients with no error in the request |
PayeeRef | String | A Unique identifier of the recipient. |
String | Email Address of the recipient to which W-9 request was sent. | |
WhCertificate Status | String | Status of the WhCertificate |
StatusTs | String | Timestamp of the WhCertificate status |
ErrorRecords | Object | Details of the recipients with errors |
PayeeRef | String | A Unique identifier of the recipient. |
String | The email address of the recipient given in the request | |
Errors | object[] | Collection of errors for the recipient |
Id | string | Error ID number. This ID is assigned by TaxBandits and it is unique for each error. |
Name | string | Name of the errored node. |
Message | string | Shows the error message. |
Errors | object[] | Collection of errors for the submissions. 'You should have at least one business in your account to request WhCertificate’ 2.‘Insufficient credits in the account’ |
Id | string | Error ID number. This ID is assigned by TaxBandits and it is unique for each error. |
Name | string | Name of the errored node. |
Message | string | Shows the error message. |
Response JSON
- Response 1
- Response 2
- Response 3
An email with the link for WhCertificate will be sent to the provided recipient email address. Since the business id is provided, the completed form will save against the same. When a recipient submits the form, the Form WhCertificate Status Change webhook payload will include the form data.
{
"SubmissionId": "2d1797a2-5e56-4da4-a59d-e82e858ffbd8",
"Requester": {
"BusinessId": "9e284b90-aa98-4287-8e9a-38cc590a90d3",
"BusinessNm": "Snowdaze LLC",
"PayerRef": "Pe12rtgr3",
"TINType": "SSN",
"TIN": "092-11-5116"
},
"WhCertificate": {
"SuccessRecords": [
{
"PayeeRef": "T@122",
"Email": "mark@sample.com",
"WhCertificateStatus": "ORDER_CREATED",
"StatusTs": "2022-06-14 07:05:18 +05:30"
},
{
"PayeeRef": "mia@345",
"Email": "mark@sample.com",
"WhCertificateStatus": "ORDER_CREATED",
"StatusTs": "2022-06-14 07:05:18 +05:30"
}
],
"ErrorRecords": null
},
"Errors": null
}
{
"SubmissionId": "09bddc72-5111-414a-ad6c-923140452e2e",
"Requester": {
"BusinessId": "2f7db6c1-c7aa-4dd0-8ae3-e45e4c5db106",
"BusinessNm": "Snowdaze LLC",
"PayerRef": "96459",
"TINType": "SSN",
"TIN": "644-51-5744",
"DBAId": "dfb13337-f49b-42fb-b989-07c674a7b81c",
"DBARef": "#001"
},
"WhCertificate": {
"SuccessRecords": [
{
"PayeeRef": "1452631",
"Email": "mark@sample.com",
"WhCertificateStatus": "ORDER_CREATED",
"StatusTs": "2024-04-03 08:38:09 -04:00"
}
],
"ErrorRecords": null
},
"Errors": null
}
{
"SubmissionId": "d57512a3-775d-4395-ad84-4d262e2d8aeb",
"Requester": {
"BusinessId": "959763e4-26d3-4d52-a8eb-b954b22616fd",
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"PayerRef": "Pay025",
"TINType": "EIN",
"TIN": "86-5923062",
"DBAId": null,
"DBARef": null
},
"WhCertificate": {
"SuccessRecords": [
{
"PayeeRef": "payeeref016",
"Email": "shawn@sample.com",
"WhCertificateStatus": "ORDER_CREATED",
"StatusTs": "2024-09-18 01:50:38 -04:00"
}
],
"ErrorRecords": null
},
"Errors": null
}