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
Success response with check processing results.
Unique ID for the check capture, to be used with the /api/MoneyIn/getpaid endpoint.
Indicates whether the check processing was successful.
The date and time when the check was processed (ISO 8601 format).
The OCR-extracted MICR (Magnetic Ink Character Recognition) line from the check.
Status of the MICR extraction process.
Confidence score for the MICR extraction (0-100).
The bank account number extracted from the check.
The bank routing number extracted from the check.
The check number extracted from the check.
The transaction code extracted from the check.
The amount extracted via OCR from the check.
Status of the amount extraction process.
Confidence score for the amount extraction (0-100).
Flag indicating whether there’s a discrepancy between the provided amount and the OCR-detected amount.
Flag indicating whether an endorsement was detected on the check.
List of error messages that occurred during processing.
List of informational messages about the processing.
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).
Identifier for the type of check.
Reference number for the transaction.