Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation

Data Elements

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638289897144_-1882681085
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamethreedsdata_response
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638289897146_1098288114
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

...


KeyFormat

...

CNDDescriptionBeschreibung
1

authenticationStatus

boolean

M

Indicates whether a cardholder has been authenticated or not

...

Gibt an, ob ein Karteninhaber authentisiert ist oder nicht
2

acsProtocolVersion

string

M

The protocol version used for authentication

...

Die zur Authentisierung verwendete Protokoll-Version
3

authenticationValue

string

C

Payment system specific value to provide proof of authentication

Zahlungssystemspezifischer Wert als Nachweis der Authentisierung
4cavvAlgorithmstringC3DS 2.0 only with Cartes BancairesNur 3DS 2.0 mit Cartes Bancaires

...

5

eci

string

M

Payment system specific Electronic Commerce Indicator

...

Zahlungssystemspezifischer E-Commerce-Indikator
6

threeDSServerTransID

string

C

3DS 2.0 only.

...

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamePlatform-Name
PageWithExcerptWording
PayID in canonical format as specified in IETF RFC 4122.

...

Nur 3DS 2.0. 

Multiexcerpt include
SpaceWithExcerptDE
MultiExcerptNamePlatform-Name
PageWithExcerptDE:Wording
PayID im kanonischern Format gemäß IETF RFC 4122.


acsXID

string

C

3DS 1.0 only. ACS assigned transaction ID.

Nur 3DS 1.0. Vom ACS vergebene Transaktions-ID

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema
Code Block

...

language

...

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

...

BASEURL/threeDSData_response.json",
	"title": "3DS Data",
	"description": "3DS Data",
	"type": "object",
	"properties": {
		"authenticationStatus": {
			"type": "boolean"
		},
		"acsProtocolVersion": {
			"minLength": 5,
            "maxLength": 8
		},
		"authenticationValue": {
            "

...

type": 

...

"string",
            "maxLength": 

...

28
        },
        "cavvAlgorithm": {
            "type": "string",
            "minLength": 1,
            "maxLength": 

...

1
        },
       

...

 "eci": {
			"type": "string",
			"minLength": 2,
			"maxLength": 2
		},
		"threeDSServerTransID": {
			"type": "string",

...

            "maxLength": 36

...

        

...

},
		"ACSXID": {
			"type": "string",
			"maxLength": 40
		}
	},
	"additionalProperties": false,
	"required": ["authenticationStatus", "acsProtocolVersion", "eci"]

...


}

...

Table of Contents