You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using sdk-dotnet-1.9.4 to call Authorize.NET API. Every time, we are trying to perform transaction request with an AccountNumber longer then 14 characters (so 15-17 in our cases), we're receiving null response with an error posted below.
It looks like SDK adds additional characters into raw call data, and in the result it's size exceeds maximum length of a field.
I would be grateful for any feedback.
Request :request.txt (XML attached as .TXT) Error from TransactionController :E00003:The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:id' element is invalid - The value '14909-4440161689035119' is invalid according to its datatype 'String' - The actual length is greater than the MaxLength value. Api response : NULL
The text was updated successfully, but these errors were encountered:
Hello,
We're using sdk-dotnet-1.9.4 to call Authorize.NET API. Every time, we are trying to perform transaction request with an AccountNumber longer then 14 characters (so 15-17 in our cases), we're receiving null response with an error posted below.
It looks like SDK adds additional characters into raw call data, and in the result it's size exceeds maximum length of a field.
I would be grateful for any feedback.
Request : request.txt (XML attached as .TXT)
Error from TransactionController :
E00003:The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:id' element is invalid - The value '14909-4440161689035119' is invalid according to its datatype 'String' - The actual length is greater than the MaxLength value.
Api response : NULL
The text was updated successfully, but these errors were encountered: