<?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 ARB C# E00035 - The subscription cannot be found in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-C-E00035-The-subscription-cannot-be-found/m-p/48423#M24357</link>
    <description>&lt;P&gt;I'm working on a C# ARB integration in Sandbox.&lt;/P&gt;&lt;P&gt;I am getting "Error processing request: E00035 - The subscription cannot be found." when trying to run the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SubscriptionGateway target = new SubscriptionGateway( _apiLogin, _transactionKey );

      try {
        var response = target.GetSubscriptionStatus( "5" );
      }
      catch( Exception e ) {
        string s = e.Message;
      }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I believe the subsciption was created okay, becoase it did not throw any erros, here is the code I used to create the subscription:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      SubscriptionGateway target = new SubscriptionGateway( _apiLogin, _transactionKey );

      ISubscriptionRequest subscription = SubscriptionRequest.CreateMonthly( "aaron@doe.com","ARB Subscrition Test 8", (decimal)5.50, 12 );

      subscription.SubscriptionID = "5";
      subscription.CardNumber = "4111111111111111";
      subscription.CardExpirationMonth = 3;
      subscription.CardExpirationYear = 26;
      Address billToAddress = new Address();
      billToAddress.First = "Aaron";
      billToAddress.Last = "Doe";
      subscription.BillingAddress = billToAddress;

      ISubscriptionRequest actual = null;

      try {
        actual = target.CreateSubscription( subscription );
      }
      catch( Exception e ) {
        string s = e.Message;
      }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This processes without error, and will also not allow a second run, as it says it will not allow a duplicate transaction (indicating the record does indeed exist). However the GetSubscriptionStatus("5") results in a subscription not found, although that is the SubscriptionID of the submitted subscription. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2014 19:25:18 GMT</pubDate>
    <dc:creator>bobbydoogle</dc:creator>
    <dc:date>2014-11-04T19:25:18Z</dc:date>
    <item>
      <title>ARB C# E00035 - The subscription cannot be found</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-C-E00035-The-subscription-cannot-be-found/m-p/48423#M24357</link>
      <description>&lt;P&gt;I'm working on a C# ARB integration in Sandbox.&lt;/P&gt;&lt;P&gt;I am getting "Error processing request: E00035 - The subscription cannot be found." when trying to run the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SubscriptionGateway target = new SubscriptionGateway( _apiLogin, _transactionKey );

      try {
        var response = target.GetSubscriptionStatus( "5" );
      }
      catch( Exception e ) {
        string s = e.Message;
      }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I believe the subsciption was created okay, becoase it did not throw any erros, here is the code I used to create the subscription:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      SubscriptionGateway target = new SubscriptionGateway( _apiLogin, _transactionKey );

      ISubscriptionRequest subscription = SubscriptionRequest.CreateMonthly( "aaron@doe.com","ARB Subscrition Test 8", (decimal)5.50, 12 );

      subscription.SubscriptionID = "5";
      subscription.CardNumber = "4111111111111111";
      subscription.CardExpirationMonth = 3;
      subscription.CardExpirationYear = 26;
      Address billToAddress = new Address();
      billToAddress.First = "Aaron";
      billToAddress.Last = "Doe";
      subscription.BillingAddress = billToAddress;

      ISubscriptionRequest actual = null;

      try {
        actual = target.CreateSubscription( subscription );
      }
      catch( Exception e ) {
        string s = e.Message;
      }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This processes without error, and will also not allow a second run, as it says it will not allow a duplicate transaction (indicating the record does indeed exist). However the GetSubscriptionStatus("5") results in a subscription not found, although that is the SubscriptionID of the submitted subscription. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:25:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-C-E00035-The-subscription-cannot-be-found/m-p/48423#M24357</guid>
      <dc:creator>bobbydoogle</dc:creator>
      <dc:date>2014-11-04T19:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: ARB C# E00035 - The subscription cannot be found</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-C-E00035-The-subscription-cannot-be-found/m-p/48431#M24359</link>
      <description>&lt;P&gt;authorize.net assign the subscriptionID, you can't assign it.&lt;/P&gt;&lt;P&gt;it in the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/support/ARB_SOAP_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/ARB_SOAP_guide.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:35:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-C-E00035-The-subscription-cannot-be-found/m-p/48431#M24359</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-11-04T20:35:53Z</dc:date>
    </item>
  </channel>
</rss>

