Skip to main content
Anchor to verificationSessionRedirect

verificationSessionRedirect

mutation

Requires write_payment_sessions access scope.

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.

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


Was this section helpful?

Anchor to VerificationSessionRedirectPayload returnsVerificationSessionRedirectPayload returns

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VerificationSession

The updated verification session.


Was this section helpful?