# UserError - payments-apps - OBJECT Version: 2024-10 ## Description Represents an error in the input of a mutation. ### Access Scopes ## Fields * [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 * [paymentSessionReject](/docs/api/payments-apps/2024-10/mutations/paymentSessionReject) Rejects an open payment session. After the `paymentSessionReject` mutation completes on a given payment session, any `paymentSessionResolve` mutation attempts will fail. Subsequent `paymentSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. * [paymentSessionResolve](/docs/api/payments-apps/2024-10/mutations/paymentSessionResolve) Resolves an open payment session. After the `paymentSessionResolve` mutation completes on a given payment session, any `paymentSessionReject` mutation attempts will fail. Subsequent `paymentSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored. * [paymentsAppConfigure](/docs/api/payments-apps/2024-10/mutations/paymentsAppConfigure) Configures the partner-managed payments gateway to work on the merchant's store. For an example of how to use the `paymentsAppConfigure` mutation, refer to the [Onboard a merchant payments app](https://shopify.dev/apps/payments/getting-started/onboard-a-merchant-payments-apps) tutorial. ## Related Unions ## Examples