<?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: Subscription cancelation IPN</title>
		<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn</link>
		<description>Gravity Support Forums Topic: Subscription cancelation IPN</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:25:30 +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/subscription-cancelation-ipn" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Subscription cancelation IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn#post-96730</link>
			<pubDate>Wed, 28 Nov 2012 21:59:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96730@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please let us know if you need help figuring it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moikirsch on "Subscription cancelation IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn#post-96701</link>
			<pubDate>Wed, 28 Nov 2012 20:04:32 +0000</pubDate>
			<dc:creator>moikirsch</dc:creator>
			<guid isPermaLink="false">96701@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;According to your findings it wont send the EOT message.. The thing is that one is related to HTML buttons.&#60;/p&#62;
&#60;p&#62;But in another document it says it will.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#38;amp;content_ID=developer/e_howto_html_IPNandPDTVariables&#34; rel=&#34;nofollow&#34;&#62;https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#38;amp;content_ID=developer/e_howto_html_IPNandPDTVariables&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In conclusion... Paypal documentation is a mess... I'll have to find out on trial and error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Subscription cancelation IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn#post-96691</link>
			<pubDate>Wed, 28 Nov 2012 19:08:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96691@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Reading the documentation I ran across  this hook: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It specifically mentions txn_type:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
$transaction_type = $ipn_post[&#38;quot;txn_type&#38;quot;];&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Subscription cancelation IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn#post-96684</link>
			<pubDate>Wed, 28 Nov 2012 18:38:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;According to this documentation: &#60;a href=&#34;https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#38;amp;content_ID=developer/e_howto_html_subscribe_buttons&#34; rel=&#34;nofollow&#34;&#62;https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&#38;amp;content_ID=developer/e_howto_html_subscribe_buttons&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
End-of-Term Messages Sent Through Instant Payment Notification&#60;/p&#62;
&#60;p&#62;This feature is available only if you accepted your first subscription payment before October 15, 2009.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Does that apply to you at all?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moikirsch on "Subscription cancelation IPN"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/subscription-cancelation-ipn#post-96373</link>
			<pubDate>Wed, 28 Nov 2012 01:08:41 +0000</pubDate>
			<dc:creator>moikirsch</dc:creator>
			<guid isPermaLink="false">96373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im developing a directory with premium listings (using custom post types and GF to allowed visitors to add their listings).&#60;/p&#62;
&#60;p&#62;Looking at the Paypal IPN and the available filters of the plugin I was wondering the best way to manage the premium listings.&#60;/p&#62;
&#60;p&#62;So far the best idea that I have so far is to use the Transaction Type (txn_type) = subscr_eot&#60;/p&#62;
&#60;p&#62;If I get that as a response in the filter I could update the post to reflect the fact that the suscription term has ended.&#60;/p&#62;
&#60;p&#62;Would this work? I've seen different comments about this... some say that the End-Of-Terms is not triggered if the user cancels their suscription before the EOT date.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
