cancel
Showing results for 
Search instead for 
Did you mean: 

cardCode issues with validation

hello, i have my account in sandbox mode, i am running validationMode = liveMode.

 

i run 

authorizeCIM->createCustomerPaymentProfile

then

authorizeCIM->validateCustomerPaymentProfile

 

but i keep getting this response

 

<?xml version="1.0" encoding="utf-8"?>
<ErrorResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
  <messages>
    <resultCode>Error</resultCode>
    <message>
      <code>E00003</code>
      <text>The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:cardCode' element is invalid - The value '1' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:cardCode' - The actual length is less than the MinLength value.</text>
    </message>
  </messages>
</ErrorResponse>

 

seesoe
Member
1 REPLY 1

Can you post the request xml?

RaynorC1emen7
Expert