Capture check (RDC)
BetaCaptures a check for Remote Deposit Capture (RDC) using the provided check images and details. This endpoint handles the OCR extraction of check data including MICR, routing number, account number, and amount. See the RDC guide for more details.
Headers
Request
The paypoint’s entrypoint identifier. Learn more
Base64-encoded front check image. Must be JPEG or PNG format and less than 1MB. Image must show the entire check clearly with no partial, blurry, or illegible portions.
Base64-encoded rear check image. Must be JPEG or PNG format and less than 1MB. Image must show the entire check clearly with no partial, blurry, or illegible portions.
Check amount in cents (maximum 32-bit integer value).
Response
The date and time when the check was processed (ISO 8601 format).
Flag indicating whether there’s a discrepancy between the provided amount and the OCR-detected amount.
Identifier for the type of check. Personal = 1 Business = 2 Only personal checks are supported for check capture.
Unique ID for the check capture, to be used with the /api/MoneyIn/getpaid endpoint.
The OCR-extracted MICR (Magnetic Ink Character Recognition) line from the check.
Confidence score for the MICR extraction (0-100).
Confidence score for the amount extraction (0-100).
Confidence score for the match between CAR (Courtesy Amount Recognition) and LAR (Legal Amount Recognition).
Status of the CAR/LAR match.
Processed front image of the check (Base64-encoded).
Processed rear image of the check (Base64-encoded).