With HTMl no longer allowed in the header of an email (in the profile), we must ask AuthNet to upload our logo and then insert it in an Email Receipt when the transaction is posted to AuthNet. We use the post method in ASP Classic (JScript) and the code that AuthNet Support gave us is:
post_values.Add("x_logo_URL", "https://secure.authorize.net/mgraphics/logoXXXX.gif");
However, upon testing, this does not work.
Has anyone done this using ASP JScript, or even VBA that works?
Thank you.
09-13-2015 06:11 AM - edited 09-13-2015 06:12 AM
It only for the receipt page
09-13-2015 12:14 PM
Thank you. So, how do I include a logo on the Emailed Receipt?
Thanks.
09-13-2015 12:37 PM
Can't do it from authorize.net, you have to do your own email
09-13-2015 01:49 PM