Skip to main content
Anchor to VerificationSessionUserError

VerificationSessionUserError

object

Requires read_payment_sessions access scope.

Represents a verification session custom error.

•VerificationSessionUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

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


Fields

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VerificationSession

The updated verification session.

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

Arguments

•ID!
required

The verification session ID.

Anchor to networkTransactionIdnetworkTransactionId
•String
Deprecated

Fields

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VerificationSession

The updated verification session.


Was this section helpful?


Was this section helpful?