---
title: VerificationSessionState - Payments Apps API
description: The state of a verification transaction.
api_version: 2026-04
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!
}
```