Enum RiskLevel
Represents the risk levels returned in the collect response.
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public enum RiskLevel : int
Fields
Name | Description |
---|---|
High | High risk transaction. The order should be blocked/cancelled by the Relying Party and needs further action, investigation or follow-up. |
Low | Low risk orders. No or low risk identified in the available order data. |
Moderate | Moderate risk orders. Might need further action, investigation or follow-up by the Relying Party based on order data. |
Unknown | If no value was returned the risk couldn’t be calculated. |