cancel
Showing results for 
Search instead for 
Did you mean: 

Message: An error occurred while parsing EntityName. Line 30, position 85. E00003

Hi All,

 

I am using authorize.net ARB code. I have used php code for this. I am getting following error response from authorize.net:

 

"Message: An error occurred while parsing EntityName. Line 30, position 85.
E00003"

 

Can somebody help me to solve this issue?

 

Thanks in advance.

maneesh0101
Member
2 REPLIES 2

It a xml error, just like the error said, it can't parse the entity name, check your data.

RaynorC1emen7
Expert

I got the reason why it is happening. it is due to special charaters in the data.

It is due to "&" in the data. I am using htmlentities () function of php. 

Is that secure to use this function to convert special characters to html entities?

maneesh0101
Member