<?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: Obtaining subscription ID for failed transactions in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33819#M18319</link>
    <description>&lt;P&gt;Silent post passes a customer ID. Assuming you only have one subscription per customer, and you store the subscription ID when you create it, you should be able to match it up that way.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2013 03:32:52 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2013-04-04T03:32:52Z</dc:date>
    <item>
      <title>Obtaining subscription ID for failed transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33818#M18318</link>
      <description>&lt;P&gt;I have a website that uses both ARB and AIM. In order to get the transaction details for each day I use a job and the Reporting API to download the previous day's transaction information. The problem I have however is that I cannot get the subscription ID for any given transaction. If an ARB transaction fails, there is no way to get the subscription that the transaction is associated with? I realize that the Silent Post functionality passes the subscription ID back to the server when a transaction is processed, however, I want to avoid Silent Post just in case my server goes down for a period of time.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 16:28:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33818#M18318</guid>
      <dc:creator>vcatalano</dc:creator>
      <dc:date>2013-04-03T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining subscription ID for failed transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33819#M18319</link>
      <description>&lt;P&gt;Silent post passes a customer ID. Assuming you only have one subscription per customer, and you store the subscription ID when you create it, you should be able to match it up that way.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2013 03:32:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33819#M18319</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2013-04-04T03:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining subscription ID for failed transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33833#M18333</link>
      <description>&lt;P&gt;Wow, that reply basically ignored most of what you asked, didn't it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lack of subscription information in the reporting API is a known issue - going back over a year, based on the posts I have found.&lt;/P&gt;&lt;P&gt;In my discussions with the Authorize.Net developers and customer support, I have been informed that they are aware of it but have no expected date for a fix to be released (as of mid-March).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My situation is very similar to yours, with AIM and ARB - and not wanting to deal with the failures of silent post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did to overcome this issue was to create a work-around: place a unique identifier into one of the fields that propagate from subscriptions down to payment transactions (such as the product description and/or shipping address), then when I get the transaction information I use that identifier to create a link to the subscription.&lt;/P&gt;&lt;P&gt;It's a little kludgy, but it works.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:16:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33833#M18333</guid>
      <dc:creator>MLooper</dc:creator>
      <dc:date>2013-04-05T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining subscription ID for failed transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33834#M18334</link>
      <description>&lt;P&gt;BTW: you may wish to check the &lt;A target="_self" href="https://community.developer.cybersource.com/t5/Community-Feedback/bd-p/CommunityFeedback"&gt;Community Feedback&lt;/A&gt; area - there are some suggestions and code samples to overcome some existing problems.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:42:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/33834#M18334</guid>
      <dc:creator>MLooper</dc:creator>
      <dc:date>2013-04-05T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining subscription ID for failed transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/40604#M22049</link>
      <description>&lt;P&gt;This feature is now available. &amp;nbsp;See the blog post here:&amp;nbsp;&lt;A id="link_25" class="lia-link-navigation blog-article-link" href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/ARB-Subscription-IDs-Available-Through-Transaction-Details-API/ba-p/40602" target="_blank"&gt;ARB Subscripti&lt;WBR /&gt;on IDs Available Through Transactio&lt;WBR /&gt;n Details API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:00:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Obtaining-subscription-ID-for-failed-transactions/m-p/40604#M22049</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-04-16T18:00:42Z</dc:date>
    </item>
  </channel>
</rss>

