<?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: Is it possible to connect different forms to different merchant accounts?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts</link>
		<description>Gravity Support Forums Topic: Is it possible to connect different forms to different merchant accounts?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:50:29 +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/is-it-possible-to-connect-different-forms-to-different-merchant-accounts" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-158207</link>
			<pubDate>Fri, 01 Mar 2013 22:38:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">158207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds good.  Thanks for thinking outside the box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-158126</link>
			<pubDate>Fri, 01 Mar 2013 21:03:52 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">158126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right. I haven't actually tried using different Authorize.net accounts in a single wp site. But the code from that forum post (actually in &#60;a href=&#34;http://pastebin.com/4QU5HeWD)&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/4QU5HeWD)&#60;/a&#62; contains the AuthNet account credentials:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;# CONFIG
                # todo secure these creds better!
                # todo change for prod
        define(&#38;quot;AUTHORIZENET_API_LOGIN_ID&#38;quot;, &#38;quot;xxxxxxxx&#38;quot;); // enter YOURS
        define(&#38;quot;AUTHORIZENET_TRANSACTION_KEY&#38;quot;, &#38;quot;xxxxxxxxxxx&#38;quot;);  // enter YOURS
        define(&#38;quot;AUTHORIZENET_SANDBOX&#38;quot;, true); //dev: true
        define(&#38;quot;TEST_REQUEST&#38;quot;, &#38;quot;FALSE&#38;quot;);  // You may want to set to true if testing against production&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So I would think you could just use different credentials there, based on whatever conditions you might have. As the comments in the code show, though, you might want to secure those values better, in a config file or something, perhaps outside the doc-root, with stronger htaccess restrictions, etc. I haven't gotten around to that step for my own site yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-158116</link>
			<pubDate>Fri, 01 Mar 2013 20:58:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">158116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Will this code work for different authorize.net accounts, or code similar to this?&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/authorizenet-echeck-option#post-157288&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/authorizenet-echeck-option#post-157288&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-157258</link>
			<pubDate>Thu, 28 Feb 2013 23:41:27 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">157258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The GF Authorize.net ADD-ON can only connect to one Authorize.net account. But you can still use the GravityForms PLUGIN to create forms that connect to different AuthNet accounts -- by handling the AuthNet part yourself, with custom api code in your functions.php, instead of using the GF AuthNet Add-on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-151930</link>
			<pubDate>Thu, 21 Feb 2013 23:29:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">151930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is correct.  Just one authorize.net account per installation.&#60;/p&#62;
&#60;p&#62;Previously discussed:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/multiple-authorizenet-accounts-one-wp-site&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/multiple-authorizenet-accounts-one-wp-site&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/multi-authorizenet-accounts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/multi-authorizenet-accounts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joebakerdc on "Is it possible to connect different forms to different merchant accounts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-it-possible-to-connect-different-forms-to-different-merchant-accounts#post-150453</link>
			<pubDate>Tue, 19 Feb 2013 21:05:48 +0000</pubDate>
			<dc:creator>joebakerdc</dc:creator>
			<guid isPermaLink="false">150453@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We would like to set up multiple donation forms on our site, each for a different nonprofit partner.  I'm not seeing a way to do that - it looks like only one gateway can be set up.  Is that correct?  I hope I'm missing something.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
