<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Instant Notification Service</title>
	<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/</link>
	<description>merchant account / credit card processing alternative</description>
	<pubDate>Wed, 15 Oct 2008 20:07:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dayo</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-883</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Mon, 01 Sep 2008 16:09:16 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-883</guid>
		<description>Found it. Thanks.</description>
		<content:encoded><![CDATA[<p>Found it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-882</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:08:50 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-882</guid>
		<description>The page you are referring to only provides an example INS post for the Fraud Status Changed message type. The information you are looking for can be found on page 4 under INS parameter descriptions and formats.</description>
		<content:encoded><![CDATA[<p>The page you are referring to only provides an example INS post for the Fraud Status Changed message type. The information you are looking for can be found on page 4 under INS parameter descriptions and formats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-881</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Mon, 01 Sep 2008 04:32:25 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-881</guid>
		<description>Thanks.

I understand that FRAUD_STATUS_CHANGED and INVOICE_STATUS_CHANGED are not parameters.

Now regarding the main parameters, I downloaded Rev 1.1 of the INS User Guide and can't see where the possible values are listed.

On Page 11 of the PDF dealing with Fraud Status for instance, all I can find is "fraud_status=pass" which is highlighted in yellow.

Can you please point me to the relevant part or document if I got the wrong one? I just downloaded it from this site a couple of days ago.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>I understand that FRAUD_STATUS_CHANGED and INVOICE_STATUS_CHANGED are not parameters.</p>
<p>Now regarding the main parameters, I downloaded Rev 1.1 of the INS User Guide and can&#8217;t see where the possible values are listed.</p>
<p>On Page 11 of the PDF dealing with Fraud Status for instance, all I can find is &#8220;fraud_status=pass&#8221; which is highlighted in yellow.</p>
<p>Can you please point me to the relevant part or document if I got the wrong one? I just downloaded it from this site a couple of days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-879</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Sat, 30 Aug 2008 21:08:31 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-879</guid>
		<description>All possible values for each parameter are listed in the description column of the documentation. FRAUD_STATUS_CHANGED and INVOICE_STATUS_CHANGED are not parameters, they are possible values for the message_type parameter. Each message type sends a specific set of parameters that is listed in the "Parameters by message" section of the documentation. The possible values for each parameter are listed in the descriptions for instance fraud_status (pass, fail, or wait) and invoice_status (approved, pending, deposited, or declined).</description>
		<content:encoded><![CDATA[<p>All possible values for each parameter are listed in the description column of the documentation. FRAUD_STATUS_CHANGED and INVOICE_STATUS_CHANGED are not parameters, they are possible values for the message_type parameter. Each message type sends a specific set of parameters that is listed in the &#8220;Parameters by message&#8221; section of the documentation. The possible values for each parameter are listed in the descriptions for instance fraud_status (pass, fail, or wait) and invoice_status (approved, pending, deposited, or declined).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayo</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-874</link>
		<dc:creator>dayo</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:10:03 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-874</guid>
		<description>I found the pdf file with the IPN explained but it has one flaw that makes it difficult to develop for this feature.

For each type of message, there isn't a clear and full list of the main status options. 

Take FRAUD_STATUS_CHANGED for instance.  There is just one example showing fraud_status=pass but I don't know if there are other messages that could arrive with fraud_status=pending or fraud_status=fail (I guess the last one is a banker.

On INVOICE_STATUS_CHANGED for instance, the file tells us most orders go from 
‘approved’ to ‘pending’ to ‘deposited’ but this suggests some orders might have some other things posted and without full information, it is difficult to write proper code.

What is needed is a full list of the options for each of the relevant xyz_status fields.  These should be explained.

In summary, I don't want to write code to process xyz_status=1 or 2 or 3 when there might be 4 &#38; 5.</description>
		<content:encoded><![CDATA[<p>I found the pdf file with the IPN explained but it has one flaw that makes it difficult to develop for this feature.</p>
<p>For each type of message, there isn&#8217;t a clear and full list of the main status options. </p>
<p>Take FRAUD_STATUS_CHANGED for instance.  There is just one example showing fraud_status=pass but I don&#8217;t know if there are other messages that could arrive with fraud_status=pending or fraud_status=fail (I guess the last one is a banker.</p>
<p>On INVOICE_STATUS_CHANGED for instance, the file tells us most orders go from<br />
‘approved’ to ‘pending’ to ‘deposited’ but this suggests some orders might have some other things posted and without full information, it is difficult to write proper code.</p>
<p>What is needed is a full list of the options for each of the relevant xyz_status fields.  These should be explained.</p>
<p>In summary, I don&#8217;t want to write code to process xyz_status=1 or 2 or 3 when there might be 4 &amp; 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-871</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:36:02 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-871</guid>
		<description>Hello Crow - I apologize for the incorrect information you were provided.  Demo sales will not trigger any INS posts to your scripts.  You will need to place a live sale to test the different INS messages.  If you just wish to test the new order created message you can place a live test sale and cancel the sale after it has been placed so no funds are removed from your credit card.  If you have any other INS questions please &lt;a href="http://www.2checkout.com/community/help/" rel="nofollow"&gt;contact&lt;/a&gt; our technical support team.</description>
		<content:encoded><![CDATA[<p>Hello Crow - I apologize for the incorrect information you were provided.  Demo sales will not trigger any INS posts to your scripts.  You will need to place a live sale to test the different INS messages.  If you just wish to test the new order created message you can place a live test sale and cancel the sale after it has been placed so no funds are removed from your credit card.  If you have any other INS questions please <a href="http://www.2checkout.com/community/help/" rel="nofollow">contact</a> our technical support team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crow</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-869</link>
		<dc:creator>crow</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:25:12 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-869</guid>
		<description>I was advised over the LiveHelp chat that the INS should work even if the order is in "Demo" mode (demo="Y").
Had somebody any positive experience on that?
I have prepared the script for the INS notifications and it works fine when I send the parameters to it with my another script.
But when I try to process the demo transaction on my website nothing seems to come back through INS.
Any advice would be appreciated.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I was advised over the LiveHelp chat that the INS should work even if the order is in &#8220;Demo&#8221; mode (demo=&#8221;Y&#8221;).<br />
Had somebody any positive experience on that?<br />
I have prepared the script for the INS notifications and it works fine when I send the parameters to it with my another script.<br />
But when I try to process the demo transaction on my website nothing seems to come back through INS.<br />
Any advice would be appreciated.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-758</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Fri, 06 Jun 2008 18:56:29 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-758</guid>
		<description>Thank you for pointing this error out.  We will address this issue in our documentation.</description>
		<content:encoded><![CDATA[<p>Thank you for pointing this error out.  We will address this issue in our documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eoin</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-757</link>
		<dc:creator>eoin</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:36:15 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-757</guid>
		<description>Thanks for the clarification.

Your feature guide states thate item_id_ is a required field for message_type=REFUND_ISSUED.</description>
		<content:encoded><![CDATA[<p>Thanks for the clarification.</p>
<p>Your feature guide states thate item_id_ is a required field for message_type=REFUND_ISSUED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricks</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-753</link>
		<dc:creator>ricks</dc:creator>
		<pubDate>Wed, 04 Jun 2008 23:22:03 +0000</pubDate>
		<guid>http://www.2checkout.com/community/blog/2checkout-blog/instant-notification-service/#comment-753</guid>
		<description>The amount that was refunded will be provided in the item_usd_amount_ parameter. 

If the product IDs are identical, there would be no way to distinguish which was refunded in the notification.

With partial refunds, item_id_ will not be sent with the INS. The amount for the refund will be provided item_usd_amount_ parameter.</description>
		<content:encoded><![CDATA[<p>The amount that was refunded will be provided in the item_usd_amount_ parameter. </p>
<p>If the product IDs are identical, there would be no way to distinguish which was refunded in the notification.</p>
<p>With partial refunds, item_id_ will not be sent with the INS. The amount for the refund will be provided item_usd_amount_ parameter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
