--- title: VerificationSessionRejectPayload - Payments Apps API description: Return type for `verificationSessionReject` mutation. api_version: 2025-10 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/payloads/verificationsessionrejectpayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/verificationsessionrejectpayload.md --- # Verification​Session​Reject​Payload payload Return type for `verificationSessionReject` mutation. ## Fields * user​Errors [\[Verification​Session​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/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/latest/objects/VerificationSession) The updated verification session. *** ## Mutations with this payload * [verification​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionReject) mutation 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. *** ## Map ### Mutations with this payload * [verification​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/types/verificationSessionReject)