--- title: VerificationSessionStateRejected - Payments Apps API description: Additional details about a verification's rejected state. api_version: 2025-01 api_name: payments-apps type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/objects/VerificationSessionStateRejected md: https://shopify.dev/docs/api/payments-apps/2025-01/objects/VerificationSessionStateRejected.md --- # Verification​Session​State​Rejected object Requires `read_payment_sessions` access scope. Additional details about a verification's rejected state. ## Fields * code [Verification​Session​State​Code!](https://shopify.dev/docs/api/payments-apps/2025-01/enums/VerificationSessionStateCode) non-null The verification state code. * reason [Verification​Session​State​Reason!](https://shopify.dev/docs/api/payments-apps/2025-01/enums/VerificationSessionStateReason) non-null The reason the verification is rejected. *** ## Map ### Possible type in * [Verification​Session​States](https://shopify.dev/docs/api/payments-apps/2025-01/unions/VerificationSessionStates) *** ## Interfaces * [Verification​Session​State](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/VerificationSessionState) interface *** ## ||-VerificationSessionStateRejected Implements ### Implements * ||-[Verification​Session​State](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/VerificationSessionState)