--- title: VerificationSessionState - Payments Apps API description: The state of a verification transaction. api_version: 2026-04 api_name: payments-apps type: interface api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/latest/interfaces/VerificationSessionState md: >- https://shopify.dev/docs/api/payments-apps/latest/interfaces/VerificationSessionState.md --- # Verification​Session​State interface The state of a verification transaction. ## Fields * code [Verification​Session​State​Code!](https://shopify.dev/docs/api/payments-apps/latest/enums/VerificationSessionStateCode) non-null The verification state code. *** ##### Variables ```json { "code": "" } ``` ##### Schema ```graphql interface VerificationSessionState { code: VerificationSessionStateCode! } ```