• DeutschEnglish

priorAuthenticationInfo

Datenelemente

Key

Format

CND

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 Authentisierung 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 authentiserte Transaktion (beispielsweise die erste wiederkehrende Transaktion, die vom Karteninhaber authentisiert wurde).

Schema

BASEURL= https://www.computop-paygate.com/schemas

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/priorAuthenticationInformation.json",
4
"title": "Prior Authentication Information",
5
"type": "object",
6
"properties": {
7
"prioAuthenticationData": {
8
"type": "string",
9
"maxLength": 2048
10
},
11
"priorAuthenticationMethod": {
12
"type": "string",
13
"enum": ["frictionless", "ACSchallenge", "AVSverified", "other"]
14
},
15
"priorAuthenticationTimestamp": {
16
"type": "string",
17
"format": "date-time"
18
},
19
"priorAuthenticationReference": {
20
"type": "string",
21
"maxLength": 36
22
}
23
},
24
"additionalProperties": false
25
}

Beispiel

1
{
2
"priorAuthenticationMethod": "frictionless",
3
"priorAuthenticationTimestamp": "2021-10-05T04:36:18+00:00",
4
"priorAuthenticationReference": "d7c1ee99-9478-44a6-b1f2-391e29c6b340"
5
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status