Platform

Partner programme

Three ways to partner with Credicorp, from a single tracked referral link through to a fully white-labelled lending experience embedded in your own product — and a marketplace listing that puts your service in front of every borrower on the platform.

Whichever tier you join, you build against the same APIs, the same sandbox and the same SDKs. What changes between tiers is how much of the lending journey you own, which OAuth scopes your client is granted, and how the commercials work. This page lays out the three tiers, a capability-by-capability comparison, the scopes each one needs, and the three steps to go live.

Refer

Introducers, brokers & advisers

  • Tracked referral links & an introduction_id on every deal
  • Revenue share on funded loans
  • Monthly payouts & reconciled statements
  • Co-branded marketing assets
Start referring

Integrate

Platforms & SaaS

  • Full Apply, Decisioning & Payments APIs
  • Co-branded hosted journey or full white-label
  • Sandbox, webhooks & signed events
  • Volume pricing & shared revenue
Build an integration →

Vendor

Service providers

  • List in the Credicorp marketplace
  • Verified-vendor badge after review
  • Co-sell to Credicorp customers
  • Subscribe to platform events & data
Apply to list

Refer — send introductions, share revenue

The lightest way to partner. You send a UK company to Credicorp through a tracked link or a single API call, and you earn a share of revenue on any loan that funds as a result. No lending logic, no PII handling, no compliance scope — just attribution. Each introduction returns an introduction_id that follows the deal through decisioning and funding, so your statements reconcile to the penny.

POST/partner/v1/introductions
bash
curl -s https://api.credicorp.co.uk/partner/v1/introductions \
  -H "Authorization: Bearer $TOKEN" \
  -H "Idempotency-Key: intro-ord_5512" \
  -d '{
    "business": { "company_number": "16093826" },
    "contact":  { "email": "[email protected]", "name": "A. Patel" },
    "amount_pence": 2500000,
    "reference": "ord_5512"
  }'
json
HTTP/1.1 201 Created
{
  "id": "intro_7Hn4Qd",
  "object": "introduction",
  "status": "open",
  "handoff_url": "https://apply.credicorp.co.uk/i/7Hn4…",
  "reference": "ord_5512",
  "created_at": "2026-06-29T10:00:00Z"
}

Send the borrower to handoff_url, then track outcomes by subscribing to introduction.funded — it carries the introduction_id, the funded amount_pence and your accrued share. Prefer no code at all? Generate a tracked link in the dashboard and the same attribution applies.

More: Reseller programme → · Power a comparison platform →

Integrate — embed the whole journey

The deepest tier. You drive application creation, react to authoritative AI decisioning, and run repayments over PISP rails — either inside a co-branded hosted flow or fully white-labelled in your own UI. This is the path for lending platforms, vertical SaaS and embedded-finance products. The full build is documented in Integrate lending; you will request the lending scopes below and provision a webhook endpoint.

More: White-label lending → · Embed lending → · For SaaS & vertical platforms →

White-label means you render every pixel and therefore own the identity, consent and accessibility obligations on those screens. The hosted journey keeps all PII off your servers — most partners start hosted and graduate to white-label once they need full brand control.

Vendor — list and co-sell

You provide a service that makes lenders or borrowers better off — open banking, KYC/AML, e-sign, accounting, fraud signals — and you list it in the marketplace. After a technical and security review you earn the verified-vendor badge and can co-sell to mutual customers. Vendors subscribe to platform events and may publish data back into decisioning; the walkthrough lives in Extend the marketplace.

More: Products & services catalogue →

How the tiers compare

CapabilityReferIntegrateVendor
Tracked introductions & attribution
Full lending APIs (Apply / Decisioning / Payments)
Co-branded hosted journey
Full white-label flow
Webhooks & signed eventsIntroduction eventsFull event streamPlatform events
Sandbox & SDKs
Revenue modelRevenue shareRevenue share + volume pricingCo-sell
Marketplace listingOptional
Verified-vendor badge
Required OAuth scopesintroductions:writeapplications:write payments:write webhooks:readmarketplace:manage events:read

Scopes at a glance

Your OAuth client is granted only the scopes its tier needs — least privilege by default. You request them in your partner application; we provision them on the sandbox client first and mirror them to live at go-live.

ScopeGrantsTier
introductions:writeCreate & read tracked introductions.Refer
applications:writeOpen applications, accept offers, drive handoff.Integrate
payments:writeCreate collection schedules & PISP payments.Integrate
webhooks:readReceive the signed event stream for your objects.Integrate
marketplace:manageManage your vendor listing & publish data.Vendor
events:readSubscribe to platform events relevant to your service.Vendor

Acquire a token with the client-credentials grant — see OAuth 2.0:

bash
curl -s https://auth.credicorp.co.uk/oauth2/token \
  -u "$CLIENT_ID:$CLIENT_SECRET" \
  -d "grant_type=client_credentials" \
  -d "scope=applications:write payments:write webhooks:read"

How to join

Apply

Tell us which tier fits and what you're building. We review the use case and, where relevant, run light commercial & security due diligence.

Onboard

We provision a sandbox project, issue an OAuth client with your tier's scopes, and — for Integrate partners — a sub-account. You build and test end-to-end against test data.

Go live

Pass technical & security review, sign partner terms, and we mirror your scopes to a live client. Flip the token and you're in production.

You can start building the moment your sandbox client is issued — no commercial sign-off needed to test. The Quickstart takes you from zero to a funded sandbox application in about ten minutes.

Commercial terms — revenue-share percentages, volume tiers and payout cadence — are agreed per partner. Get in touch and tell us which tier you're after.

Ready to partner?

Pick a tier, get a sandbox, and ship against the same APIs we run in production. Tell us what you're building and we'll get you a client.