Hi, I'm currently developing on a solution that call CheckPayerAuthEnrollment, when I get a response from the server the SDK breaks throwing the next error.
Error
Could not convert string to integer: MerchantACS. Path 'consumerAuthenticationInformation.acsOperatorID', line 1, position 606.
at CyberSource.Client.ApiClient.Deserialize(RestResponse response, Type type)
at CyberSource.Api.PayerAuthenticationApi.CheckPayerAuthEnrollmentWithHttpInfo(CheckPayerAuthEnrollmentRequest checkPayerAuthEnrollmentRequest)
at CyberSource.Api.PayerAuthenticationApi.CheckPayerAuthEnrollment(CheckPayerAuthEnrollmentRequest checkPayerAuthEnrollmentRequest)
Hi, I'm currently developing on a solution that call
CheckPayerAuthEnrollment
, when I get a response from the server the SDK breaks throwing the next error.Server response snippet
Project Configurations