<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get Transaction for each Recurring Billing in Authorize.NET ARB in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45917#M23237</link>
    <description>&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Thanks for the guidance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;But I am using C# and I configured the Url in Slient Post, but nothing is happening. I have the parameters for ARB as mentioned in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/help/Merchant_Interface_RoboHelp_Project.htm#Tools/Automated_Recurring_Billing/Create_a_New_ARB_Subscription.htm%3E%3Epan=2"&gt;https://sandbox.authorize.net/help/Merchant_Interface_RoboHelp_Project.htm#Tools/Automated_Recurring_Billing/Create_a_New_ARB_Subscription.htm%3E%3Epan=2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,sans-serif;"&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Could some one help me for the same.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2014 05:45:05 GMT</pubDate>
    <dc:creator>vinok0489</dc:creator>
    <dc:date>2014-08-01T05:45:05Z</dc:date>
    <item>
      <title>Get Transaction for each Recurring Billing in Authorize.NET ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45178#M22879</link>
      <description>&lt;DIV class="post-text"&gt;&lt;P&gt;I am using Authorize.NET Automatic Recurring Billing Service in my C# application and I was able to integrate recurring payment successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose I am using annual recurring profile. On Jan 1st,2014 I started my subscription and next payment date would be Jan 1st, 2015. In that case is it possible to get the transaction details happened on that date(i.e Jan 1st, 2015). i.e I want to store the details of each recurring transaction in my local database. Is that possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:49:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45178#M22879</guid>
      <dc:creator>vinok0489</dc:creator>
      <dc:date>2014-07-10T16:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get Transaction for each Recurring Billing in Authorize.NET ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45180#M22880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would want to use the slient post to get this info. All i have is php code for this. You have to set up the slent post url in your merchant center and write the code to retrive the responce. Here is my sample silent post code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$subscription_id = (int) $_POST['x_subscription_id'];&lt;BR /&gt;&lt;BR /&gt;if ($subscription_id) {&lt;BR /&gt;// Get the response code. 1 is success, 2 is decline, 3 is error&lt;BR /&gt;$response_code = (int) $_POST['x_response_code'];&lt;BR /&gt;&lt;BR /&gt;// Get the reason code. 8 is expired card.&lt;BR /&gt;$reason_code = (int) $_POST['x_response_reason_code'];&lt;BR /&gt;&lt;BR /&gt;if ($response_code == 1) {&lt;BR /&gt;// Approved&lt;BR /&gt;} else if ($response_code == 2) {&lt;BR /&gt;// Declined&lt;BR /&gt;} else if ($response_code == 3 &amp;amp;&amp;amp; $reason_code == 8) {&lt;BR /&gt;// An expired card&lt;BR /&gt;} else {&lt;BR /&gt;// Other error&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:58:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45180#M22880</guid>
      <dc:creator>jasonaud</dc:creator>
      <dc:date>2014-07-10T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Transaction for each Recurring Billing in Authorize.NET ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45917#M23237</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Thanks for the guidance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;But I am using C# and I configured the Url in Slient Post, but nothing is happening. I have the parameters for ARB as mentioned in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/help/Merchant_Interface_RoboHelp_Project.htm#Tools/Automated_Recurring_Billing/Create_a_New_ARB_Subscription.htm%3E%3Epan=2"&gt;https://sandbox.authorize.net/help/Merchant_Interface_RoboHelp_Project.htm#Tools/Automated_Recurring_Billing/Create_a_New_ARB_Subscription.htm%3E%3Epan=2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,sans-serif;"&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Could some one help me for the same.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 05:45:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Transaction-for-each-Recurring-Billing-in-Authorize-NET-ARB/m-p/45917#M23237</guid>
      <dc:creator>vinok0489</dc:creator>
      <dc:date>2014-08-01T05:45:05Z</dc:date>
    </item>
  </channel>
</rss>

