---
title: PaymentSessionConfirmUserError - Payments Apps API
description: An error that occurs during the execution of `PaymentSessionConfirm`.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/payments-apps/latest/objects/paymentsessionconfirmusererror
  md: https://shopify.dev/docs/api/payments-apps/latest/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/latest/enums/PaymentSessionConfirmUserErrorCode)

  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​Confirm](https://shopify.dev/docs/api/payments-apps/latest/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.

  * id

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

    required

    ### Arguments

    The payment session ID.

  ***

***

## PaymentSessionConfirmUserError Mutations

### Mutated by

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

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)

  interface

***

## PaymentSessionConfirmUserError Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)