cancel
Showing results for 
Search instead for 
Did you mean: 

Email field problem in transaction

Hi all,

We have an integration problem with one of our custormers. He has received the error below when trying to process a transaction:

 

The element 'billTo' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'email' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
 
Details: , Error, E00003, The element 'billTo' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'email' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.,
 
 
Do you have a clue about the issue? I don't know where I should start to fix. Thanks!
narinciye
Member
1 REPLY 1

The XML you are sending to authorize.net is wrong. Like the error said. "email" is not a child elements of "billTo".

 

Check the schema to see where is should be.

https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd

RaynorC1emen7
Expert