• DeutschEnglish

priorAuthenticationInfo

Data Elements

Key

Format

CND

Description

priorAuthenticationData

string

O

Data that documents and supports a specific authentication process performed by the merchant such as FIDO

priorAuthenticationMethod

string

O

Mechanism used by the Cardholder to previously authenticate.

Values accepted:

  • frictionless

  • ACSchallenge

  • AVSverified

  • other

priorAuthenticationTimestamp

string

O

Date and time (see RFC 3339) in UTC of the prior cardholder authentication.

YYYY-MM-DDTHH:MM:SS+00:00

priorAuthenticationReference

string

O

This data element contains an ACS Transaction ID for a prior authenticated transaction (for example, the first recurring transaction that was authenticated with the cardholder).

Schema

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

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/priorAuthenticationInformation.json",
4
"title": "Prior Authentication Information",
5
"type": "object",
6
"properties": {
7
"prioAuthenticationData": {
8
"type": "string",
9
"maxLength": 2048
10
},
11
"priorAuthenticationMethod": {
12
"type": "string",
13
"enum": ["frictionless", "ACSchallenge", "AVSverified", "other"]
14
},
15
"priorAuthenticationTimestamp": {
16
"type": "string",
17
"format": "date-time"
18
},
19
"priorAuthenticationReference": {
20
"type": "string",
21
"maxLength": 36
22
}
23
},
24
"additionalProperties": false
25
}

Sample

1
{
2
"priorAuthenticationMethod": "frictionless",
3
"priorAuthenticationTimestamp": "2021-10-05T04:36:18+00:00",
4
"priorAuthenticationReference": "d7c1ee99-9478-44a6-b1f2-391e29c6b340"
5
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status