---
title: VerificationSessionResolvePayload - Payments Apps API
description: Return type for `verificationSessionResolve` mutation.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/payments-apps/latest/payloads/VerificationSessionResolvePayload
  md: >-
    https://shopify.dev/docs/api/payments-apps/latest/payloads/VerificationSessionResolvePayload.md
api_name: payments-apps
api_type: graphql
type: payload
---

# Verification​Session​Resolve​Payload

payload

Return type for `verificationSessionResolve` mutation.

## Fields

* user​Errors

  [\[Verification​Session​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionUserError)

  non-null

  The list of errors that occurred from executing the mutation.

* verification​Session

  [Verification​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSession)

  The updated verification session.

***

## Mutations with this payload

* [verification​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionResolve)

  mutation

  Resolves an open verification session. After the `verificationSessionResolve` mutation completes on a given verification session, any `verificationSessionReject` mutation attempts will fail. Subsequent `verificationSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored.

  * id

    [ID!](https://shopify.dev/docs/api/payments-apps/latest/scalars/ID)

    required

    ### Arguments

    The verification session ID.

  * network​Transaction​Id

    [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String)

    Deprecated

  * authentication

    [Verification​Session​Three​DSecure​Authentication](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthentication)

    The 3D Secure authentication data from the partner. Must be present if and only if the Redirect mutation has been called and the payment method is credit card.

  * payment​Details

    [Verification​Session​Payment​Details​Input](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionPaymentDetailsInput)

    The payment details used to process the verification.

  ***

***

## Map

### Mutations with this payload

* [verification​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionResolve)
