Simulates a retailer scanning (auth) and processing (auth commit) a cash-deposit barcode against the Greendot test processor. Non-production only.
Active cash-deposit requests with a CREATED, unexpired barcode. Running auth is the retailer scanning it — the barcode moves to the queue below.
| Barcode | Retailer | Entity | Amount | Expires | Action |
|---|---|---|---|---|---|
| 830324006610008131355343835997 | CVS (10831) | id_lqUOxJrVgsG1wRUN9jn2A | 25.99 | ||
| 830324006610008131355343834325 | CVS (10831) | id_q5guLI8NoArcwS9xvef52 | 25.99 | ||
| 830324006610008131355343833356 | CVS (10831) | id_1h1Jw5OkyV0cOr93imvdK | 40.99 |
Barcodes the retailer has scanned — auth landed, auth commit hasn't. Running auth commit settles the deposit and starts the cash deposit workflow. These no longer expire.
| Barcode | Retailer | Entity | Amount | Scanned | Action |
|---|---|---|---|---|---|
| No barcodes ready to auth commit. | |||||
Fetches barcode details straight from the Greendot API by barcode number and retailer id (e.g. 7 for CVS, 8 for Walmart).