- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Inserting Logo in Email Receipt
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It only for the receipt page
โ09-13-2015 12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. So, how do I include a logo on the Emailed Receipt?
Thanks.
โ09-13-2015 12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't do it from authorize.net, you have to do your own email
โ09-13-2015 01:49 PM

