Skip to main content
Anchor to verificationSessionReject

verificationSessionReject

mutation

Requires write_payment_sessions access scope.

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.

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

•ID!
required

The verification session ID.

•VerificationSessionRejectionReasonInput!
required

The rejection reason.


Was this section helpful?

Anchor to VerificationSessionRejectPayload returnsVerificationSessionRejectPayload returns

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VerificationSession

The updated verification session.


Was this section helpful?