priorAuthenticationInfo
JSON Objekt
priorAuthenticationInfo
Parameter | Format | Bedingung | Beschreibung |
priorAuthenticationData | string | O | Daten, die eine spezifischen vom Händler ausgeführten Authentisierungsprozess wie FIDO unterstützten und dokumentieren |
priorAuthenticationMethod | string | O | Zur vorherigen Authenrisierungen verwendeter Mechanismus des Karteninhabers. Zulässige Werte: · frictionless · ACSchallenge · AVSverified · other |
priorAuthenticationTimestamp | string | O | Datum und Uhrzeit (siehe RFC 3339) der vorherigen Authentisierung des Karteninhabers in UTC. JJJJ-MM-TTTHH:MM:SS+00:00 |
priorAuthenticationReference | string | O | Dieses Datenelement enthält eine ACS Transaktions-ID für eine vorherige authentiriserte Transaktion (beispielsweise die erste wiederkehrende Transaktion, die vom Karteninhaber authentisiert wurde). |
Schema
{
„$schema“: „http://json-schema.org/draft-07/schema#“,
„$id“: „https://www.computop-paygate.com/schemas/priorAuthenticationInformation.json“,
„title“: „Vorherige Authentisierungs-Informationen“,
„type“: „object“,
„properties“: {
„prioAuthenticationData“: {
„type“: „string“,
„maxLength“: 2048
},
„priorAuthenticationMethod“: {
„type“: „string“,
„enum“: [„frictionless“, „ACSchallenge“, „AVSverified“, „other“]
},
„priorAuthenticationTimestamp“: {
„type“: „string“,
„format“: „date-time“
},
„priorAuthenticationReference“: {
„type“: „string“,
„maxLength“: 36
}
},
„additionalProperties“: false
}
Beispiel
{
„priorAuthenticationMethod“: „frictionless“,
„priorAuthenticationTimestamp“: „2021-10-05T04:36:18+00:00“,
„priorAuthenticationReference“: „d7c1ee99-9478-44a6-b1f2-391e29c6b340“
}