Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.
The table is being loaded. Please wait for a bit ...
authenticationStatus
boolean
M
Indicates whether a cardholder has been authenticated or not
acsProtocolVersion
string
The protocol version used for authentication
authenticationValue
C
Payment system specific value to provide proof of authentication
eci
Payment system specific Electronic Commerce Indicator
threeDSServerTransID
3DS 2.0 only. Computop Paygate PayID in canonical format as specified in IETF RFC 4122.
Nur 3DS 2.0. Computop Paygate PayID im kanonischern Format gemäß IETF RFC 4122.
acsXID
3DS 1.0 only. ACS assigned transaction ID.
BASEURL= https://www.computop-paygate.com/schemas
{ "$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"] }