Every referral, every consent, every dollar. From the moment one professional refers another, through Sally's consent capture, into the chain-anchor, through the commission calculation, GST split, payout batch, and RCTI. Seven steps. Three rules. One audit trail.
Every commission-eligible interaction on Flip360 passes through these seven steps in order. Each step writes one or more auditable rows to D1. Any step failing → the chain is broken and no payout is issued. Every step has an acceptance criterion below.
referral_events row · UTM stack captured · short URL /c/:code mintedconsent_events row · HMAC-SHA256 signature · Rule 4 evidence packchain_entries row · SHA-256 hash of prior row · height incrementscommission_events row · fee_amount + take_rate + net_to_pspledger_entries × 3 rows · gross + GST + netpayout_batches row · ABA file SHA-256 anchor · per-PSP payout_linesRCTI PDF · rcti_documents row · JCS + SHA-256 fingerprintThree rules govern every commission on Flip360. They are the load-bearing walls of court-defensibility for investors, regulators, and — if it ever comes to it — a barrister running discovery.
Every count published on the platform is anchored to a named regulator or labelled FWD (forward-looking).
Every dollar that moves is provable end-to-end from event to bank file.
payout_batches BEFORE bank submissionEvery artefact has a deterministic fingerprint that survives serialisation.
Paste a commission_event_id, ledger_entry_id, or payout_batch_id below and see the full downstream audit trail. Read-only. Uses the same D1 tables the commission engine writes to.
If the D1 schema is not yet applied on this environment, the inspector returns a scaffold notice. That does not mean the engine is broken — it means the migrations haven’t landed. See /crm/status/live for the current schema state.
Illustrative single-referral maths, using an RRP of $200.00 (the median PSP-to-PSP referral fee in referral-fee-rrp.ts).
Of the platform’s $30.00 take per referral, 80% flows into the Flip360 Foundation (community-earnings redistribution per Mr Punter’s design intent), and 20% funds platform operations.
Separate from per-referral take: every professional service provider on Flip360 pays an annual membership fee of $1,500.00 at enrolment. This is the CM’s recruitment target — sign a PSP, earn commission from the membership fee. Handled via the 8-step onboarding wizard.
Source of truth: src/data/referral-fee-rrp.ts (RRP_TABLE, D-SEQ-05 shared data source). GST rate + take rate are constants in src/commission-engine. Nothing here is hardcoded twice.
Related surfaces: CRM hub · Investor brief · Chain verifier · Schema status
Flip360 · Under the Hood