--- title: VerificationSessionRedirectPayload - Payments Apps API description: Return type for `verificationSessionRedirect` mutation. api_version: 2025-01 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/payloads/verificationsessionredirectpayload md: https://shopify.dev/docs/api/payments-apps/2025-01/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/2025-01/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/2025-01/objects/VerificationSession) The updated verification session. *** ## Mutations with this payload * [verification​Session​Redirect](https://shopify.dev/docs/api/payments-apps/2025-01/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. *** ## Map ### Mutations with this payload * [verification​Session​Redirect](https://shopify.dev/docs/api/payments-apps/2025-01/types/verificationSessionRedirect)