My Parking — every garage, one dashboard
`/me/parking` is the driver-owned view of every parking session at every Turtini-powered facility the system has been able to tie back to you.
Why it exists: you are the customer of every garage you visit, but you don't want to make an account at each one. Register your plate once, drop a card on it, and every cooperating operator's gate camera does the rest.
Four tabs:
**Sessions** — chronological list of every session where a camera resolved your plate to your account. Lot name, entry/exit time, duration, amount, and a payment-status badge. Tap a `qr-pending` session to pay; tap any paid session to pull its receipt.
**Plates** — the plates you've registered. Each plate row has:
• Auto-pay on/off (master toggle — if off, the camera still recognizes you but the gate falls back to QR-pay).
• Default payment method (Stripe Setup-Intent flow stores it on the platform-account customer, not on any one garage).
• "Route work-trip parking to" — pick one of the orgs you belong to. When a session overlaps a `tripType=work` trip, the cost auto-emits as a line on that employer's expense report instead of charging your card.
**Passes** — monthly/employee/resident passes operators have issued to you, surfaced as a wallet.
**Receipts** — paid sessions only, with Stripe receipt links.
What's NOT here:
• Sessions where the camera couldn't resolve your plate (you hadn't registered it yet, OCR misread). Add the plate after the fact — future sessions match; past ones don't backfill (no PII leak from operators to you).
• Reservations you pre-booked (those live on the operator's site / your email).
Wally tool: `parking_listMySessions` and `parking_listMyPlates` answer chat questions like "show me my parking last month" or "which card is on my Subaru's plate."