# verificationSessionReject - payments-apps - MUTATION Version: 2024-10 ## Description 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. ### Access Scopes `write_payment_sessions` access scope. ## Arguments * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - The verification session ID. * [reason](/docs/api/payments-apps/2024-10/input-objects/VerificationSessionRejectionReasonInput): VerificationSessionRejectionReasonInput! - The rejection reason. ## Returns * [userErrors](/docs/api/payments-apps/2024-10/objects/VerificationSessionUserError): VerificationSessionUserError! The list of errors that occurred from executing the mutation. * [verificationSession](/docs/api/payments-apps/2024-10/objects/VerificationSession): VerificationSession The updated verification session. ## Examples