Pre-Payment Pilot status
Decision reference: D-229 · Sprint: AF-9a · Money-line: held until AF-9.5 Stripe live-wire
What's real in the system right now: CM invitations · provider invitations · CM ↔ postcode assignments · onboarding wizard steps 1-7 · KYC document uploads · asset library · Territory Warmth Index signals · referral chain capture (fee amount recorded).
What's not yet live: Wizard step 8 payment · commission payouts · RCTI issuance · referral fee settlement. All wait for AF-9.5.
What's not yet live: Wizard step 8 payment · commission payouts · RCTI issuance · referral fee settlement. All wait for AF-9.5.
Invitations
0 / 0
consumed / total issued
Active CM assignments
0
target: 2-3 CMs × 2-3 postcodes
Pilot activations (unsettled)
5
awaiting AF-9.5 backfill
KYC pending review
0
Carla or delegate to review
KYC accepted
0
Stripe Identity backfill-ready
Email provider
Resend
domains: flip360crm.org ✓
AF-9.5 backfill query (deterministic set)
On Stripe live-wire day, this single query returns the exact activation set that needs settlement:
SELECT activation_id, cm_id, provider_email, postcode,
activated_at, referral_fee_amount_recorded, referral_fee_currency
FROM cm_activations_log
WHERE pre_payment_pilot = 1
AND settled_at IS NULL
ORDER BY activated_at ASC;
Related surfaces
- /crm/admin/warmth — CMO-only Territory Warmth Index entry
- /crm/marketing/assets — Asset locker (Corrina curates)
- /crm/onboarding/kyc-upload — Provider KYC document capture
- /onboarding/step/1 — Provider onboarding wizard (Pre-Payment Pilot mode at step 8)
- /crm/role/cmo?view=exec — CMO exec cockpit (Panel 1a shows pilot roll-up)