Overview
Strong Customer Authentication (SCA) is a regulatory requirement under the EU’s PSD2 directive that mandates multi-factor authentication for electronic payments. While SCA improves security, it adds friction to the checkout process. SCA exemptions allow you to request that certain eligible transactions bypass the full authentication challenge, improving conversion rates while remaining compliant. Yuno supports requesting SCA exemptions through the 3DS authentication flow. The issuing bank makes the final decision on whether to grant the exemption.Exemption Categories
| Exemption | Criteria | Max Amount | Use Case |
|---|---|---|---|
| Low Value | Transaction below threshold | EUR 30 (cumulative limit: EUR 100 or 5 transactions) | Small purchases |
| Low Risk (TRA) | Merchant’s fraud rate below threshold | EUR 500 (varies by fraud rate) | Trusted merchants with low fraud |
| Trusted Beneficiary | Customer whitelisted the merchant | No limit | Returning customers |
| Recurring (Fixed) | Same amount, same payee, recurring | No limit (after initial SCA) | Subscriptions |
| Merchant Initiated | Transaction initiated by merchant, not customer | No limit (after initial SCA) | Scheduled charges, top-ups |
| Corporate Cards | B2B payments with corporate cards | No limit | Business purchases |
SCA exemptions are requests, not guarantees. The issuing bank has the final authority to grant or deny an exemption. If denied, the transaction will proceed with full 3DS authentication.
Requesting an Exemption
Include thesca_exemption field in your payment request:
TRA Fraud Rate Thresholds
Transaction Risk Analysis (TRA) exemptions are available based on your fraud rate:| Merchant Fraud Rate | Max Exemption Amount |
|---|---|
| Below 0.13% | EUR 100 |
| Below 0.06% | EUR 250 |
| Below 0.01% | EUR 500 |
Exemption Flow
Response Handling
The 3DS response indicates whether the exemption was applied:Recurring Payment Exemptions
For subscriptions and recurring payments, SCA is required only for the initial transaction. Subsequent charges can use theRECURRING_FIXED exemption:
The initial subscription payment must be fully authenticated with SCA. Reference the initial transaction ID in subsequent recurring charges to qualify for the exemption.
Best Practices
- Start with low-risk exemptions: Low value and TRA are the most commonly granted.
- Always handle denial gracefully: If an exemption is denied, fall back to full 3DS authentication seamlessly.
- Monitor fraud rates: Keep your fraud rate well below TRA thresholds to maintain eligibility.
- Use for returning customers: Trusted beneficiary exemptions improve UX for loyal customers.
- Combine with risk scoring: Only request exemptions for transactions your fraud engine considers low-risk.