3DS exemptions
Last updated: August 12, 2026
To increase the likelihood of a frictionless transaction, you can request a 3D Secure (3DS) exemption for transactions that must be PSD2 compliant, provided that it meets the exemption's criteria.
To request an exemption, provide the exemption value in the challenge_indicator field of your session request.
The exemptions available for you to use depend on which ones are supported by the Visa and Mastercard schemes, as well as on Checkout.com.
If the issuer does not support the exemption you've requested, Checkout.com will submit "challenge_indicator": "no_challenge_requested" by default.
Information
If the customer's bank approves your exemption request, you do not benefit from liability shift if the transaction turns out to be fraudulent.
| Exemption | Description |
|---|---|
| Data Sharing exemptions apply to payments for which the merchant wants to ensure a frictionless authentication, and to transactions that are not subject to Strong Customer Authentication (SCA) compliance. |
| For payments where the amount does not exceed €30. SCA may still be requested by the issuer despite the payment satisfying the requirements for
|
| For payments that use secure corporate cards, which are exempt from 3DS authentication. |
|
|
| For payments where the cardholder has already added the merchant as a trusted merchant. |
| For payments where the merchant would like to prompt the cardholder to add them as a trusted merchant. |
If the issuer rejects the exemption, they will request a challenge, which the cardholder is required to complete.
The following example requests the low_value exemption in a session request.
1{2"source": {3"type": "card",4"number": "4485040371536584",5"expiry_month": 1,6"expiry_year": 20307},8"amount": 100,9"currency": "USD",10"authentication_type": "regular",11"authentication_category": "payment",12"challenge_indicator": "low_value",13"reference": "ORD-5023-4E89",14"transaction_type": "goods_service",15"shipping_address": {16"address_line1": "Checkout.com",17"address_line2": "90 Tottenham Court Road",18"city": "London",19"state": "UK",20"zip": "W1T 4TJ",21"country": "GB"22},23"completion": {24"type": "non_hosted",25"callback_url": "https://example.com/sessions/callback"26}27}