--- title: PaymentSessionRedirectPayload - Payments Apps API description: Return type for `paymentSessionRedirect` mutation. api_version: 2025-10 api_name: payments-apps type: payload api_type: graphql 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. *** ## Map ### Mutations with this payload * [payment​Session​Redirect](https://shopify.dev/docs/api/payments-apps/latest/types/paymentSessionRedirect)