--- title: PaymentSessionRedirectUserError - Payments Apps API description: An error that occurs during the execution of `PaymentSessionRedirect`. api_version: 2025-10 api_name: payments-apps type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionRedirectUserError md: >- https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionRedirectUserError.md --- # Payment​Session​Redirect​User​Error object An error that occurs during the execution of `PaymentSessionRedirect`. ## Fields * code [Payment​Session​Redirect​User​Error​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/PaymentSessionRedirectUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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. *** ## <\~> PaymentSessionRedirectUserError Mutations ### Mutated by * <\~>[payment​Session​Redirect](https://shopify.dev/docs/api/payments-apps/latest/mutations/paymentSessionRedirect) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError) interface *** ## ||-PaymentSessionRedirectUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)