Skip to main content

ScaStatus

rejectedboolean

Boolean indicator which is true when the transaction is rejected due to failing SCA such as a 3DS challenge with MitId.

Example: false
typestring

The type of SCA performed during the transaction.

Possible values: [3DS, DELEGATED, UNKNOWN]

Example: 3DS
verificationstring

The level of verification performed during the transaction. The value will be CHALLENGED if the customer was prompted with challenges such as MitID login.

Possible values: [NONE, FRICTIONLESS, CHALLENGED, UNKNOWN]

Example: FRICTIONLESS
ScaStatus
{
"rejected": false,
"type": "3DS",
"verification": "FRICTIONLESS"
}