QR Code Setup
Summary
The scan code pattern provides a mechanism for rapid verification of QR codes scanned at store gates. This validation process ensures that only compliant requests matching the code you specified are forwarded to the backend services. By implementing this pattern, you can efficiently filter out invalid or unauthorized scan attempts, maintaining the integrity and security of your system's data flow.
Note: If you generate a pattern that fails to match your application's QR code specifications, shoppers will be unable to access the Just WalkOut store as the gate will remain locked. This security measure helps prevent unauthorized entry and ensures that only properly authenticated QR codes can trigger the gate opening mechanism.
Permission setup
Access to the QR code setup is governed by the user permission in the merchant portal. The QR code pattern is automatically enabled for the stores that support delegated identity authorization. The logged in user also needs to have the Connector Configuration permission in the merchant portal
Step by step process
Step 1: Navigate to the store setup tab within the merchant portal
Step 2: Select the store from the drop down list
Step 3: The QR pattern will be in the list of available configurations
Step 4: Provide a valid Regex
Step 5: After you provide the pattern , select save
Note: the pattern field accepts regular expression patterns to match the resolved scan code when the shopper scans their QR code.