---
title: PaymentSessionRedirectPayload - Payments Apps API
description: Return type for `paymentSessionRedirect` mutation.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionredirectpayload
  md: https://shopify.dev/docs/api/payments-apps/latest/payloads/paymentsessionredirectpayload.md
---

# Payment​Session​Redirect​Payload

payload

Return type for `paymentSessionRedirect` mutation.

## Fields

* payment​Session

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

  The updated payment session.

* user​Errors

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

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

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

  mutation

  Redirects the buyer to the given URL for the payment session. For example, Shopify will redirect the buyer to the URL where the 3DS authentication will take place for onsite payment with `credit_card` payment method.

  * id

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

    required

    ### Arguments

    The payment 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 payments with the credit card payment method only.

  ***

***

## Map

### Mutations with this payload

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