# PaymentSessionConfirmUserError - payments-apps - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `PaymentSessionConfirm`. ### Access Scopes ## Fields * [code](/docs/api/payments-apps/2024-10/enums/PaymentSessionConfirmUserErrorCode): PaymentSessionConfirmUserErrorCode - The error code. * [field](/docs/api/payments-apps/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/payments-apps/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [paymentSessionConfirm](/docs/api/payments-apps/2024-10/mutations/paymentSessionConfirm) 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. ## Related Unions ## Examples