POST a scanned or photographed check, get structured JSON. MICR routing/account validated with mod-10. Courtesy + legal amount reconciliation built in. Bearer-token auth, webhooks, async polling.
99%
MICR field accuracy
10s
Median time per check
10k+
Businesses using DocuClipper
4.7/5
G2 rating
Multipart POST with your image or PDF. The response includes a documentId you can poll, or subscribe to a webhook for completion.
curl -X POST "https://www.docuclipper.com/api/v1/protected/document" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "documentType=check" \
-F "document=@check.jpg"MICR fields with mod-10 validation, payee, dates, courtesy + legal amount with amountReconciled flag, memo, and signature-presence boolean.
{
"documentId": "doc_3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "completed",
"documentType": "check",
"micr": {
"routingNumber": "021000021",
"accountNumber": "1234567890",
"checkNumber": "1042",
"routingValid": true
},
"payee": "Acme Plumbing, LLC",
"issueDate": "2026-04-18",
"courtesyAmount": 1250.00,
"legalAmount": 1250.00,
"amountReconciled": true,
"memo": "Invoice #4821",
"signaturePresent": true
}Everything you need to parse remote-deposit and scanned check images at scale.
Extract the MICR line: routing number, account number, and check number. Routing numbers are validated with the standard mod-10 checksum so bad reads are flagged programmatically.
The numeric (courtesy) amount and the written (legal) amount are extracted independently and cross-checked. Mismatches surface a flag so you can route the check to manual review.
Get the payee name, the issue date as ISO, the memo line, and a boolean indicating whether a signature is present in the signature region.
Upload returns a documentId immediately. Subscribe to a webhook or poll the job endpoint. Designed for batch ingestion and remote-deposit pipelines.
Personal Access Tokens scoped to your account. Check images encrypted at rest. Hard-delete via API or UI. Audit log per account.
REST + JSON. Multipart upload. No SDK lock-in. Works from cron jobs, Lambdas, mobile backends, or your own service.
Remote deposit, lockbox, forensic accounting, AP, and audit teams use DocuClipper to turn check images into structured data.
Embed check capture in your mobile or web app. Push the image to the API, get back MICR fields and amounts to validate before posting the deposit.
Bulk-process scanned checks and match each one to bank statement Check #N rows by amount and check number. Build a flow-of-funds view across accounts.
Lockbox vendors and AP teams scan paper checks for deposit. The API returns structured fields so the deposit, payee, and memo can be auto-posted to your AP or AR system.
Import paper-check receipts alongside bank statements and invoices using the same DocuClipper account. Push to QuickBooks, Xero, or NetSuite.
The reconciled flag programmatically identifies checks where the courtesy and legal amounts disagree, often a strong signal for tampering or low-quality scans that need human review.
Long-term retention with searchable, structured metadata. Look up checks by payee, date range, or amount band without re-scanning images.
Reviews from accountants, finance teams, and forensic professionals.
“DocuClipper has helped us eliminate several manual data entry processes, saving us a lot of time.”
Kristin Mitchell
Accounting, United States
“It's a complete game-changer. Instead of spending hours combing through statements, we get the data we need almost instantly.”
Matt
Lending, United Kingdom
“DocuClipper allowed us to enhance our advisory services, directly impacting our bottom line.”
Sarah Winship
Accounting, United Kingdom
Extract check data via API. Start your free 14-day trial. No credit card.
Start free trial