Industries/Fintech & Payments/SCA exemption decisions
SCA exemption decisions
Risk-based + transaction-based SCA exemptions under PSD2 (and the proposed PSR Arts. 85–89) demand per-decision evidence: the risk score, the exemption category, the model identity, and reproducibility on supervisor demand. Promethean's L12 chain records every exemption decision with cryptographic integrity — supervisor inspections become 30-second verify.mjs runs rather than weeks of log archaeology.
What this is
Strong Customer Authentication (SCA) under PSD2 Art. 97 requires multi-factor authentication on most online payments. The RTS on SCA carves out exemptions: low value (Art. 16), transaction risk analysis below fraud-rate thresholds (Art. 18), corporate payments (Art. 17), trusted beneficiaries (Art. 13). PSPs that apply exemptions inherit the obligation to document each decision — risk score, exemption category, fallback to step-up auth on doubt.
The proposed Payment Services Regulation (PSR, COM(2023) 366) — sibling to the PSD3 directive — strengthens this: per-decision documentation must be reproducible on demand under Arts. 85–89 (SCA + exemptions). Supervisors are increasingly inspecting the exemption logic itself — is the AI risk model bounded, was it the same model that decided last quarter's exemption that's under inspection today, can the exemption decision be regenerated under the same inputs.
Promethean records each exemption decision as an L12 entry: the spec hash (which version of your risk model decided), input hash (which transaction context), output canonical hash (the verdict — exempt / step-up / decline + score), model identity (provider + model + version), and fallback flag. The chain is tamper-evident — retroactive edits break verification.
Regulatory pressure specific to SCA exemption decisions
PSD2 RTS on SCA (Reg. 2018/389) Arts. 16-18 — exemptions
Specific categorical exemptions: low-value (≤€30, capped at 5 consecutive or €100), transaction risk analysis (below reference fraud rates), corporate payments, recurring transactions, trusted beneficiaries.
Official source ↗PSD2 Art. 95 — operational + security risk
PSPs must establish a framework with appropriate mitigation measures + control mechanisms to manage operational + security risks.
Official source ↗Proposed PSR Arts. 85–89 — SCA + risk-based exemptions
The proposed Payment Services Regulation (COM(2023) 366) carries SCA + risk-based exemption obligations: documented per-decision risk score, exemption category, reproducibility on demand. PSD3 (COM(2023) 367) is the companion directive on licensing + supervision. Trilogue political agreement Nov 2025; OJ publication H1 2026; applicability ~2028.
Official source ↗EBA Guidelines on fraud reporting (EBA/GL/2020/01)
PSPs must report fraud rates by exemption category; rates feed back into eligibility for the transaction-risk-analysis exemption tier.
Official source ↗How Promethean addresses this
Per-decision risk score retention
Each exemption decision is an L12 entry with outputCanonicalHash binding the risk score + exemption category. The score is recoverable from the operator's source data via inputHash.
Reproducibility on supervisor demand
specHash + modelIdentity per entry mean a supervisor can verify which model + spec version decided a specific exemption. Replay against the same inputs is straightforward if the model is deterministic; if not, the chain proves what configuration was active.
Fallback to step-up auth on doubt
Spec declares fallbackBehavior (typically 'queue-for-review' for low-confidence or 'reject' to force SCA). The L12 entry records fallbackTriggered + schemaValid. Fallback rate is a supervisor-friendly health metric over time.
Tamper-evident chain across the audit period
OpenTimestamps anchoring binds chain heads to Bitcoin. Retroactive edits at the audit window break the hash chain — verify.mjs reports the break with the exact entry id. Operator can't silently revise risk-scoring history.
Per-exemption-category fraud-rate reporting (EBA GL 2020/01)
Chain export groups L12 entries by spec (where each exemption category maps to a distinct spec or sub-classifier). Aggregate fraud-confirmation feedback (from the operator's separate chargebacks pipeline) joined to the chain yields per-category rates for the EBA report.
What this looks like in practice
Hypothetical: PSP supervisory inspection on Q3 exemption decisions
A mid-size PSP receives a supervisor inquiry: 'Provide per-decision evidence for the 14,000 SCA exemptions you applied in Q3 to transactions over €200. Demonstrate the risk model in use was the documented one. Show the fallback rate.' Without Promethean: dump from a fraud-monitoring tool, manually correlate with model-deployment logs, weeks of reconciliation. With Promethean: chain-export filtered to Q3 + outputCategory=exemption-applied; the supervisor runs verify.mjs against the export; specHash sequence shows one continuous version (the documented one); fallbackTriggered count is 220 (1.6% fallback rate to step-up auth). The conversation moves from 'do you have evidence' to 'does the evidence support your governance claim'.
Frequently asked
We use Visa Risk Manager / Mastercard Decision Manager for our risk scoring. Does Promethean replace those?
No. Promethean is the evidence layer on top of your risk-scoring system. Visa RM / Mastercard DM (or your in-house model) still computes the score; Promethean records each decision into the L12 chain with the score, the spec hash, and the verdict. They're complementary — your network's risk tool does scoring, Promethean does the supervisor-grade audit trail.
Our SCA exemption logic is rules-based, not AI. Is Promethean useful?
Yes, but with a lighter use case. The substrate handles both rule-based + AI-driven decisions — a 'spec' can encode rule-based logic just as well as an LLM call. The per-decision evidence layer matters more for AI because reproducibility is harder; for rules, the value is mostly tamper-evident logging + the supervisor-friendly chain export format.
The PSR + PSD3 aren't in force yet. Why act now?
The PSR + PSD3 package entered the proposal stage in June 2023 (COM(2023) 366 + COM(2023) 367). Trilogue political agreement reached November 2025; OJ publication expected H1 2026; PSD3 transposition typically 18 months, so PSR applicability est. 2028. Operators that have per-decision evidence ready when supervisors start asking will be in a materially better position than those that wait. Most of the per-decision-evidence pressure clarifies obligations already present in PSD2 Art. 95 + the RTS on SCA. The supervisors aren't waiting for the new regulation to bite.
Fraud rates feed back into TRA exemption eligibility tiers. How does Promethean help with that loop?
Tier 1 (most permissive exemption) requires fraud rate ≤6 bps for the relevant transaction value band; Tier 2 ≤13 bps; Tier 3 ≤25 bps. The chain provides the denominator (every exemption decision); the operator's chargebacks / disputes data provides the numerator (confirmed fraud cases). Joining them at the inputHash level gives per-category fraud rates that are defensible against supervisor scrutiny — and don't rely on a single internal dashboard.