<?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: Recurring payments hooks</title>
		<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks</link>
		<description>Gravity Support Forums Topic: Recurring payments hooks</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:25:24 +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/recurring-payments-hooks" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Recurring payments hooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks#post-129687</link>
			<pubDate>Wed, 23 Jan 2013 17:52:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">129687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome.  Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danny on "Recurring payments hooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks#post-129612</link>
			<pubDate>Wed, 23 Jan 2013 14:22:29 +0000</pubDate>
			<dc:creator>Danny</dc:creator>
			<guid isPermaLink="false">129612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, that was exactly what I needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Recurring payments hooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks#post-128778</link>
			<pubDate>Tue, 22 Jan 2013 16:50:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">128778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here you go.  The documentation is not yet complete, but maybe this information will help you.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Fires when a subscription is created and first payment is made
do_action(&#38;quot;gform_authorizenet_after_subscription_created&#38;quot;, $subscription_id, $regular_amount, $initial_transaction_amount);

// Fires after every recurring payment (but not the first initial payment)
do_action(&#38;quot;gform_authorizenet_after_recurring_payment&#38;quot;, $entry, $subscription_id, $transaction_id, $new_payment_amount);

// Fires when the subscription is cancelled
do_action(&#38;quot;gform_authorizenet_subscription_canceled&#38;quot;, $entry, $subscription_id, $transaction_id, $new_payment_amount);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Recurring payments hooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks#post-128496</link>
			<pubDate>Tue, 22 Jan 2013 10:14:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">128496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll ask the development team this question for you.  Hang in there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danny on "Recurring payments hooks"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/recurring-payments-hooks#post-128419</link>
			<pubDate>Tue, 22 Jan 2013 08:02:36 +0000</pubDate>
			<dc:creator>Danny</dc:creator>
			<guid isPermaLink="false">128419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are there any hooks and/or filters that happen when a recurring payment is run?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
