Stripe setup for a lean notary coordination pilot.
Before building a full backend, this project can validate pricing with Stripe Payment Links or Checkout. The first version should avoid storing sensitive legal, medical, SSN, or ID details in Stripe metadata.
Wired checkout line items
- Pilot subscription: $149/month
- Growth subscription: $299/month
- Completed packet fee: $15 per packet
- Concierge onboarding: $499 one-time
Full fix checklist when backend code exists
- Verify webhook signatures and idempotency.
- Gate product access from webhook-updated database state.
- Use Customer Portal for cancellation, invoices, and payment method changes.
- Use Connect only if the platform pays notaries or witnesses.
- Use Stripe Tax before national scale.
- Never place PHI, IDs, or legal matter details in Stripe metadata.