--- title: VerificationSessionThreeDSecureAuthentication - Payments Apps API description: >- The 3D Secure authentication data from the partner. One and only one of authentication_data and partner_error must be present. api_version: 2026-04 api_name: payments-apps type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthentication md: >- https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthentication.md --- # Verification​Session​Three​DSecure​Authentication input\_object The 3D Secure authentication data from the partner. One and only one of authentication\_data and partner\_error must be present. ## Fields * authentication​Data [Verification​Session​Three​DSecure​Authentication​Data](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionThreeDSecureAuthenticationData) The 3D Secure authentication data from the partner. * partner​Error [Verification​Session​Three​DSecure​Partner​Error](https://shopify.dev/docs/api/payments-apps/latest/enums/VerificationSessionThreeDSecurePartnerError) The error that occurred in the partner environment while requesting the 3D Secure authentication or processing its result. Cannot be present if authentication\_data is present. *** ## Mutations using this input * [verification​Session​Reject.authentication](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionReject#arguments-authentication) ARGUMENT * [verification​Session​Resolve.authentication](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionResolve#arguments-authentication) ARGUMENT *** ## Map ### Mutations using this input * [verification​Session​Reject.authentication](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionReject#arguments-authentication) * [verification​Session​Resolve.authentication](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionResolve#arguments-authentication)