ccAuthService_paresStatusReason {#cc-auth-service-pares-status-reason}
======================================================================

The reason for the payer authentication response status.  
**Possible values:**

* `01`: Card authentication failed.
* `02`: Unknown device. Example: Device fingerprint not recognised because the device is an old mobile phone.
* `03`: Unsupported device.
* `04`: Exceeds authentication frequency limit. Strong customer authentication is required every six transactions or when the cumulative amount for the payment card during the preceding week exceeds 100 EUR.
* `05`: Expired card.
* `06`: Invalid card number.
* `07`: Invalid transaction.
* `08`: No card record. The card was not found in the 3-D Secure server database.
* `09`: Security failure as determined by 3-D Secure server.
* `10`: Stolen card.
* `11`: Suspected fraud.
* `12`: Cardholder is not permitted to perform this transaction.
* `13`: Cardholder is not enrolled in 3-D Secure service.
* `14`: Transaction timed out at the access control server (ACS), which is a server on the issuer side of the 3-D Secure protocol.
* `15`: Low confidence as determined by 3-D Secure server.
* `16`: Medium confidence.
* `17`: High confidence.
* `18`: Very high confidence.
* `19`: Exceeds the maximum number of challenges permitted by the ACS.
* `20`: Non-payment transaction is not supported.
* `21`: 3-D Secure request for information, such as BIN lookup, is not supported.
* `22`: ACS technical problem.
* `23`: Decoupled authentication is required by the ACS but you did not request it.
* `24`: Your maximum expiration time was exceeded.
* `25`: There was not enough time for decoupled authentication to authenticate the cardholder.
* `26`: Authentication was attempted but the cardholder was not authenticated.

When you request the payer authentication and authorization services separately, get the value for this field from the payerAuthEnrollReply_authenticationStatusReason or payerAuthValidateReply_authenticationStatusReason response field.

Specifications {#cc-auth-service-pares-status-reason_d2036e172}
---------------------------------------------------------------

* **Data Type:** Integer
* **Data Length:** 2

Mapping Information {#cc-auth-service-pares-status-reason_d2036e191}
--------------------------------------------------------------------

* **REST API Field:** consumerAuthenticationInformation. signedParesStatusReason
* **SCMP API Field:** pares_status_reason
* **Simple Order API Field:** ccAuthService_paresStatusReason

