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

...

Table Filter

...

inverse

...

false

...

default

...

Description

...

isFirstTimeEnter

...

false

...

O

...

Daten, die eine spezifischen vom Händler ausgeführten Authentisierungsprozess wie FIDO unterstützten und dokumentieren

...

priorAuthenticationMethod

...

string

...

O

...

Zur vorherigen Authenrisierungen 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 authentiriserte Transaktion (beispielsweise die erste wiederkehrende Transaktion, die vom Karteninhaber authentisiert wurde).

Schema

Code Block
themeEclipse
linenumberstrue
{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "https://www.computop-paygate.com/schemas/priorAuthenticationInformation.json",
	"title": "Vorherige Authentisierungs-Informationen",
	"type": "object",
	"properties": {
		"prioAuthenticationData": {
			"type": "string",
			"maxLength": 2048
		},
		"priorAuthenticationMethod": {
			"type": "string",
			"enum": ["frictionless", "ACSchallenge", "AVSverified", "other"]
		},
		"priorAuthenticationTimestamp": {
			"type": "string",
			"format": "date-time"
		},
		"priorAuthenticationReference": {
			"type": "string",
			"maxLength": 36
		}
	},
	"additionalProperties": false
}

Beispiel

Code Block
themeEclipse
linenumberstrue
{
	"priorAuthenticationMethod": "frictionless",
	"priorAuthenticationTimestamp": "2021-10-05T04:36:18+00:00",
	"priorAuthenticationReference": "d7c1ee99-9478-44a6-b1f2-391e29c6b340"
}
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1625045783854_-1252364670
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameprior_authentication_info
PageWithExcerptEN:priorAuthenticationInfo

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptDE
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameschema
PageWithExcerptEN:priorAuthenticationInfo

Beispiel

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNamesample
PageWithExcerptEN:priorAuthenticationInfo

Column


Table of Contents

...