Verify Check
Verify a check before submitting it for processing. The endpoint validates the MICR line (routing and account numbers), confirms the account is in good standing and returns a risk decision so the platform can decide whether to deposit the check.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Check verification request body
ABA routing number extracted from the MICR line
9Bank account number the check is drawn on
Check amount in the smallest currency unit (e.g. cents)
Type of check being verified
personal, business Sequential number printed on the check
ISO 4217 currency code
Name of the account holder issuing the check
Base64-encoded image of the front of the check captured from a scanner or mobile app
Base64-encoded image of the back of the check
Response
Check verification completed successfully
health_status_ok, health_status_error, validation_error, bad_request, unauthorized, forbidden, not_found, method_not_allowed, internal_server_error, organization_not_found, cannot_access_organization, api_key_not_found, resource_already_exists