--- title: VerificationSessionStates - Payments Apps API description: >- The possible values that can be used to describe the state of a verification transaction. api_version: 2026-04 api_name: payments-apps type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/latest/unions/VerificationSessionStates md: >- https://shopify.dev/docs/api/payments-apps/latest/unions/VerificationSessionStates.md --- # Verification​Session​States union Requires `read_payment_sessions` access scope. The possible values that can be used to describe the state of a verification transaction. ## Fields with this union * [Verification​Session.state](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSession#field-VerificationSession.fields.state) OBJECT A unique verification transaction. *** ```graphql union VerificationSessionStates = VerificationSessionStateRedirecting | VerificationSessionStateRejected | VerificationSessionStateResolved ```