# VerificationSessionUserError - payments-apps - OBJECT Version: 2024-10 ## Description Represents a verification session custom error. ### Access Scopes `read_payment_sessions` access scope. ## Fields * [code](/docs/api/payments-apps/2024-10/enums/VerificationSessionUserErrorCode): VerificationSessionUserErrorCode - 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 * [verificationSessionReject](/docs/api/payments-apps/2024-10/mutations/verificationSessionReject) Rejects an open verification session. After the `verificationSessionReject` mutation completes on a given verification session, any `verificationSessionResolve` mutation attempts will fail. Subsequent `verificationSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. * [verificationSessionResolve](/docs/api/payments-apps/2024-10/mutations/verificationSessionResolve) Resolves an open verification session. After the `verificationSessionResolve` mutation completes on a given verification session, any `verificationSessionReject` mutation attempts will fail. Subsequent `verificationSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored. ## Related Unions ## Examples