# PaymentSessionThreeDSecureAuthentication - payments-apps - INPUT_OBJECT Version: 2025-01 ## Description The 3D Secure authentication data from the partner. One and only one of authentication_data and partner_error must be present. ### Access Scopes ## Fields * [authenticationData](/docs/api/payments-apps/2025-01/input-objects/PaymentSessionThreeDSecureAuthenticationData): PaymentSessionThreeDSecureAuthenticationData - The 3D Secure authentication data from the partner. * [partnerError](/docs/api/payments-apps/2025-01/enums/PaymentSessionThreeDSecurePartnerError): PaymentSessionThreeDSecurePartnerError - 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. ## Input objects with this input object * [paymentSessionReject](/docs/api/payments-apps/2025-01/mutations/paymentSessionReject) * [paymentSessionResolve](/docs/api/payments-apps/2025-01/mutations/paymentSessionResolve) ## Examples