• DeutschEnglish

threeDSData:response

Data Elements

Key

Format

CND

Description

authenticationStatus

boolean

M

Indicates whether a cardholder has been authenticated or not

acsProtocolVersion

string

M

The protocol version used for authentication

authenticationValue

string

C

Payment system specific value to provide proof of authentication

cavvAlgorithm

string

C

3DS 2.0 only with Cartes Bancaires

eci

string

M

Payment system specific Electronic Commerce Indicator

threeDSServerTransID

string

C

3DS 2.0 only.

Computop Paygate PayID in canonical format as specified in IETF RFC 4122.

acsXID

string

C

3DS 1.0 only. ACS assigned transaction 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