--- title: VerificationSessionResolvePayload - Payments Apps API description: Return type for `verificationSessionResolve` mutation. api_version: 2025-01 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/payloads/verificationsessionresolvepayload md: https://shopify.dev/docs/api/payments-apps/2025-01/payloads/verificationsessionresolvepayload.md --- # Verification​Session​Resolve​Payload payload Return type for `verificationSessionResolve` mutation. ## Fields * user​Errors [\[Verification​Session​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VerificationSessionUserError) non-null The list of errors that occurred from executing the mutation. * verification​Session [Verification​Session](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VerificationSession) The updated verification session. *** ## Mutations with this payload * [verification​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/verificationSessionResolve) mutation 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. *** ## Map ### Mutations with this payload * [verification​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/types/verificationSessionResolve)