<?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: Hook to Filter initial (AIM) transaction before ARB Subscription is created</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hook-to-filter-initial-aim-transaction-before-arb-subscription-is-created</link>
		<description>Gravity Support Forums Topic: Hook to Filter initial (AIM) transaction before ARB Subscription is created</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 14:06:01 +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/hook-to-filter-initial-aim-transaction-before-arb-subscription-is-created" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Hook to Filter initial (AIM) transaction before ARB Subscription is created"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-to-filter-initial-aim-transaction-before-arb-subscription-is-created#post-146601</link>
			<pubDate>Wed, 13 Feb 2013 12:34:21 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">146601@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the heads up. It makes sense. I have added this to our dev version and it will be available when the next version of the Add-On is released. I haven't made any changes to it, so you can keep this line in your code and you should be OK when upgrading.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hook to Filter initial (AIM) transaction before ARB Subscription is created"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-to-filter-initial-aim-transaction-before-arb-subscription-is-created#post-146384</link>
			<pubDate>Tue, 12 Feb 2013 22:28:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll bring this to the attention of the development team.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "Hook to Filter initial (AIM) transaction before ARB Subscription is created"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hook-to-filter-initial-aim-transaction-before-arb-subscription-is-created#post-146320</link>
			<pubDate>Tue, 12 Feb 2013 17:35:20 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">146320@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the Authorize.net add-on, you have some hooks to filter the transaction/request before it's sent to the AuthNet api. &#60;/p&#62;
&#60;p&#62;make_product_payment() has gform_authorizenet_before_single_payment, which works for the AIM api. &#60;/p&#62;
&#60;p&#62;start_subscription() has gform_authorizenet_before_start_subscription, which works for the ARB api (for the subscription). &#60;/p&#62;
&#60;p&#62;But start_subscription() ALSO runs a preliminary AIM call -- get_initial_transaction(), which is NOT filtered by a hook! You do have a filter for if there's a Trial Period, but otherwise, not.&#60;/p&#62;
&#60;p&#62;I think it should be around line 1944:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$transaction = apply_filters(&#38;quot;gform_authorizenet_before_initial_transaction&#38;quot;, $transaction, $form_data, $config, $form);
$aim_response = $transaction-&#38;gt;authorizeAndCapture();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
