Submit Form 8821
Submit an IRS 8821 form.
curl --request POST \
--url https://api.trychart.com/providers/irs/f8821 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"personalInfo": {
"firstName": "John",
"lastName": "Doe",
"ssn": "123456789"
},
"businessInfo": {
"name": "Test, Inc.",
"taxId": "123456789",
"type": "S-Corporation",
"phone": "1112223344",
"title": "Chief Executive Officer"
},
"address": {
"street": "123 Main St",
"other": "Apt 1",
"city": "San Francisco",
"state": "CA",
"zip": "94101"
},
"signatureBase64": "<string>",
"signatureText": "<string>",
"form56": {
"identification": {
"taxpayer": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
},
"identificationNumber": "<string>",
"decedentSSN": "<string>"
},
"fiduciary": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
}
}
},
"authority": {
"1": "a",
"1gDesc": "<string>",
"2a": "<string>",
"2b": "<string>"
},
"tax": {
"5": "<string>",
"types": [
"Income"
],
"typeDesc": "<string>",
"forms": [
"a"
],
"formDesc": "<string>"
},
"proceedings": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
},
"date": "<string>",
"time": {
"text": "<string>",
"amOrPm": "AM"
},
"initiationDate": "<string>",
"docketNumber": "<string>",
"placeOfOtherProceedings": "<string>"
},
"title": "<string>"
},
"extraDesignees": [
{
"name": "<string>",
"address": {
"street": "123 Main St",
"other": "Apt 1",
"city": "San Francisco",
"state": "CA",
"zip": "94101"
},
"cafNumber": "<string>",
"monitorIRSNotices": true
}
]
}'
{
"authorizationCode": "578453a7dc8f1fdcb237d96a98c6b5ef6282108c"
}
Authorizations
Please use base64 encoded client_id:client_secret. You can use this command to generate the base64 encoded string: echo -n 'client_id:client_secret' | base64
Body
Alpha string value with a limit of 50 characters. Only hyphens (-) and spaces are allowed as special characters.
1 - 50
"John"
Alpha string value with a limit of 50 characters. Only hyphens (-) and spaces are allowed as special characters.
1 - 50
"Doe"
Full SSN of the taxpayer. Required for non-business form 8821 submissions.
9
"123456789"
1
"Test, Inc."
EIN or SSN of the taxpayer
9
"123456789"
S-Corporation
, C-Corporation
, Sole Proprietorship
, Partnerships
"1112223344"
Managing Member
, Partner
, Limited Partner
, Director
, Chief Accounting Officer
, Chief Executive Officer
, Chief Operating Officer
, Chief Financial Officer
, President
, Vice President
, Secretary
, Treasurer
, Assistant Treasurer
, Controller
, Owner
, Sole Proprietor
, Executor
, Beneficiary
, Trustee
, Administrator
"Chief Executive Officer"
Base64 encoded signature image. Only supply the base64 string, not the 'data:image/png;base64,' prefix.
The typed name of the signer.
1
IRS Form 56 (https://www.irs.gov/pub/irs-pdf/f56.pdf). Only required if the signer of the form 8821 is the fiduciary and not the taxpayer.
Name of person for whom you are acting (as shown on the tax return)
1
Address of person for whom you are acting (number, street)
1
City or town, state, and ZIP code
1
1
1
Identification number must be exactly 9 digits and numeric only
SSN must be exactly 9 digits and numeric only
Fiduciary's name
1
Fiduciary's address (number, street, and room)
1
Fiduciary's city
1
Fiduciary's state
1
Fiduciary's ZIP code
1
Name of court (if other than a court proceeding, identify the type of proceeding and name of agency)
1
Address of court
1
City or town, state, and ZIP code
1
1
1
Date of proceeding
1
Date proceeding initiated
1
Docket number
1
1
1
"123 Main St"
1
"San Francisco"
1
"CA"
1
"94101"
"Apt 1"
1
Response
"578453a7dc8f1fdcb237d96a98c6b5ef6282108c"
Was this page helpful?
curl --request POST \
--url https://api.trychart.com/providers/irs/f8821 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"personalInfo": {
"firstName": "John",
"lastName": "Doe",
"ssn": "123456789"
},
"businessInfo": {
"name": "Test, Inc.",
"taxId": "123456789",
"type": "S-Corporation",
"phone": "1112223344",
"title": "Chief Executive Officer"
},
"address": {
"street": "123 Main St",
"other": "Apt 1",
"city": "San Francisco",
"state": "CA",
"zip": "94101"
},
"signatureBase64": "<string>",
"signatureText": "<string>",
"form56": {
"identification": {
"taxpayer": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
},
"identificationNumber": "<string>",
"decedentSSN": "<string>"
},
"fiduciary": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
}
}
},
"authority": {
"1": "a",
"1gDesc": "<string>",
"2a": "<string>",
"2b": "<string>"
},
"tax": {
"5": "<string>",
"types": [
"Income"
],
"typeDesc": "<string>",
"forms": [
"a"
],
"formDesc": "<string>"
},
"proceedings": {
"name": "<string>",
"address": {
"street": "<string>",
"other": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
},
"date": "<string>",
"time": {
"text": "<string>",
"amOrPm": "AM"
},
"initiationDate": "<string>",
"docketNumber": "<string>",
"placeOfOtherProceedings": "<string>"
},
"title": "<string>"
},
"extraDesignees": [
{
"name": "<string>",
"address": {
"street": "123 Main St",
"other": "Apt 1",
"city": "San Francisco",
"state": "CA",
"zip": "94101"
},
"cafNumber": "<string>",
"monitorIRSNotices": true
}
]
}'
{
"authorizationCode": "578453a7dc8f1fdcb237d96a98c6b5ef6282108c"
}