Adyen · Schema

AuthenticationInfo

AuthenticationInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
acsTransId string Universally unique transaction identifier assigned by the Access Control Server (ACS) to identify a single transaction.
challenge object Information about Strong Customer Authentication (SCA). Returned when `type` is **challenge**.
challengeIndicator string Specifies a preference for receiving a challenge. Possible values: * **01**: No preference * **02**: No challenge requested * **03**: Challenge requested (preference) * **04**: Challenge requested (ma
createdAt string Date and time in UTC of the cardholder authentication. [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format: YYYY-MM-DDThh:mm:ss+TZD, for example, **2020-12-18T10:15:30+01:00**.
deviceChannel string Indicates the type of channel interface being used to initiate the transaction. Possible values: * **app** * **browser** * **3DSRequestorInitiated** (initiated by a merchant when the cardholder is not
dsTransID string Universally unique transaction identifier assigned by the DS (card scheme) to identify a single transaction.
exemptionIndicator string Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied. Possible values: * **lowValue** * **secureCorporate** * **trustedBeneficiary** * **transactionR
inPSD2Scope boolean Indicates if the purchase was in the PSD2 scope.
messageCategory string Identifies the category of the message for a specific use case. Possible values: * **payment** * **nonPayment**
messageVersion string The `messageVersion` value as defined in the 3D Secure 2 specification.
riskScore integer Risk score calculated from the transaction rules.
threeDSServerTransID string The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.
transStatus string The `transStatus` value as defined in the 3D Secure 2 specification. Possible values: * **Y**: Authentication / Account verification successful. * **N**: Not Authenticated / Account not verified. Tran
transStatusReason string Provides information on why the `transStatus` field has the specified value. For possible values, refer to [our docs](https://docs.adyen.com/online-payments/3d-secure/api-reference#possible-transstatu
type string The type of authentication performed. Possible values: * **frictionless** * **challenge**
View JSON Schema on GitHub