# verificationSessionResolve - payments-apps - MUTATION Version: 2024-10 ## Description 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. ### Access Scopes `write_payment_sessions` access scope. ## Arguments * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - The verification session ID. * [networkTransactionId](/docs/api/payments-apps/2024-10/scalars/String): String - The transaction ID issued by the network when processing the verification. ## 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