# VerificationSessionStateReason - payments-apps - ENUM Version: 2024-10 ## Description The possible values that can be used to describe the reasons why a verification is rejected. ### Access Scopes ## Enum values * [CARD_DECLINED](/docs/api/payments-apps/2024-10/enums/CARD_DECLINED) * [EXPIRED_CARD](/docs/api/payments-apps/2024-10/enums/EXPIRED_CARD) * [GENERIC_ERROR](/docs/api/payments-apps/2024-10/enums/GENERIC_ERROR) * [INCORRECT_ADDRESS](/docs/api/payments-apps/2024-10/enums/INCORRECT_ADDRESS) * [INCORRECT_CVC](/docs/api/payments-apps/2024-10/enums/INCORRECT_CVC) * [INCORRECT_ZIP](/docs/api/payments-apps/2024-10/enums/INCORRECT_ZIP) * [INVALID_CVC](/docs/api/payments-apps/2024-10/enums/INVALID_CVC) * [INVALID_EXPIRY_DATE](/docs/api/payments-apps/2024-10/enums/INVALID_EXPIRY_DATE) * [INVALID_NUMBER](/docs/api/payments-apps/2024-10/enums/INVALID_NUMBER) * [REQUIRED_3DS_CHALLENGE](/docs/api/payments-apps/2024-10/enums/REQUIRED_3DS_CHALLENGE) ## Fields with this enum * [VerificationSessionRejectionReasonInput.code](/docs/api/payments-apps/2024-10/input-objects/VerificationSessionRejectionReasonInput) * [VerificationSessionStateRejected.reason](/docs/api/payments-apps/2024-10/objects/VerificationSessionStateRejected) ## Examples