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.

Arguments

•ID!
required

The verification session ID.

•VerificationSessionRejectionReasonInput!
required

The rejection reason.

•VerificationSessionThreeDSecureAuthentication

The 3D Secure authentication data from the partner. Must be present if and only if the Redirect mutation has been called and the payment method is credit card.



Was this section helpful?