BNPL Platform Development: A Technical and Compliance Blueprint for Buyers Building in the UK

BNPL Platform Development: FCA Compliance Guide

TL;DR: BNPL platform development means building a real-time credit decisioning engine, a compliant checkout integration, and an auditable repayments ledger — and from 15 July 2026, it also means building a regulated UK lender, not just a payment feature. Deferred Payment Credit (DPC), the FCA’s formal term for BNPL, moves under FCA supervision on that date, with firms needing full authorisation or Temporary Permissions Regime (TPR) registration to keep operating. This guide covers the technical build across checkout, decisioning, collections, and merchant onboarding, alongside the exact compliance dates and rules from the FCA’s final Policy Statement PS26/1.

Buy Now Pay Later stopped being a “nice-to-have” checkout button in 2026. From 15 July 2026, it became a regulated credit product in the UK, and every business planning to build — or already running — a BNPL platform is now working against a compliance deadline, not just a product roadmap.

Experian’s 2025 data puts the UK BNPL user base at roughly 8.5 million customers who ran more than 100 million transactions worth over £7 billion in a single year — average ticket size around £60, and 98.5% of balances repaid on time. That volume is exactly why the Financial Conduct Authority stepped in — and why “buyer building BNPL” now means something different than it did two years ago: you’re not just building a checkout feature, you’re building a regulated lender.

If you’re a fintech founder, a retailer building an embedded credit product, or a PM scoping a BNPL build for 2026–2027, this guide walks through what actually goes into the platform — technically and compliance-wise — grounded in the FCA’s final rules, not vague “fintech trends” filler.

The brief has changed, not just the rulebook

Two things moved at once this year, and together they explain why last year’s BNPL playbook is already out of date.

The government passed the Financial Services and Markets Act 2000 (Regulated Activities etc.) (Amendment) Order 2025 on 14 July 2025, bringing what the FCA now formally calls Deferred Payment Credit (DPC) — the technical term for BNPL — into its regulatory perimeter. The FCA’s final rules landed in Policy Statement PS26/1 in February 2026, and the regime goes live on 15 July 2026 — internally, everyone just calls it Regulation Day.

Meanwhile, adoption has continued to grow. FCA data shows that DPC lending increased from around £0.06 billion in 2017 to more than £13 billion in 2024. That scale helps explain why affordability, consumer protection and information requirements have become central to the UK’s new regulatory framework.

Put those two facts side by side and the real story of 2026 emerges: mainstream borrowing volume, colliding with a live regulatory deadline. That’s the actual build brief now — not “should you launch BNPL,” but “can your platform survive Regulation Day without a rebuild.” If you’re still at the stage of comparing what a fintech app build actually costs under FCA scope, factor the compliance layer in as a first-class cost centre, not a later add-on.

A useful way to picture it: instead of bolting BNPL onto your existing payment stack as just another button, think of it as opening a dedicated BNPL lane that runs parallel to your normal checkout rails — its own risk engine, its own compliance checkpoints, its own collections logic — synchronised with everything else, but engineered to a different, now-regulated standard.

How BNPL actually works under the hood

Strip away the marketing language and a BNPL platform is really three systems wired together in real time: a decision engine, a ledger, and a servicing layer.

Here’s the transaction lifecycle end to end:

    1. The shopper picks BNPL at checkout, and the merchant system fires an API call with basket value, merchant ID, and a tokenised buyer reference.
    2. The platform runs a soft credit check plus an affordability assessment (more on this below) and returns approve, decline, or a counter-offer — usually within one to three seconds, because anything slower kills conversion.
    3. On approval, the platform generates the deferred payment credit agreement, the required pre-contract disclosures, and the instalment schedule, and logs explicit consent.
    4. The merchant gets paid the full order value upfront, minus the platform’s fee — the BNPL provider absorbs the collection risk from that point on.
    5. The platform manages ongoing instalment servicing: reminders, payment retries, and missed-payment workflows.
    6. The loan either closes cleanly on full repayment, or escalates into arrears handling and, where needed, forbearance or a debt-advice referral.

 

Underneath that lifecycle, the architecture generally needs a decisioning microservice capable of querying multiple bureaus and open banking sources in parallel and collapsing the result into one score; an idempotent ledger where every instalment, fee, and adjustment is fully traceable and reversible (auditors will ask); an event-driven core so checkout, decisioning, contract generation, and settlement don’t block each other; and a rules engine for underwriting policy that can be updated without a full redeploy. CONC 5.2A affordability expectations will keep evolving after Regulation Day — hard-coding them into application logic is a mistake we see teams make and then have to unwind.

This lending-style core is a different build discipline from a typical consumer app, closer to what we cover in our lending platform development guide — the ledger integrity and underwriting-rules separation matter just as much for a pay-in-four product as for a personal loan platform.

Checkout integration: where conversion and compliance collide

This is the piece merchants care about most, and the data explains why — BNPL doesn’t just add a payment option, it changes buyer behaviour at the exact point of decision. Klarna’s own merchant data shows conversion lifts of 20-30% for items in the $100–$500 range, and RBC Capital Markets and Afterpay figures put the average order value bump at 20-50%. On the flip side, Baymard Institute research shows 13% of shoppers abandon a cart the moment their preferred payment method isn’t available — which is the real argument for building BNPL into checkout rather than treating it as an afterthought integration.

There are three shapes this integration usually takes, and the choice affects both conversion and where your compliance obligations live.

A native checkout SDK renders the BNPL widget inline — instalment amounts shown next to the total before the shopper even clicks pay. Highest-converting pattern, because there’s no decision-making detour. But it also means your platform now has to render FCA-mandated pre-contract disclosures inside someone else’s checkout UI, which is a constraint teams routinely underestimate at build time.

A redirect or hosted checkout sends the shopper to a BNPL-hosted page to finish the credit application before bouncing back. Faster to integrate, and it keeps compliance copy centralised in one place you control — at the cost of a page transition that can bleed conversion.

An API-first, headless integration lets the merchant’s own frontend team own the UI entirely while your platform handles decisioning, contracts, and settlement behind the scenes. This is the pattern worth recommending for any merchant running multiple storefronts or omnichannel (web, app, in-store), since it keeps the BNPL lane consistent no matter where the shopper enters.

Whichever pattern you pick, from Regulation Day the checkout screen itself becomes a compliance surface. The FCA’s Consumer Duty requires that consumers get clear, upfront detail on their agreement — payment dates, amounts, and what happens if a payment is missed — and that has to be visible before the shopper commits, not buried behind a terms link.

Building a compliant BNPL checkout?

From checkout integration and credit decisioning to FCA-ready disclosures, our fintech engineers can help you build a conversion-focused BNPL platform.

Credit decisioning and affordability: the part that decides whether you survive

This is where most BNPL builds either become defensible businesses or quietly accumulate liability — and it’s where the new rules bite hardest technically.

The FCA isn’t inventing a new affordability framework from scratch; it’s extending an existing one. Per its final policy statement, the existing creditworthiness rules under Section 5.2A of the Consumer Credit Sourcebook (CONC) will apply to DPC agreements largely unchanged. In practice, that means your decisioning engine needs to run a genuine affordability check — not just a fraud screen — before every single approval. There’s no small-print exemption either: even sub-£50 agreements fall inside the regime, since regulators specifically amended the Consumer Credit Act’s “small agreement” definition to exclude DPC. The FCA has also been explicit that checks need to be proportionate — a £40 pay-in-four purchase doesn’t need the underwriting depth of a £1,500 instalment plan, but it does need some documented check, every time.

A modern decisioning stack typically layers four things: open banking transaction data (genuinely predictive income/expenditure signals, far better than static bureau scores for thin-file or younger borrowers), soft-search bureau data (existing credit commitments, without a hard footprint that scares off legitimate applicants), first-party behavioural signals (repayment history on your own platform, device and velocity checks for fraud), and a configurable risk rules layer so thresholds can be tuned by merchant category, order value band, and repayment behaviour — and adjusted as CONC guidance shifts.

This is functionally the same underwriting problem as any alternative credit-scoring build. We solved a close version of it in our alternate credit assessment platform work for a UK fintech client, where the challenge was scoring thin-file borrowers on non-traditional data without slowing down approval speed. The fraud layer sitting alongside decisioning deserves its own attention too — our piece on AI-driven fraud detection in banking covers the pattern-recognition techniques that translate directly into flagging synthetic identities and first-party fraud at BNPL checkout.

One pattern deserves its own callout: repeat borrowing across multiple BNPL providers at once. PayPlan’s customer data shows the average number of BNPL accounts per user climbed from 1.25 in 2020 to 1.91 in 2025, and 6% of users now juggle five or more accounts simultaneously. A decisioning engine that only checks affordability against your own product — blind to four other open BNPL lines elsewhere — is precisely the gap the FCA is trying to close. Build in cross-provider exposure checks via bureau data wherever it’s available, not just single-platform history.

Repayments and collections: the part that actually determines profitability

Approval is the easy half. Collections is where BNPL platforms make or lose money, and where regulatory scrutiny is now heaviest post-Regulation Day.

The tension in the numbers is worth sitting with: 98.5% of UK BNPL balances get repaid on time, which sounds reassuring — but globally, providers see charge-off (default) rates around 1.8-2%, while 34-41% of users admit to at least one late payment. Your collections engine needs to be built for that second, wider number — the near-miss population managing liquidity stress without tipping into outright default — not just the headline default rate.

That means automated retry logic that treats a failed card charge as a transient event first (expired card, funds clearing the next day) rather than an instant trigger into arrears; configurable grace periods and a documented forbearance path, because Consumer Duty explicitly requires support for customers in financial difficulty and, where appropriate, signposting to free debt advice; real-time ledger reconciliation so every retry, partial payment, waived fee, and refund is reflected immediately — the Financial Ombudsman Service can now hear disputes and will expect an accurate trail; and structured complaints-handling hooks tied to specific transactions, since consumers get direct access to the Ombudsman from Regulation Day onward.

Collections UX matters as much as collections logic here. A buyer who misses one payment because of a genuine life event and gets escalated straight into aggressive dunning is both a Consumer Duty breach risk and a completely avoidable churn event. Design the repayment lane to de-escalate by default, and only tighten if a real pattern of non-payment shows up.

FCA compliance: the dates that aren’t moving

This is the section worth bookmarking, because the timeline is fixed and the penalties for missing it aren’t theoretical — all confirmed directly against the FCA’s own PS26/1 publication, not just secondary commentary.

Date Regulatory milestone What happens
14 July 2025 Legislation enacted Legislation brings Deferred Payment Credit (DPC) into the FCA’s regulatory perimeter, creating the legal basis for future regulation.
11 February 2026 Final rules published The FCA publishes its final regulatory framework in Policy Statement PS26/1, confirming the rules for DPC providers.
15 May 2026 TPR registration opens The Temporary Permissions Regime (TPR) registration window opens, allowing eligible firms to continue operating while seeking full authorisation.
1 July 2026 TPR registration closes The deadline for firms to register for the Temporary Permissions Regime. Firms that miss the deadline cannot rely on the TPR.
15 July 2026 Regulation Day Deferred Payment Credit (DPC) officially becomes an FCA-regulated consumer credit activity, and the new rules take effect.
~15 January 2027 TPR authorisation application deadline Firms operating under the Temporary Permissions Regime must apply for full FCA authorisation by this date. Temporary permission can continue while the FCA assesses the application.

TPR eligibility was limited to firms that were carrying out DPC activity on 15 July 2025. The TPR registration window ran from 15 May to 1 July 2026, so it is not an available route for new BNPL entrants.

Status as of August 2026: Regulation Day took effect on 15 July 2026, and the TPR registration window closed on 1 July 2026. The remaining TPR milestone is 15 January 2027, when eligible TPR firms must submit their full FCA authorisation application.

From Regulation Day, firms offering DPC agreements are conducting a regulated activity — From Regulation Day, firms carrying out regulated DPC lending activities fall within the FCA’s BNPL regime. However, the regulatory position depends on the role a business plays in the transaction. A lender providing DPC to finance a purchase from a merchant is within the FCA’s regime. A merchant that simply brokers or offers a third-party BNPL option at checkout does not become the DPC lender merely by providing that option. Merchants providing DPC directly may also fall outside the specific DPC regulatory perimeter, depending on how the arrangement is structured.

That distinction matters when scoping a BNPL platform. If you’re building lending infrastructure for a third-party DPC lender, the platform needs to support the applicable FCA requirements. If you’re a retailer integrating a third-party BNPL provider, your regulatory obligations are different. If you’re a retailer providing DPC directly, the arrangement should be assessed against the FCA’s rules before determining the technology and compliance requirements.

For firms that required FCA permission and were eligible for the Temporary Permissions Regime (TPR), registration was available from 15 May to 1 July 2026. The TPR registration window has now closed. Firms without the necessary FCA permission or temporary permission cannot originate new regulated DPC agreements from Regulation Day; entering into regulated agreements without the required permission can have criminal consequences.

Building “compliant by design” means putting the relevant controls into the platform from the outset. A pre-contract information module should generate and version-log the required disclosures, including total cost, instalment dates and the consequences of missed payments, so the firm can evidence what information the customer received and when. Consumer Duty instrumentation should support evidence of good customer outcomes at a cohort level, rather than relying solely on anecdotal feedback. The platform should also maintain a comprehensive audit trail to support regulatory oversight and complaint handling.

For eligible firms operating under the TPR, the next major milestone is 15 January 2027, when the full FCA authorisation application must be submitted. The platform’s regulatory reporting and evidence layer should therefore be designed early enough to support the authorisation process.

For the broader engineering patterns that regulatory obligations tend to impose — audit logging, data segregation, consent management — our FCA-compliant software development guide goes into more depth beyond BNPL specifically. And if you’re weighing up build cost against a fixed authorisation deadline, our custom software development cost breakdown is a useful starting point for budgeting the engineering effort realistically rather than guessing.

Need an FCA-ready BNPL platform?

Design your BNPL platform with compliance built in—from affordability checks and audit trails to Consumer Duty and FCA requirements.

Merchant onboarding: the growth lever hiding in the pipeline

The buyer-facing lane gets most of the attention, but the merchant onboarding pipeline is what actually determines how fast a BNPL platform can scale — and it carries its own compliance shape post-Regulation Day.

A solid onboarding flow needs a merchant risk assessment (category of goods sold, average order value, return/refund patterns — all of which feed directly into the platform’s own default exposure), settlement and fee configuration (merchant discount rate, settlement frequency — T+1 is close to table stakes now), integration tooling (SDKs, plugins for Shopify, Magento, WooCommerce, plus a proper sandbox so merchant dev teams can test before go-live), a clear compliance handoff (since merchants offering DPC as a payment method stay outside FCA regulation, onboarding still needs to make that boundary explicit so merchant-side checkout copy doesn’t accidentally create disclosure gaps that fall back on your platform), and dispute/refund workflows where merchant-initiated refunds automatically adjust the buyer’s instalment schedule rather than requiring manual reconciliation.

The commercial pitch to merchants practically writes itself, because the data is consistent across sources: BNPL can lift conversion 20-30%, cut cart abandonment by up to 35%, and raise average order value by around 40%, while the provider absorbs default and fraud risk and pays out upfront. Get the technical side of that pitch right — fast settlement, a clean SDK, honest reporting dashboards — and merchant acquisition becomes the growth engine it’s supposed to be, rather than a support-ticket backlog.

If you’re building this as a first version rather than a full platform straight away, it’s worth scoping the MVP deliberately — our MVP strategy framework is a reasonable starting point for deciding which of these onboarding features are genuinely core-launch versus safe to phase in after your first few merchant integrations are live.

Where this leaves you as a buyer building BNPL

Scoping a BNPL platform build in 2026 is a genuinely different brief than it was even a year ago. It’s not “add a payment method that lifts conversion” anymore — it’s “stand up a regulated consumer credit business with a checkout experience good enough to compete with Klarna and Clearpay.” That means a compliance-first checkout lane, decisioning that holds up under FCA scrutiny, collections logic that treats a missed payment as a support problem before it becomes a debt-recovery problem, and merchant onboarding that scales without leaving disclosure gaps behind.

We’ve built regulated fintech infrastructure before at Emvigo — from alternate credit-scoring platforms to community finance rebuilds focused on financial inclusion — and the same discipline carries over to BNPL: build the compliance lane and the conversion lane together, not one after the other.

Scoping a BNPL platform build for the UK’s FCA-regulated market? Talk to our fintech development team about a compliant, conversion-ready build.

FAQs

How do you build a BNPL platform?

You build three connected systems: a real-time credit decisioning engine (affordability checks against CONC 5.2A), a checkout integration layer (native SDK, hosted redirect, or headless API), and a repayments/collections engine tied to an auditable ledger. From July 2026, you also need FCA-compliant pre-contract disclosures, Consumer Duty reporting, and a complaints workflow that can feed the Financial Ombudsman Service — built in from day one rather than retrofitted before authorisation.

How does BNPL credit decisioning work?

A decisioning engine combines open banking transaction data, soft credit bureau checks, and first-party behavioural data to run a proportionate affordability assessment in real time — typically within a few seconds at checkout. Under the FCA’s new rules, this check applies to every DPC agreement regardless of size, since even sub-£50 agreements now fall inside the Consumer Credit Act’s regulated perimeter.

Is BNPL regulated in the UK?

From 15 July 2026 (Regulation Day), yes. Deferred Payment Credit — the FCA’s formal term for BNPL — becomes a regulated activity under rules finalised in Policy Statement PS26/1. Firms need either full FCA authorisation or Temporary Permissions Regime registration (open 15 May–1 July 2026) to keep writing new agreements after that date; operating without either is a criminal offence.

How does merchant integration work?

Merchants integrate via a native checkout SDK (BNPL rendered inline at checkout), a hosted redirect page, or a headless API for custom checkout flows. The BNPL provider pays the merchant upfront (minus its fee) and takes on the collection risk, while the merchant configures settlement frequency, fee structure, and refund/dispute handling during onboarding. Merchants themselves stay outside FCA regulation as long as they’re simply offering BNPL as a payment option rather than acting as the lender.

In this article

blog CTA image

Talk to Our Software Solutions Expert

Share your requirements with our expert team

  • Expert Consultation
  • Tailored Solutions
  • Faster Result
Book A Demo

Related Blogs

See Emvigo in action

A 30-minute walkthrough, tailored to what you’re building.


    Emvigo Logo

    See Emvigo in action

    A 30-minute walkthrough, tailored to what you’re building.


      We respect your privacy.
      No spam, ever.