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

# Verification​Session​Redirect​Payload

payload

Return type for `verificationSessionRedirect` 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​Redirect](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionRedirect)

  mutation

  Redirects the buyer to the given URL for the verification session. Shopify will redirect the buyer to the URL where the 3DS authentication will take place when verifying the buyer's credit\_card.

  * id

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

    required

    ### Arguments

    The verification session ID.

  * redirect​Url

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

    required

    The URL that Shopify will redirect the buyer to, for 3DS authentication. Applicable to verifications with the credit card payment method only.

  ***

***

## Map

### Mutations with this payload

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