In order for PPP to deposit loans into business accounts business and account information must be submitted. Ocrolus pulls standard key values from voided checks to facilitate the logistics of bank account information
The form_type
parameter VOIDED_CHECK
for the Upload PDF endpoint is required for this Form Type.
Optional fields captured
Configuration-Driven Output
All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.
JSON Attribute | Data Type | Description |
---|---|---|
| Text | Name of the business printed on the check |
| Text | Address 1 of the business |
| Text | Address 2 of the business |
| Text | City of business |
| Text | Formatted as a 2 character state code. State the business resides in. |
| Text | 5 digit zip code in which business resides |
| Text | Formatted (XXX)XXX-XXXX. Phone number of business |
| Text | Name of the bank issuing the check |
| Text | Printed check number located on the top of the voided check |
| Text | Printed check number located on the top of the voided check |
| Text | 9 digit number. Routing number of account owned by business at bank |
| Text | Account number of the business at the bank |
Sample Form
The below Ocrolus Sample PDF (input) matches the below Sample JSON Result (output).
Sample JSON Result
{
"form_type": "VOIDED_CHECK",
"pk": 4646680,
"form_config_pk": 1645,
"raw_fields": {
"voided_check-Part1:nameOfBusiness": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "OCROLUS INC."
},
"voided_check-Part1:businessAddress:addressLine1": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "123 EXAMPLE DR"
},
"voided_check-Part1:businessAddress:addressLine2": {
"alias_used": null,
"is_empty": true,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": ""
},
"voided_check-Part1:businessAddress:city": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "NEW YORK"
},
"voided_check-Part1:businessAddress:state": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "NY"
},
"voided_check-Part1:businessAddress:zip": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "11111"
},
"voided_check-Part1:businessPhoneNumber": {
"alias_used": null,
"is_empty": true,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": ""
},
"voided_check-Part1:nameOfBank": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "FIRST BANK OF EXAMPLES"
},
"voided_check-Part2:checkNumber(TopOfCheck)": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "1025"
},
"voided_check-Part2:checkNumber(BottomOfCheck)": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "001025"
},
"voided_check-Part2:routingNumber": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "101112131"
},
"voided_check-Part2:accountNumber": {
"alias_used": null,
"is_empty": false,
"page_doc_pk": 64153458,
"source_filename": "Ocrolus Sample PDF - Voided Check.pdf",
"value": "40123456789"
}
},
"tables": []
}
Updated 9 months ago