USA Check
Description:
Check is a physical document that instructs a bank or financial institution to transfer funds from one account to another.
The type
parameter is us_cheque
for the Upload endpoint.
Fields supported by Docsumo
Note:
To customize fields for extraction, please contact Customer Success Management (CSM) Team
Check Information
Field Name | Data Type | Description |
---|---|---|
Check Information___Payer Name 1 | String | Payee Name 1 |
Check Information___Payer Name 2 | String | Payee Name 2 |
Check Information___Organization Name | String | Payee Organization Name |
Check Information___Payers Address | String | Address of the Payer |
Check Information___Payee Name | String | Payee Name |
Check Information___Payee Address | String | Address of the Payee |
Check Information___Check Date | Date | Issued date of Check |
Check Information___Amount | Number | Amount in the check |
Check Information___Check Number | String | Unique Check Identification Number |
Check Information___Routing Number | String | Routing Number Identification |
Check Information___Account Number | String | Account Number of the payer |
Sample Form
Json output by Docsumo
[
{
"data": {
"Check Information": {
"Payer Name 1": {
"value": "Lucia A. Kimberly",
"position": [
74,
64,
243,
89
],
"confidence": 0.93,
"review_required": false
},
"Payer Name 2": {
"value": "",
"position": [],
"confidence": 0,
"review_required": true
},
"Organization Name": {
"value": "",
"position": "",
"confidence": 0,
"review_required": true
},
"Payers Address": {
"value": "123 YOUR ADDRESS SOMEWHERE. U.S.A. 12345",
"position": [
74,
90,
346,
137
],
"confidence": 0.82,
"review_required": false
},
"Payee Name": {
"value": "Sample Check",
"position": [
236,
224,
448,
257
],
"confidence": 0.56,
"review_required": false
},
"Payee Address": {
"value": "",
"position": "",
"confidence": 0,
"review_required": true
},
"Check Date": {
"value": "10/25/2018",
"position": [
853,
129,
1105,
154
],
"confidence": 0.93,
"review_required": false
},
"Amount": {
"value": "383.0",
"position": [
939,
211,
1042,
251
],
"confidence": 0.75,
"review_required": false
},
"Check Number": {
"value": "0001",
"position": [
790,
486,
878,
506
],
"confidence": 0.979375883936882,
"review_required": false
},
"Routing Number": {
"value": "125000105",
"position": [
111,
486,
295,
507
],
"confidence": 0.9861853983667161,
"review_required": false
},
"Account Number": {
"value": "000123456789",
"position": [
409,
486,
685,
508
],
"confidence": 0.9272925704717636,
"review_required": false
}
}
}
}
]
Updated 4 months ago