<?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: AuthorizeNet.SubscriptionGateway in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizeNet-SubscriptionGateway/m-p/16610#M9357</link>
    <description>&lt;P&gt;A simple bool response for the create subscription request would not allow you to obtain the subscription ID number that is generated.&amp;nbsp; The code that you have provided does appear to be correct, you can confirm that the subscription was created successfully by checking the subscription ID number in the SubscriptionRequest object.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2011 18:52:48 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2011-08-30T18:52:48Z</dc:date>
    <item>
      <title>AuthorizeNet.SubscriptionGateway</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizeNet-SubscriptionGateway/m-p/16562#M9334</link>
      <description>&lt;P&gt;AuthorizeNet.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;ISubscriptionGateway&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; gate = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;&lt;FONT color="#0000ff" size="2" face="Consolas"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; AuthorizeNet.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;SubscriptionGateway&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(tbAuthNetLogin.Text, tbAuthNetTransKey.Text, AuthorizeNet.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;ServiceMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.Test);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNet.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;ISubscriptionRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; request = AuthorizeNet.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;SubscriptionRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.CreateMonthly(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;A href="mailto:myemail@email.com" target="_blank"&gt;myemail@email.com&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;&lt;FONT color="#a31515" size="2" face="Consolas"&gt;"subName"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;, 0.01M, 3);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;// add card info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// add billing info&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// add interval&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request = gate.CreateSubscription(request);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does CreateSubscription from the gate return an ISubscriptionRequest rather than an ISubscriptionResponse?&amp;nbsp; This does not make any sence.&amp;nbsp; It appears that all other calls to the gate return a response or a bool.&amp;nbsp; Is the above code correct for submitting a subscription using the AuthorizeNet.Helpers dll with C#?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2011 13:49:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizeNet-SubscriptionGateway/m-p/16562#M9334</guid>
      <dc:creator>sszelei</dc:creator>
      <dc:date>2011-08-27T13:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizeNet.SubscriptionGateway</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizeNet-SubscriptionGateway/m-p/16610#M9357</link>
      <description>&lt;P&gt;A simple bool response for the create subscription request would not allow you to obtain the subscription ID number that is generated.&amp;nbsp; The code that you have provided does appear to be correct, you can confirm that the subscription was created successfully by checking the subscription ID number in the SubscriptionRequest object.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2011 18:52:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizeNet-SubscriptionGateway/m-p/16610#M9357</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-08-30T18:52:48Z</dc:date>
    </item>
  </channel>
</rss>

