Type alias CheckMagneticInkStripScanningStatus

CheckMagneticInkStripScanningStatus: "SUCCESS" | "INCOMPLETE_VALIDATION" | "ERROR_NOTHING_FOUND"

Check magnetic ink (MICR) strip scanning status.

  • SUCCESS: Scanning successful.
  • INCOMPLETE_VALIDATION: Magnetic ink strip was found, but validation failed, because of a format violation, an unsupported format, or an OCR error.
  • ERROR_NOTHING_FOUND: Magnetic ink strip was not found.

Generated using TypeDoc