---
title: VerificationSessionStateCode - Payments Apps API
description: The possible values that can be used to describe the state of a verification transaction.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/payments-apps/latest/enums/verificationsessionstatecode
  md: https://shopify.dev/docs/api/payments-apps/latest/enums/verificationsessionstatecode.md
---

# Verification​Session​State​Code

enum

The possible values that can be used to describe the state of a verification transaction.

## Valid values

* REDIRECTING

  Redirecting buyer.

* REJECTED

  Verification rejected.

* RESOLVED

  Verification resolved.

***

## Fields

* [Verification​Session​State.code](https://shopify.dev/docs/api/payments-apps/latest/interfaces/VerificationSessionState#fields-code)

  INTERFACE

  The state of a verification transaction.

* [Verification​Session​State​Redirecting.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateRedirecting#field-VerificationSessionStateRedirecting.fields.code)

  OBJECT

  Additional details about a verification's redirecting state.

* [Verification​Session​State​Rejected.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateRejected#field-VerificationSessionStateRejected.fields.code)

  OBJECT

  Additional details about a verification's rejected state.

* [Verification​Session​State​Resolved.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateResolved#field-VerificationSessionStateResolved.fields.code)

  OBJECT

  Additional details about a verification's resolved state.

***

## Map

### Fields with this enum

* [Verification​Session​State​Redirecting.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateRedirecting#field-VerificationSessionStateRedirecting.fields.code)
* [Verification​Session​State​Rejected.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateRejected#field-VerificationSessionStateRejected.fields.code)
* [Verification​Session​State​Resolved.code](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionStateResolved#field-VerificationSessionStateResolved.fields.code)