Automated order-to-store handoff
An order is bound to a specific dark store by software at checkout — not by a human on WhatsApp after the fact.
- Payment truth comes from the gateway webhook rather than the device. The app polls the order, then falls back to an explicit verify call until it has a final answer.
- In-progress payments are persisted on the device, so an app kill, a dead battery or a bounced UPI app-switch still resolves to the correct order state.
- UPI intent, UPI VPA, netbanking, cards, wallet credits and cash on delivery all land in one confirmed-order pipeline — no parallel manual flow per method.
- Confirmed orders hand off to the last-mile partner automatically, with tracking returned to the customer.