• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
docs.
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

3DS2 - Technical error during authentication (deprecated)

Deprecated integration. It is recommended to integrate the new version V4.1/PCI/Charge/CreatePayment: Integration guide

To test this scenario, use one of the card numbers below:

CARD Expiry date Label
4970110000000021 To be chosen VISA
5100010000000049 To be chosen MASTERCARD
375900000000016 To be chosen AMEX

When entering the authentication code, do not enter anything and wait for 10 minutes for the payment session to expire.

Exchange flow

1. Initial call to the PCI/Charge/CreatePayment service with a card enrolled in 3DS2.

{
  "amount": "9990",
  "currency": "EUR",
  "paymentForms": [
    {
      "paymentMethodType": "CARD",
      "pan": "4970110000000021",			    
      "expiryMonth": "11",
      "expiryYear": "27",
      "securityCode": "123"			  
    }
  ],  
  "customer": {
    "email": "sample@example.com"
  },
  "authenticationDetails":{
    "protocol":{
      "name":"THREEDS",
      "version":"2.1.0",
      "directoryServer":"VISA",
      "challengePreference":"NO_PREFERENCE"
    },		
    "status":"DISABLED",
    "authenticationType":"CHALLENGE",
    "exemption": "TECHNICAL_ERROR"        
  }			
}

The payment will be made without 3DS data. The payment can be accepted or refused according to the acquirer's and issuer's rules.

Jobs
Legal
GDPR
25.28-1.11