Commercial Finance Broker
The introducer. Brokers know Small or Medium-sized Enterprise (SME) borrowers personally and refer them to FinToken X for invoice finance, earning a commission on funded volume. They have a Score Application Programming Interface (API) for prequalification at scale and a referral pipeline portal. They never replace our checks — every referred SME still passes Gates 1–3 themselves.
Why brokers but not "white-label retail aggregators"
FinToken X distinguishes between two kinds of intermediary that look superficially similar.
- Brokers introduce a specific SME for a specific receivables-finance need. Conversation-led, relationship-led, named. Earn commission on funded volume. Allowed.
- Retail-style aggregators (price-comparison-style websites pushing leads at volume) blur the line between regulated intermediation and pure marketing. Not supported on this venue. An aggregator must onboard as a Partner with their own white-label deployment — see partner flow.
The distinction is enforced via an attestation in Form E ("you maintain a relationship-led model and do not aggregate retail leads at scale"). Breach is a contractual termination event.
Flow map
| Step | What the broker sees | Channel | State event |
|---|---|---|---|
| K1 | Sign up, choose role | Browser | SUBJECT_CREATED |
| K2 | Onboarding (Form E — Know Your Business (KYB), FCA reference, Anti-Money Laundering (AML) policy attestation, agent list) | Browser | ONBOARDING_SUBMITTED |
| K3 | Gates 1–3 + FCA register confirmed | RISK_PASSED | |
| K4 | Welcome — broker portal access, commission structure set | Email + dashboard | SUBJECT_ACTIVE |
| R1 | Refer an SME | Browser + Score API | REFERRAL_CREATED |
| R2 | Track in pipeline | Browser | — |
| R3 | Prequalify via Score API | API | SCORE_RUN |
| R4 | SME onboards (off-stage on the SME side) | Email notifications | REFERRAL_CONVERTED |
| R5 | Track funded volume + commissions | Browser + monthly statement | COMMISSION_ACCRUED |
Onboarding · K1–K4
5–10 Business Days (BD). The FCA register check verifies that Salford carries an active CCA permission for credit-related activities; the AML policy attestation captures a copy of Salford's own anti-money-laundering policy on file.
Salford Commercial Finance Ltd
Step 4 of 5 — Named agents
Agents who will send referrals
Each agent gets their own login and a tagged referral link. We KYC each agent under your firm's umbrella.
Commission structure
0.30% of funded volume, paid monthly
0.45% of funded volume, paid monthly
Per-referral · R1–R5
Refer a small business
Referral pipeline · last 90 days
// Request { "ch_number": "07452983", "primary_contact": { "email": "aisha@coppergate.co.uk", "name": "Aisha Mahmood" }, "approx_monthly_invoice_volume_pence": 5000000 } // 200 OK { "prequalification_id": "pq_88kxz…", "verdict": "LIKELY_APPROVE", "score": 784, "score_band": "A", "signals": { "ch_age_years": 12, "directors_count": 2, "prior_insolvencies": 0, "sic_industry_band": "LOW_RISK", "sanctions_screen": "CLEAR" }, "caveats": [ "Final approval requires the SME to complete Form A and MLRO sign-off.", "Score is a soft indication; do not rely on it for credit decisions." ] }
LIKELY_APPROVE, LIKELY_DECLINE, NEEDS_MLRO, BLOCKED (sanctions hit — broker should not invite). The API never reveals why in the case of BLOCKED beyond the high-level signal — same tipping-off discipline as the pipeline view.
Plan-gated: Score API requires Salford on a paid plan; the route guard is
ComplianceGateGuard action="BROKER_API". Both /broker/prequalification (UI) and /broker/api-keys (key management) are wrapped in the same guard so a downgraded broker cannot reach the keys page by URL.
Coppergate is live ✓
Dan,
Your referral, Coppergate Joinery Ltd, completed onboarding on 22 May and just had their first invoice funded for £10,000. Your commission of 0.30% (£30.00) is accruing on this invoice.
Track funded volume and accrued commission at your dashboard.
Commissions
Where it can go wrong
| Branch | What the broker sees | State | Recovery |
|---|---|---|---|
| Referred SME fails Gate 2 (sanctions) | Pipeline shows "Could not approve" — no detail, no explanation. Auto-rolled to compliance. | REFERRAL_DECLINED_SANCTIONS | None brokerside; recurring declines from the same broker open a broker-monitoring case. |
| Broker FCA permission lapses (Gate 4) | Score API + new referrals frozen; existing pipeline unaffected, commissions continue to accrue on already-funded SMEs. | BROKER_FROZEN_FCA | Broker-side: re-affirm with FCA; FinToken X-side: alert in compliance broker monitoring. |
| Aggregator-pattern breach (sudden spike of 200 leads in a week, low conversion) | FinToken X compliance opens a review; broker may be asked to migrate to Partner deployment instead. | BROKER_REVIEW_AGGREGATOR | Negotiated. |
| SME defaults on a funded invoice | Commission clawed back proportional to the loss in the next monthly statement. | COMMISSION_CLAWED | Visible on the statement. |
| Broker tries to access /broker/api-keys after API plan downgrade | 403 page: "API access requires the Score plan. Upgrade." | — | Self-service upgrade or downgrade-and-revoke. |
/broker/agents. FCA register continuous check: like the lender, Salford's FCA reference is queried every 24h post-onboarding; permission downgrade or removal opens an alert in compliance broker monitoring.