How money gets tracked from “yes” to the bank, and how the paid-only gate gets enforced. Stripe moves the money; the customer’s record is the source of truth for where they stand.
../08-client-list-and-crm/schema.md)| On the record | What it means |
|---|---|
billing.processor_customer_id |
Their ID in Stripe (CHANGE_ME in samples) |
billing.plan |
Which monthly plan / amount |
billing.status |
new · paid up · behind · canceled |
billing.setup_paid_ts |
When the $175 setup fee cleared |
billing.next_charge |
When the next monthly runs |
billing.last_payment_ts |
The last monthly that went through |
new ──(setup fee clears)──► paid up ──(monthly succeeds)──► paid up
▲ │
│ └──(charge fails)──► behind ──(retry works)──► paid up
│ │
└──────────(they come back)──── canceled ◄──(no luck after ~2 weeks)──┘
../02-demand-generation/email-lists.md.)Keep the tone calm (00). A customer who churns but felt respected refers people and often comes back.
The monthly run (06) checks each account’s status and only builds + sends for the paid-up ones. This is automatic, not a human eyeballing a list (LAUNCH-NOTES #9).