From fb33f68bf67c50e9a0b9686ce3397f766f4b2e63 Mon Sep 17 00:00:00 2001
From: Jun-te Kim
Date: Sat, 7 Feb 2026 19:44:13 +0000
Subject: [PATCH] save new price
---
stripe_to_invoice/README.md | 41 ++++++++++++++--------------------
stripe_to_invoice/app/page.tsx | 2 +-
2 files changed, 18 insertions(+), 25 deletions(-)
diff --git a/stripe_to_invoice/README.md b/stripe_to_invoice/README.md
index 6ccf291..cb41c53 100644
--- a/stripe_to_invoice/README.md
+++ b/stripe_to_invoice/README.md
@@ -71,12 +71,15 @@ Got you — here’s a clean, founder-brain-friendly summary of **Stripe → Inv
---
-## ⚠️ Known issues
+## ⚠️ Known issues & TODO
-* Account codes:
-
-* Missing UX guardrails:
+* **CRITICAL: Stripe payment integration**
+ * Need to implement Stripe Billing API to accept payments
+ * Currently not accepting any money from users (test mode only)
+ * Must add subscription checkout flow before going live
+ * Reference: [Stripe Billing API docs](https://stripe.com/docs/billing)
+* **Missing UX guardrails:**
* No clear **pre-payment checklist** before enabling sync
---
@@ -184,27 +187,17 @@ These unlock charging real money.
### Pricing Tiers
-**Starter — £15/month**
-* Up to 50 invoices/month
-* Stripe Payment Links + one-off payments
-* Email support (48h response)
-* Perfect for: Solo founders, side projects, small consultancies
+**All Plans — £50/month**
+* Unlimited invoices/month
+* Stripe Payment Links + Subscriptions support
+* Full VAT handling and audit compliance
+* Email support
+* Perfect for: UK businesses using Stripe + Xero, any size
-**Professional — £35/month**
-* Up to 200 invoices/month
-* Everything in Starter, plus:
- * Stripe Subscriptions support
- * Priority email support (24h response)
- * Custom account code mapping
-* Perfect for: Growing businesses, SaaS products, agencies
-
-**Business — £75/month**
-* Unlimited invoices
-* Everything in Professional, plus:
- * Multi-currency support (planned)
- * Dedicated Slack support
- * Early access to new features
-* Perfect for: Established businesses, high-volume merchants
+**Future tiers** (if needed):
+* Starter — £30/month (up to 50 invoices)
+* Professional — £50/month (up to 200 invoices)
+* Business — £100/month (unlimited)
### Implementation Notes
diff --git a/stripe_to_invoice/app/page.tsx b/stripe_to_invoice/app/page.tsx
index 7b138e0..2abf940 100644
--- a/stripe_to_invoice/app/page.tsx
+++ b/stripe_to_invoice/app/page.tsx
@@ -224,7 +224,7 @@ export default async function Home() {