# VerificationSession - payments-apps - OBJECT Version: 2024-10 ## Description A unique verification transaction. ### Access Scopes `read_payment_sessions` access scope. ## Fields * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - A globally-unique ID. * [state](/docs/api/payments-apps/2024-10/unions/VerificationSessionStates): VerificationSessionStates! - Details about the verification state. ## 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