Interface ScaAuthenticationEventAttemptEmbeddedHybridResponse

Represents the embedded hybrid response for the SCA authentication event attempt.

interface ScaAuthenticationEventAttemptEmbeddedHybridResponse {
    allowableAttempts: number;
    authenticationMode: ScaAuthenticationMode;
    creationTime: string;
    currentAttempts: number;
    eventId: string;
    id: string;
    status: ScaAuthenticationEventAttemptStatus;
    statusReason?: string;
    verification: ScaAuthenticationEventAttemptVerificationEnhanced;
    walletOperationId: string;
}

Properties

allowableAttempts: number

The maximum allowable attempts for the SCA authentication event.

authenticationMode: ScaAuthenticationMode

Mode of the Strong Customer Authentication (SCA) authentication process.

creationTime: string

Creation time of the SCA authentication event attempt. Format should be ISO 8601 in UTC.

Example

"2024-05-08T14:43:33Z"
currentAttempts: number

The number of current attempts made for the SCA authentication event.

eventId: string

A distinct identifier for the SCA authentication event.

id: string

Unique identifier for the SCA event attempt.

Status of the SCA authentication event attempt.

statusReason?: string

Reason for the status of the SCA authentication event attempt.

Enhanced verification details associated with the SCA authentication event attempt.

walletOperationId: string

A distinct identifier for the wallet operation. This identifier is used to associate the wallet operation with the SCA authentication event.