You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Not Authenticated /Account Not Verified; Transaction denied
3674
-
#[default]
3675
-
#[serde(rename = "N")]
3676
-
Failure,
3677
-
/// Authentication/ Account Verification Could Not Be Performed; Technical or other problem, as indicated in Authentication Response(ARes) or Result Request (RReq)
3678
-
#[serde(rename = "U")]
3679
-
VerificationNotPerformed,
3680
-
/// Attempts Processing Performed; Not Authenticated/Verified , but a proof of attempted authentication/verification is provided
3681
-
#[serde(rename = "A")]
3682
-
NotVerified,
3683
-
/// Authentication/ Account Verification Rejected; Issuer is rejecting authentication/verification and request that authorisation not be attempted.
3684
-
#[serde(rename = "R")]
3685
-
Rejected,
3686
-
/// Challenge Required; Additional authentication is required using the Challenge Request (CReq) / Challenge Response (CRes)
0 commit comments