Why embedded lending is a high-value revenue stream for platforms
Embedded lending is one of the highest-yield revenue opportunities available to B2B platforms with an SME user base. Unlike advertising, subscription add-ons, or transaction fees — all of which are percentage-of-small-numbers businesses — a single funded SME loan generates hundreds to thousands of pounds in revenue share.
At an average commission of ~£2,000 per funded deal, a platform with modest adoption rates can generate hundreds of thousands of pounds in annual revenue with minimal marginal cost.
How the revenue model works
There are three common commercial structures:
1. Revenue share (broker model)
The most common model for platforms working with a credit broker like Fundably:
- Platform refers user to the broker via an embedded integration
- Broker matches user to lenders, manages the application, earns an arrangement fee at funding
- Platform receives a percentage of that arrangement fee — typically 20–30%
- No risk, no capital requirement, no compliance overhead for the platform
Typical revenue per funded deal: £500–£5,000+ depending on loan size and product.
2. Net interest margin share (balance-sheet lender model)
Common when the embedded partner is a direct lender (YouLend, Liberis):
- Platform passes applicant data to the lender
- Lender funds the transaction from their own balance sheet
- Platform earns a share of interest income, expressed as a percentage of the loan amount
- Rate is typically 10–15% of the advance amount
Typical revenue per funded deal depends on loan size and rate; less than broker model for most business types.
3. Referral fee (simple introducer model)
The simplest structure: a fixed fee per introduced customer who gets funded. Less common for embedded integrations; more common for affiliate/referral partnerships.
The key revenue driver: approval rate
It is tempting to focus on commission rate when evaluating embedded lending partners. But approval rate has a bigger impact on total revenue than the commission percentage.
Example: a platform with 1,000 monthly applicants.
| Partner model | Approval rate | Funded deals/month | Commission per deal | Monthly revenue |
|---|---|---|---|---|
| Single lender (MCA) | 25% | 250 | £1,000 | £250,000 |
| Multi-lender (50+) | 65% | 650 | £2,000 | £1,300,000 |
In this (illustrative) example, the multi-lender model generates 5× the revenue — despite the single-lender model having a larger absolute deal size per transaction.
In reality, approval rates for a typical mixed-business platform range from 20–35% with a single MCA lender and 60–70% with a multi-lender broker. The difference is structural: the multi-lender model routes declined applicants to alternative lenders with different credit appetites.
What do platforms need to go live?
Minimal engineering is required if starting with an iFrame integration:
- Partner application — apply via Fundably’s platform programme
- Branding configuration — provide logo, primary colour
- iFrame integration — copy a single
<iframe>snippet into your product - Launch — your users can now apply; funded deals generate commission automatically
For more sophisticated integrations (React component or REST API), expect 1–5 days of development work.
How platforms optimise embedded lending revenue
Placement: the highest-converting placements are contextual — a “get funded” prompt in a cash flow chart, an invoice backlog view, or a growth analytics dashboard performs significantly better than a standalone “funding” menu item.
Pre-fill: applications pre-filled with platform data (revenue, trading age, business details) convert at higher rates than blank-form applications. REST API integrations support this most effectively.
Timing: showing a funding recommendation at the right moment (a cash flow dip, a large invoice, a seasonal peak approaching) outperforms a generic always-on widget.
Qualification: Fundably’s soft-check matching does not affect the applicant’s credit score, making it safe to prompt eligible users proactively. A GET /v1/eligibility check can pre-screen users before surfacing the funding prompt.
Book a technical demo with the Fundably platform team to discuss your platform’s specific setup.