Skip to main content
Anchor to VerificationSessionRejectPayload

VerificationSessionRejectPayload

payload

Return type for verificationSessionReject mutation.

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VerificationSession

The updated verification session.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•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.


Was this section helpful?