--- title: PaymentSessionConfirmUserError - Payments Apps API description: An error that occurs during the execution of `PaymentSessionConfirm`. api_version: 2025-01 api_name: payments-apps type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/2025-01/objects/PaymentSessionConfirmUserError md: >- https://shopify.dev/docs/api/payments-apps/2025-01/objects/PaymentSessionConfirmUserError.md --- # Payment​Session​Confirm​User​Error object An error that occurs during the execution of `PaymentSessionConfirm`. ## Fields * code [Payment​Session​Confirm​User​Error​Code](https://shopify.dev/docs/api/payments-apps/2025-01/enums/PaymentSessionConfirmUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/payments-apps/2025-01/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/payments-apps/2025-01/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [payment​Session​Confirm](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/paymentSessionConfirm) mutation Initiates the confirmation process of the given payment\_session. Shopify will start confirming the payment. According to its business logic, Shopify determines if the payment can be authorized and sends a POST request to the payments app, delivering the confirmation result. *** ## <\~> PaymentSessionConfirmUserError Mutations ### Mutated by * <\~>[payment​Session​Confirm](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/paymentSessionConfirm) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError) interface *** ## ||-PaymentSessionConfirmUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError)