Web Escáner CX30: A Plugin for Check Scanning in Banking Branches
Web Escáner CX30 is a free Chrome add-on developed by gfvepormas. It is a plugin designed to facilitate check scanning in banking branches. The add-on implements native messaging to execute the Digital Check CX30 scanner.
The interaction with the scanner is done by sending desired operations in JSON format. For scanning a check, the request is sent with the following structure:
Request:
{ "opcion": 1 }
Response:
{ "code": <value>, "status": <value>, "micr": <value>, "numCuenta": <value>, "numCheque": <value>, "imgFront": Base64(Imagen.jpeg), "imgBack": Base64(Imagen.jpeg) }
For executing the function to eject a stuck check, the request is sent with the following structure:
Request:
{ "opcion": 2 }
Response:
{ "code": <value>, "status": <value> }
Web Escáner CX30 provides a seamless integration between the Chrome browser and the Digital Check CX30 scanner, allowing banking branches to efficiently process check transactions.





