Skip to main content

Authentication 3DS

Object

NameTypeMandatoryDescription
classstringYThe type of object which is being returned. In this case it will be authentification_3ds.
requestedbooleanY3DS authentication process has been requested.
performedbooleanY3DS authentication process has been performed.
versionstringY3DS authentication's version. This will be null if authentication has not been required.
statusstringY3DS authentication's status. This will be null if authentication has not been required.See statuses.
fingerprintbooleanYThis will be null if authentication has not been required.
challengebooleanYThis will be null if authentication has not been required.
frictionlessbooleanYThis will be null if authentication has not been required.

3DS authentication statuses

StatusDescription
SUCCESSThe authentication has been performed successfully.
FAILEDThe authentication failed.

Example

{
"class": "authentification_3ds",
"requested": true,
"performed": true,
"version": "2.2.0",
"status": "SUCCESS",
"fingerprint": false,
"challenge": false,
"frictionless": true
}