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

Redirects the buyer to the given URL for the verification session. Shopify will redirect the buyer to the URL where the 3DS authentication will take place when verifying the buyer's credit_card.

Arguments

•ID!
required

The verification session ID.

•URL!
required

The URL that Shopify will redirect the buyer to, for 3DS authentication. Applicable to verifications with the credit card payment method only.


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


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

•VerificationSessionPaymentDetailsInput

The payment details used to process the verification.



Was this section helpful?


Was this section helpful?