Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEWORK and version Dokumentation
Section
Column
width900px

...

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

...

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

Code Block
themeEclipse
linenumberstrue
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "https://www.computop-paygate.com/schemas/threeDSData_response.json",
	"title": "3DS Data",
	"description": "3DS-Daten",
	"type": "object",
	"properties": {
		"authenticationStatus": {
			"type": "boolean"
		},
		"acsProtocolVersion": {
			"minLength": 5,
                        "maxLength": 8
		},
		"authenticationValue": {
                        "type": "string",
                        "maxLength": 28
                },
		"eci": {
			"type": "string",
			"minLength": 2,
			"maxLength": 2
		},
		"threeDSServerTransID": {
			"type": "string",
                        "maxLength": 36
                },
		"ACSXID": {
			"type": "string",
			"maxLength": 40
		}
	},
	"additionalProperties": false,
	"required": ["authenticationStatus", "acsProtocolVersion", "eci"]	
}
Table Filter
inversefalse
defaultDescription
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1625049641887_-1463149623
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamethreedsdata_response
PageWithExcerptEN:threeDSData:response

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptDE
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameschema
PageWithExcerptEN:threeDSData:response

Column


Table of Contents

...