store — Group 8, Code 80
Store value into a locker.
Purpose
store is the standard write path for placing coins into a locker. The PAN supplied here is the locker key the caller will use later for inspection, withdrawal, or sale flows.
Request layout
The request body is a stream of 37-byte per-coin records. The diagram below shows one record; offsets are relative to the start of each record.
| Per-coin field | Size |
|---|---|
| Denomination | 1 byte |
| Serial number | 4 bytes (big-endian) |
| AN (current) | 16 bytes |
| PAN (locker key) | 16 bytes |
The live 80 store request uses 37 bytes per coin.
PAN suffix rule
The PAN must end in FF FF FF FF for the standard locker store path. This marker is what distinguishes a locker key from an ordinary PAN rotation.
Status codes
Expect 241 for all pass, 242 for all fail, and 243 when the body carries a mixed-result bitfield. See the authentication overview for the 241/242/243 response pattern shared with Group 1.