Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a supported QR code is detected with valid payment data, the white camera frame turns green with the message that the QR code is detected. If the QR code doesn’t have a supported payment format, the white camera frame turns yellow with the message that the QR code is not supported. Payment information extraction starts immediately after the supported QR code is successfully scanned. The extractions are returned in the result of the CameraActivity CaptureFlowContract.

Note

If you use a custom networking implementation, send the QR code data to our API and only use the extractions returned by the CameraActivity CaptureFlowContract.

Reading payment data from QR codes on the device is the first part of payment data extraction. The second part is sending the QR code data to our API which handles the extraction logic.

...