priorAuthenticationInfo

JSON Objekt

priorAuthenticationInfo

Datenelemente

ParameterFormatBedingungBeschreibung
priorAuthenticationDatastringODaten, die eine spezifischen vom Händler ausgeführten Authentisierungsprozess wie FIDO unterstützten und dokumentieren
priorAuthenticationMethodstringOZur vorherigen Authenrisierungen verwendeter Mechanismus des Karteninhabers. Zulässige Werte: · frictionless · ACSchallenge · AVSverified · other
priorAuthenticationTimestampstringODatum und Uhrzeit (siehe RFC 3339) der vorherigen Authentisierung des Karteninhabers in UTC. JJJJ-MM-TTTHH:MM:SS+00:00
priorAuthenticationReferencestringODieses Datenelement enthält eine ACS Transaktions-ID für eine vorherige authentiriserte Transaktion (beispielsweise die erste wiederkehrende Transaktion, die vom Karteninhaber authentisiert wurde).
Parameter priorAuthenticationInfo

Schema

Hinweis-icon

BASEURL= Die Seite Wording (veraltet) wurde nicht gefunden  — Bitte überprüfen/aktualisieren Sie den im Makro MultiExcerpt-Include verwendeten Seitennamenschemas

{

    "$schema""http://json-schema.org/draft-07/schema#",

    "$id""BASEURL/priorAuthenticationInformation.json",

    "title""Prior Authentication Information",

    "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

}              „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“

}