--- title: VerificationSessionRedirectPayload - Payments Apps API description: Return type for `verificationSessionRedirect` mutation. api_version: 2025-10 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/payloads/verificationsessionredirectpayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/verificationsessionredirectpayload.md --- # Verification​Session​Redirect​Payload payload Return type for `verificationSessionRedirect` mutation. ## Fields * user​Errors [\[Verification​Session​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionUserError) non-null The list of errors that occurred from executing the mutation. * verification​Session [Verification​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSession) The updated verification session. *** ## Mutations with this payload * [verification​Session​Redirect](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionRedirect) 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. * id [ID!](https://shopify.dev/docs/api/payments-apps/latest/scalars/ID) required ### Arguments The verification session ID. * redirect​Url [URL!](https://shopify.dev/docs/api/payments-apps/latest/scalars/URL) required The URL that Shopify will redirect the buyer to, for 3DS authentication. Applicable to verifications with the credit card payment method only. *** *** ## Map ### Mutations with this payload * [verification​Session​Redirect](https://shopify.dev/docs/api/payments-apps/latest/types/verificationSessionRedirect)