• Francia
página de estado
demo
asistencia
FAQContacte el soporte tecnico
Buscar
Categoria
Tags
España
Francia
España
Europa (Inglés)
India
Página principal
Casos de uso
Crear un pago
Crear un pago en vencimientos
Crear un pago multitarjeta
Crear un pago por token
Crear un enlace de pago
Crear una suscripción
Gestione sus suscripciones
Gestione sus transacciones
Analizar los diarios
Docs API
Formulario incrustado
API REST
Formulario en redirección
Pago móvil
Intercambio de ficheros
Ejemplo de código
Medios de pago
Plugins
Guías
Back office Experto
Guías funcionales

3DS2 - autentificación frictionless, sin 3DS Method

Para probar este escenario, use uno de los números de tarjeta a continuación:

Tarjeta Fecha de vencimiento. Marca
4970110000000013 A elección VISA
5100010000002045 A elección MASTERCARD
375900000000008 A elección AMEX

Secuencia de los intercambios

1. Llamada al al Web Service PCI/Authentication/CreateSession con una tarjeta afiliada a 3DS2.

{
  "amount":"9990",
  "currency":"EUR",
  "transactionCategory":"PAYMENT",
  "productType":"GOODS_OR_SERVICE_PURCHASE",
  "merchant": {
    "mid":""
  },
  "paymentForm": {
    "expiryMonth":"09",
    "expiryYear":"22",
    "networkPreference":"VISA",
    "pan":"4970110000000013"
  },
  "protocolRequest": {
    "name":"THREEDS",
    "version":"2",
    "challengePreference":"NO_PREFERENCE"
  },
 "ianTargetUrl": "<https://merchant.ian.com>"
}

Respuesta

{
  "webService":"PCI/Authentication/CreateSession",
  "version":"V4",
   (...)
  "answer":{
    "operationSessionId":"30641640cba14eab8e6766094fd201da",
    "operationUrl":"https://api.lyra.com/api-payment/V4/Charge/Public/Authenticate/Session/30641640cba14eab8e6766094fd201da;JSESSIONID=7A4beEA2d5fdbFeA7389F3B91a7bDBaBc8DA9df5.default-hostname",
    "_type":"V4/PCI/Authentication/AuthenticationSessionResponse"
  }
}

En el ejemplo:

  • answer.operationUrl : "https://api.lyra.com/api-payment/V4/Charge/Public/Authenticate/Session/30641640cba14eab8e6766094fd201da;JSESSIONID=7A4beEA2d5fdbFeA7389F3B91a7bDBaBc8DA9df5.default-hostname"

  • Transmettez le champ operationUrl à la méthode d'authentification kr-authenticate.js de la librairie JS (plus d'infos : Guide d'intégration (mode simple)).

2. Respuesta del servidor de la pasarela de pago con el resultado final de la autentificación.

{
 "webService":"PCI/Authentication/CreateSession",
 "version":"V4",
 "applicationVersion":"5.23.0",
 "serverDate":"2023-05-05T09:33:32+00:00",
 "ticket":"3b68064f80f346919828dee761bd22b5",
 "applicationProvider":"",
 "metadata":null,
 "status":"SUCCESS",
 "mode":"TEST",
 "serverUrl":"",
 "_type":"V4/WebService/Response",
 "answer":{
  "id":"1fec4a93-3208-4602-be55-803261bdbccc",
  "operationSessionId":null,
  "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"
 }
}
Jobs
Legal
GDPR
25.20-1.11