<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Authorize.net emulation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/authorizenet-emulation-1</link>
		<description>Gravity Support Forums Topic: Authorize.net emulation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:18:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/authorizenet-emulation-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Authorize.net emulation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/authorizenet-emulation-1#post-202789</link>
			<pubDate>Tue, 09 Apr 2013 14:57:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">202789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms interprets this response as a failure, because &#34;approved&#34; is not set to 1. Normally this would be set to 1 on approved transactions.&#60;br /&#62;
But then I can see that the transaction was successful because later in the log file there is the following.&#60;/p&#62;
&#60;p&#62;So, there is definitely a problem with this emulator and there isn't anything that we can do to fix it. The only solution for you would be to change the Gravity Forms Athorize.net core (not recommended, but the only way to get things working for you if need to use the emulator) and look into the &#34;response&#34; variable to determine if the transaction was successful instead of looking at the &#34;approved&#34; variable.&#60;/p&#62;
&#60;p&#62;You can do that by changing the following line (gravityformsauthorizenet.php line 1893):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($response-&#38;gt;approved )&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change to something like the following (you may need to adjust this, but this is an example)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(strpos($response-&#38;gt;response, &#38;quot;This transaction has been approved&#38;quot;) !== false)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Authorize.net emulation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/authorizenet-emulation-1#post-152527</link>
			<pubDate>Fri, 22 Feb 2013 18:40:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't support using other providers for authorize.net emulation, with the Authorize.net add-on.  I'll leave this open in case anyone else has experience with this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwtrumpet on "Authorize.net emulation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/authorizenet-emulation-1#post-152474</link>
			<pubDate>Fri, 22 Feb 2013 16:11:29 +0000</pubDate>
			<dc:creator>lwtrumpet</dc:creator>
			<guid isPermaLink="false">152474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to interface an order form created with Gravity forms to eProcessing Network's using their authorize.net emulation.   Basically all you have to do is change the LIVE_URL from Authorize.net's (&#60;a href=&#34;https://secure.authorize.net/gateway/transact.dll&#34; rel=&#34;nofollow&#34;&#62;https://secure.authorize.net/gateway/transact.dll&#60;/a&#62;) to  EProcessing Network's URL (&#60;a href=&#34;https://www.eProcessingNetwork.Com/cgi-bin/an/transact.pl)&#34; rel=&#34;nofollow&#34;&#62;https://www.eProcessingNetwork.Com/cgi-bin/an/transact.pl)&#60;/a&#62;.   &#60;/p&#62;
&#60;p&#62;I did this and ran a live transaction.  The transaction and data was sent to eProcessingNetwork fine and they sent a response back. According to the transaction log, the response looked fine.  But in the log file, I see an error message &#34;Unrecognized response from AuthorizeNet&#34;.   on the order page, I just get an error that there was a problem with the credit card. But thats a misleading error because the transaction processed fine AND the response showed approval.    &#60;/p&#62;
&#60;p&#62;Sorry for the technical descriptions, but I was hoping someone else on the forum may have had luck with eProcessing Network's emulation.  I really need to find a resolution soon.  Thanks for any input.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
