# highermark — Reservations Log

> Manual tracking until Resend + Stripe + Strike webhooks are live.
> Once live, this syncs automatically via `api/stripe-webhook.js` → Supabase → staff dashboard.

---

## NY Nodes in The Sky — Reservations

| # | Name | Contact | Payment | Amount | Date | Confirmed |
|---|------|---------|---------|--------|------|-----------|
| — | — | — | — | — | — | — |

**Capacity:** Strictly limited (premier venue)  
**Lightning price:** $1,950  
**Card price:** $2,000  
**Stripe link:** https://buy.stripe.com/7sY8wPaLY8r1drMgAb43S0e  
**Lightning LNURL:** `LNURL1DP68GURN8GHJ7MRWW4EXCTNPWF4KZER99EEKSTMVDE6HYMP0XF3RGDE4XEJNWVNRXQCXVWFNVDNX2V33XSCRQDE5X33NJWFCXV6S7K3LKJ`

---

## Raleigh Nodes by the Rye — Reservations

| # | Name | Contact | Payment | Amount | Date | Confirmed |
|---|------|---------|---------|--------|------|-----------|
| — | — | — | — | — | — | — |

**Capacity:** 12 seats total  
**Lightning price:** $950  
**Card price:** $1,000  
**Stripe link:** https://buy.stripe.com/eVq3cvbQ2az987s5Vx43S0f  
**Event date:** July 21, 2026

---

## highermark Device (ESP32-S3) — Pre-orders

| # | Address | Contact (optional) | Payment | Amount | Date | Shipped |
|---|---------|-------------------|---------|--------|------|---------|
| — | — | — | — | — | — | — |

**Price:** $100 (pre-order)

---

## How to Auto-Sync (Once Webhooks Are Live)

1. Stripe `checkout.session.completed` → `api/stripe-webhook.js` → insert row in Supabase `reservations` table
2. Lightning payment confirmed via Strike webhook → `api/strike-webhook.js` → insert row + send Resend email
3. Order form submitted → `api/send-confirmation.js` → Resend sends summary to customer + notification to jim@highermark.xyz
4. Staff dashboard reads from Supabase via `GET /api/reservations` (authenticated)

See `docs/nextsteps.md` for full implementation steps.
