940-V - Payment Voucher
Form 940-V is a payment voucher used to accompany payments when filing Form 940, which is the Employer's Annual Federal Unemployment (FUTA) Tax Return. The voucher helps to ensure that the payment is properly credited to the taxpayer's account.
To use the Upload PDF endpoint for this document, you must use A_940_V
in the form_type
parameter.
Field descriptions
The following fields are available on this form type:
JSON Attribute | Data Type | Description |
---|---|---|
a_940_v-PaymentVoucher:year | Integer | Year |
a_940_v-PaymentVoucher:line1-EnterYourEmployerIdentificationNumber(Ein) | EIN | Line 1 - Enter Your Employer Identification Number (EIN) |
a_940_v-PaymentVoucher:line2-EnterTheAmountOfYourPayment:dollarsAndCents | Money | Line 2 - Enter The Amount Of Your Payment |
a_940_v-PaymentVoucher:line3-EnterYourBusinessName(IndividualNameIfSoleProprietor) | Text | Line 3 - Enter Your Business Name (Individual Name If Sole Proprietor) |
a_940_v-PaymentVoucher:line3-EnterYourAddress:addressLine1 | Text | Line 3 - Enter Your Address |
a_940_v-PaymentVoucher:line3-EnterYourAddress:addressLine2 | Text | Line 3 - Enter Your Address |
a_940_v-PaymentVoucher:line3-EnterYourAddress:city | Text | Line 3 - Enter Your City |
a_940_v-PaymentVoucher:line3-EnterYourAddress:state | State | Line 3 - Enter Your State |
a_940_v-PaymentVoucher:line3-EnterYourAddress:zipCode | ZIP Code | Line 3 - Enter Your Zip Code |
a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignCountryName | Text | Line 3 - Enter Your Address |
a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignProvince/County | Text | Line 3 - Enter Your Address |
a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignPostalCode | Text | Line 3 - Enter Your Address |
Sample document
Sample JSON result
{
"pk": 40915897,
"uuid": "c1b0cf80-5734-4d20-884c-40e636798326",
"name": "API documentations",
"created": "2023-10-25T17:58:37Z",
"created_ts": "2023-10-25T17:58:37Z",
"verified_pages_count": 35,
"book_status": "ACTIVE",
"id": 40915897,
"forms": [
{
"pk": 50924522,
"uuid": "e07cfb96-eb91-478b-9e80-517cb12af9ef",
"uploaded_doc_pk": 62051999,
"form_type": "A_940_V",
"raw_fields": {
"a_940_v-PaymentVoucher:year": {
"value": "2022",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:city": {
"value": "FAKE CITY",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:state": {
"value": "CA",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:zipCode": {
"value": "12345-1234",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:addressLine1": {
"value": "123 FAKE STREET",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:addressLine2": {
"value": "SUITE 12",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignPostalCode": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignCountryName": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourAddress:foreignProvince/County": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line1-EnterYourEmployerIdentificationNumber(Ein)": {
"value": "12-3456789",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line2-EnterTheAmountOfYourPayment:dollarsAndCents": {
"value": "2400.00",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
},
"a_940_v-PaymentVoucher:line3-EnterYourBusinessName(IndividualNameIfSoleProprietor)": {
"value": "JOHN SAMPLE",
"is_empty": false,
"alias_used": null,
"source_filename": "940_V.pdf",
"confidence": 1.0
}
},
"form_config_pk": 304185,
"tables": [],
"attribute_data": null
}
],
"book_is_complete": true
}
Updated 4 months ago