• DeutschEnglish

threeDSData:response

Datenelemente

Key

Format

CND

Beschreibung

authenticationStatus

boolean

M

Gibt an, ob ein Karteninhaber authentisiert ist oder nicht

acsProtocolVersion

string

M

Die zur Authentisierung verwendete Protokoll-Version

authenticationValue

string

C

Zahlungssystemspezifischer Wert als Nachweis der Authentisierung

cavvAlgorithm

string

C

Nur 3DS 2.0 mit Cartes Bancaires

eci

string

M

Zahlungssystemspezifischer E-Commerce-Indikator

threeDSServerTransID

string

C

Nur 3DS 2.0. Computop Paygate PayID im kanonischern Format gemäß IETF RFC 4122.

acsXID

string

C

Nur 3DS 1.0. Vom ACS vergebene Transaktions-ID.

Schema

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

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/threeDSData_response.json",
4
"title": "3DS Data",
5
"description": "3DS Data",
6
"type": "object",
7
"properties": {
8
"authenticationStatus": {
9
"type": "boolean"
10
},
11
"acsProtocolVersion": {
12
"minLength": 5,
13
"maxLength": 8
14
},
15
"authenticationValue": {
16
"type": "string",
17
"maxLength": 28
18
},
19
"cavvAlgorithm": {
20
"type": "string",
21
"minLength": 1,
22
"maxLength": 1
23
},
24
"eci": {
25
"type": "string",
26
"minLength": 2,
27
"maxLength": 2
28
},
29
"threeDSServerTransID": {
30
"type": "string",
31
"maxLength": 36
32
},
33
"ACSXID": {
34
"type": "string",
35
"maxLength": 40
36
}
37
},
38
"additionalProperties": false,
39
"required": ["authenticationStatus", "acsProtocolVersion", "eci"]
40
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status