Solutions

For SaaS & vertical platforms

Add a working-capital line to your product and let your business customers borrow without ever leaving it. You own the experience and the relationship; Credicorp underwrites, funds and services the loan — and you earn a share of the lending margin on every deal that funds.

Your customers are companies. They run their operations inside your platform — invoicing, payroll, inventory, bookings, dispatch — which means you already hold the operating data that says when one of them is short of working capital and good for it. Embedded finance turns that signal into a product line: a “Get funding” button in the exact screen where the need shows up. Credicorp supplies the balance sheet and the regulated-adjacent lending machinery; you supply the distribution, the context and the brand.

Why embed financing

Offering credit inside the workflow is the highest-converting place to offer it, because it lands at the moment of need with the data already attached. For a vertical SaaS business it does three things at once: it deepens the product (one more reason customers can’t leave), it lifts the numbers your customers care about (cash in hand to buy stock, take the big order, make payroll), and it opens a margin line that scales with your base rather than your headcount.

  • Native, not a redirect. Embed a co-branded hosted journey, or white-label it pixel-for-pixel so it reads as your own feature.
  • You keep the customer. Credicorp is the lender of record; you remain the platform the customer logs into every day.
  • Data-rich underwriting. The operating context you already hold — turnover, payment history, seasonality — can be passed through to sharpen the decision.
  • Outcome-aligned economics. You earn when a loan funds, and there’s nothing to pay while you build and test.

Who this is for

Any platform whose users are UK incorporated businesses and whose product touches money or operations: vertical SaaS (field service, hospitality, e-commerce ops, logistics, clinics), B2B fintech and spend-management tools, ERP and accounting platforms, procurement and supply-chain software, and payment facilitators looking to extend into credit. If your customers are limited companies or LLPs that occasionally need short-term working capital, the fit is direct.

Credicorp lends to UK incorporated businesses (limited companies and LLPs) for short-term working capital — with no personal guarantee required. It is business lending, outside FCA consumer-credit regulation, so this is not a consumer BNPL or personal-loan product. Embed it for your business customers, not their directors as individuals.

How it works

You build once against the same Apply, Decisioning and Payments APIs that power Credicorp’s own product, and the same sandbox and SDKs. A typical embedded flow is four steps:

Prequalify in context

Surface an eligibility check or an indicative offer inside your UI, pre-filled with the company number and operating data you already hold.

Create the application

One server-side call opens the application. Credicorp’s authoritative AI decisioning returns an outcome in seconds — approve, refer or decline — with the offer terms.

Hand off & sign

Present the offer in your flow (white-label) or pass the borrower to the hosted journey (PII never touches your servers) to accept and e-sign.

Fund & service

Credicorp disburses bank-to-bank, then collects on schedule over PISP rails. You subscribe to webhooks to keep your UI and your ledger in sync.

Creating an application from your backend is a single authenticated call. Pass the borrower’s company number, the amount in pence and your own reference; everything else — affordability, pricing, the decision — happens server-side at Credicorp:

POST/v1/applications
bash
curl -s https://api.credicorp.co.uk/v1/applications \
  -H "Authorization: Bearer $TOKEN" \
  -H "Idempotency-Key: app-acct_8841-ord_5512" \
  -d '{
    "company_number": "12345678",
    "amount_pence": 2500000,
    "term_months": 12,
    "purpose": "working_capital",
    "platform": {
      "partner_reference": "acct_8841",
      "context": { "trailing_12m_turnover_pence": 84000000, "tenure_months": 29 }
    }
  }'
json
HTTP/1.1 201 Created
{
  "id": "app_3f7aQ9",
  "object": "application",
  "status": "approved",
  "offer": { "amount_pence": 2500000, "term_months": 12, "total_repayable_pence": 2710000 },
  "handoff_url": "https://apply.credicorp.co.uk/o/3f7a…",
  "partner_reference": "acct_8841"
}

From there you either render the offer in your own UI or send the borrower to handoff_url, and you listen for decision.completed, loan.funded and the repayment events on Webhooks. The end-to-end build is documented in Integrate lending.

The commercial model

Embedded finance pays you to distribute. When a loan you originate funds, you receive a share of the net lending margin Credicorp earns over the life of that loan, settled monthly — the same revenue-share mechanism described on the Pricing page. You build and test on the free sandbox; nothing is billed until real money moves. The figures below are illustrative only — your actual rate is agreed per partner and depends on volume, who owns the customer relationship and how much of the journey and risk presentation you operate.

ModelWhat you doIndicative economics illustrative
Referral / introduceSurface the offer and hand the borrower to Credicorp’s hosted journey.Revenue share on net margin, e.g. ~15–25%
Embedded (co-branded)Run the flow in-product on the hosted journey under your brand and Credicorp’s.Higher share, e.g. ~25–35%
White-labelRender every screen yourself; own identity, consent and UX end-to-end.Largest share / white-label margin, agreed per deal

The percentages above are indicative and for illustration only — they are not an offer, a quote or a guarantee of earnings. Revenue-share rates, volume tiers and payout cadence are set in your signed partner agreement. Lending outcomes, pricing and affordability remain Credicorp’s decision.

Brand & control

You choose how much of the journey you own. The co-branded hosted journey is the fastest path and keeps all borrower PII off your servers — Credicorp renders the regulated-adjacent screens, you keep the customer in your shell. White-label hands you every pixel through the API, which means you also take on the identity, consent and accessibility obligations on those screens. Most platforms launch hosted to get live quickly, then graduate to white-label once embedded finance is proven in their base. Both run on the same APIs, so moving between them is a configuration change, not a rebuild.

Getting started

You can build the entire integration before any commercial paperwork is signed — the sandbox is free and mirrors production endpoint-for-endpoint. The Quickstart takes you from zero to a funded sandbox application in about ten minutes.

Get a sandbox

Request developer access and we issue a sandbox project plus an OAuth client. Build and test end-to-end against seeded test companies at no charge.

Agree terms

We confirm your embedding model and revenue-share, run light commercial & security due diligence, and sign a partner agreement.

Go live

Pass technical & security review, we mirror your scopes to a live client, and you flip from test keys to live. Your first funded loan starts earning.

Put financing inside your product

Give your business customers working capital without sending them anywhere, keep your brand front and centre, and earn on every loan that funds. Tell us what you’re building and we’ll get you a sandbox.