Skip to main content
Anchor to VerificationSessionRedirectPayload

VerificationSessionRedirectPayload

payload

Return type for verificationSessionRedirect mutation.

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields
•VerificationSession

The updated verification session.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

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

Show payload

Arguments

•ID!
required

The verification session ID.

•URL!
required

The absolute HTTPS URL, including a host, that Shopify will redirect the buyer to for 3DS authentication. The URL must not contain spaces, ASCII control characters, or user information before the hostname, such as a username or password. Applicable to verifications with the credit card payment method only.



Was this section helpful?