• France
état des services
démonstrations
assistance
FAQContacter le support
Tutoriels vidéo
Rechercher
Catégories
Tags
Français
Français
Anglais
Accueil
Cas d'usage
Créer un paiement
Créer un paiement en plusieurs fois
Proposer un paiement complémentaire
Créer un paiement par alias (token)
Créer un lien de paiement
Créer un abonnement
Gérer vos abonnements
Gérer vos transactions (rembourser,...)
Analyser vos journaux
Docs API
Formulaire embarqué
API REST
Formulaire en redirection
Intégration mobile
Échange de fichiers
Exemples de code
Moyens de paiement
Modules de paiement
Guides
Back Office Marchand
Guides fonctionnels

3DS2 - Authentification Frictionless, sans 3DS Method

Pour tester ce scénario, utilisez un des numéros de carte ci-dessous :

Carte Date de validité Marque
4970110000000013 Au choix VISA
5100010000002045 Au choix MASTERCARD
375900000000008 Au choix AMEX

Cinématique des échanges

  1. Appel initial au service PCI/Charge/Authenticate avec une carte enrôlée 3DS2.

    {
      "amount": "9990",
      "currency": "EUR",
      "transactionCategory": "PAYMENT",
      "productType": "GOODS_OR_SERVICE_PURCHASE",
      "merchant": {
        "mid": "9876357"
      },
      "paymentForm": {
        "expiryMonth": "09",
        "expiryYear": "22",
        "networkPreference": "VISA",
        "pan": "4970110000000013"
      },
      "device": {
        "acceptHeader": "text/html",
        "colorDepth": "32",
        "deviceType": "BROWSER",
        "ip": "69.89.31.226",
        "javaEnabled": true,
        "language": "FR",
        "screenHeight": "768",
        "screenWidth": "1258",
        "timeZoneOffset": "-120",
        "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101"
      },
      "protocolRequest": {
        "name": "THREEDS",
        "version": "2",
    	"challengePreference": "NO_PREFERENCE"
      }
    }
  2. Retour du serveur de la plateforme de paiement avec le résultat final d’authentification.

    {
    	"webService":"PCI/Charge/Authenticate",
    	"version":"V4",
    	"applicationVersion":"5.23.0",
    	"serverDate":"2021-05-05T09:33:32+00:00",
    	"ticket":"3b68064f80f346919828dee761bd22b5",
    	"applicationProvider":"",
    	"metadata":null,
    	"status":"SUCCESS",
    	"mode":"TEST",
    	"serverUrl":"https://api-sogecommerce.societegenerale.eu",
    	"_type":"V4/WebService/Response",
    	"answer":{
    		"id":"1fec4a93-3208-4602-be55-803261bdbccc",
    		"protocol":{
    			"name":"THREEDS",
    			"version":"2.1.0",
    			"network":"VISA",
    			"challengePreference":"NO_PREFERENCE",
    			"simulation":true,
    			"_type":"V4/Charge/Authenticate/Protocol"
    		}
    		,"value":{
    			"authenticationType":"FRICTIONLESS",
    			"authenticationId":{
    				"authenticationIdType":"dsTransId",
    				"value":"cd85dd04-4bd8-47e4-b42a-708ded17b3cf",
    				"_type":"V4/Charge/Authenticate/AuthenticationId"
    			},
    			"authenticationValue":{
    				"authenticationValueType":"CAVV",
    				"value":"udjlTuaT4fHRNwKRifj1t+Zn/6k=",
    				"_type":"V4/Charge/Authenticate/AuthenticationValue"
    			},
    			"status":"SUCCESS",
    			"commerceIndicator":"05",
    			"extension":{
    				"authenticationType":"THREEDS_V2",
    				"threeDSServerTransID":"1fec4a93-3208-4602-be55-803261bdbccc",
    				"dsTransID":"cd85dd04-4bd8-47e4-b42a-708ded17b3cf",
    				"acsTransID":"a11081a6-268f-42bc-8356-0aacf74d2565",
    				"_type":"V4/Charge/Authenticate/AuthenticationResultExtensionThreedsV2"
    			},
    			"reason":{
    				"_type":"V4/Charge/Authenticate/AuthenticationResultReason"
    			},
    			"_type":"V4/Charge/Authenticate/AuthenticationResult"
    		},
    		"_type":"V4/AuthenticationResponseData"
    	}
    }
© 2025 Tous droits réservés à Sogecommerce
25.22-1.11