
The short answer
Cashierless checkout lets a shopper pick up what they want and walk out, with no line and no register. Often called just walk out shopping, it combines two things: sensors that track what leaves the shelf, and a way to identify who is leaving with it. Getting the second part right, knowing exactly who is paying, is the harder half.
Two problems, not one
A store with no checkout has to answer two questions at the same time. What did this person take, and who is this person. The first is an inventory problem, solved with the store own cameras, shelf sensors, and software. The second is an identity problem, and it is the one that decides whether the right account gets charged.
Getting identity wrong is expensive. Charge the wrong shopper and you have a refund, a complaint, and a dent in trust. So the store needs to know, with confidence, which specific person is walking out with the basket.
How the store recognizes a shopper
There are a few ways to attach a real identity to a person in the aisle. Most just walk out systems ask the shopper to check in on entry, often by scanning a code from an app at a gate.
- Scan in at a gateThe shopper scans a code from an app to open a turnstile, tying the visit to their account.
- Camera associationThe store sensors follow the checked in shopper through the space to attribute items to them.
- Card on fileThe account carries a stored payment method that is charged after the shopper leaves.
Four ways to check out
Every checkout model has to decide who records the items and who identifies the payer. Only the last one takes both off the shopper.
| Model | Who records items | Who identifies the payer |
|---|---|---|
| Staffed register | A cashier | The card at the terminal |
| Self checkout | The shopper | The card at the kiosk |
| Scan and go | The shopper, on their phone | The app account |
| Cashierless | The store sensors | Identity, tied to the shopper |
Why identity is the hard part
Item detection gets the attention because it looks like magic. Identity is quietly harder to do well. The store has to single out one phone among many, keep that phone from connecting to anything it should not, and route the charge to the right account with no tap and no scan.
That is what the proximity method patented by Parousya Technologies is built for. The store broadcasts a short range signal, the shopper phone identifies it as the nearest provider, and the pairing registers with a central server. The two devices never connect directly, and nothing is charged until the terms the shopper agreed to are met. It can remove even the scan at the gate, because presence, not a code, is what identifies the shopper.
The method and the patents
The identity and payment layer under cashierless retail is patented. Parousya Technologies holds the parent patent US10657515B2 for proximity identification and server routed payment, and the divisional US11392923B2, which adds identifying a person without a payment. The family is granted and validated across eleven jurisdictions, including the United States, the United Kingdom, Germany, France, and Singapore. A retailer or platform can license the method instead of building the identity layer from nothing.
Common questions
- What is cashierless checkout?
- A store model where you take what you want and walk out with no register. Sensors track the items, and a separate system identifies who to charge.
- Is it the same as just walk out shopping?
- Yes. Just walk out is the common name for cashierless checkout, where you leave without stopping to pay and the charge happens afterward.
- Does cashierless checkout mean I am charged automatically?
- Only after you agree. Identity confirms who you are, but a well designed method charges nothing until the terms you accepted are met.
- How does the store know it is charging the right person?
- Your phone is tied to your visit, either by a scan at the gate or, with a proximity method, by presence confirmed through a central server.
- Is the camera tracking part of the payment method?
- No. Tracking what you took is the store own inventory technology. The patented method here handles identity and payment, the question of who pays and how the charge is routed.
Sources
- Guide: the proximity methodThe identity layer under just walk out.
- RetailThe full retail use case.
- Glossary: proximity identificationHow presence becomes identity.
- Glossary: server routed transactionHow the charge is routed.
- What is an NFC tag?A passive tag, and its limits for identity.
- How does a robotaxi know who to pick up?The same identity problem, in a car.