Data validationΒΆ

For every JSON result returned by the SDK you will have a boolean field ("valid") defining whether the credit card number is correct based on the check digit. The validation process is done using Luhn algorithm. You can safely stop the processing when this boolean field is equal to true.

Use case to reach 100% precision:

Process all frames from the camera until the validation field is equal to true.