<?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 Recurring Billing API not working in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing-API-not-working/m-p/52541#M27775</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have intergrate ARB method&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Load the library file.&lt;BR /&gt;$path = authnet_sdk_path('autoload.php');&lt;BR /&gt;define("AUTHORIZENET_API_LOGIN_ID", $loginID);&lt;BR /&gt;define("AUTHORIZENET_TRANSACTION_KEY", $transactionKey);&lt;/P&gt;&lt;P&gt;$subscription = new AuthorizeNet_Subscription;&lt;BR /&gt;$subscription-&amp;gt;name = $user-&amp;gt;name;&lt;BR /&gt;$subscription-&amp;gt;intervalLength = $intervalLength;&lt;BR /&gt;$subscription-&amp;gt;intervalUnit = $intervalUnit;&lt;BR /&gt;$subscription-&amp;gt;startDate = $startDate;&lt;BR /&gt;$subscription-&amp;gt;totalOccurrences = "9999"; //"12";&lt;BR /&gt;$subscription-&amp;gt;amount = $amount;&lt;BR /&gt;$subscription-&amp;gt;creditCardCardNumber = $card_num; //"6011000000000012";&lt;BR /&gt;$subscription-&amp;gt;creditCardExpirationDate= $exp_date;&lt;BR /&gt;$subscription-&amp;gt;creditCardCardCode = $cardcode;&lt;BR /&gt;$subscription-&amp;gt;billToFirstName = $first_name;&lt;BR /&gt;$subscription-&amp;gt;billToLastName = $last_name;&lt;/P&gt;&lt;P&gt;// Create the subscription.&lt;BR /&gt;$request = new AuthorizeNetARB;&lt;BR /&gt;$responseSb = $request-&amp;gt;createSubscription($subscription);&lt;BR /&gt;&lt;BR /&gt;r($responseSb);&lt;BR /&gt;&lt;BR /&gt;OUTPUT &amp;gt;&amp;gt;&lt;/P&gt;&lt;PRE&gt;AuthorizeNetARB_Response Object
(
    [xml] =&amp;gt; 
    [response] =&amp;gt; 
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have unable create to&amp;nbsp;&lt;SPAN&gt;Subscription and no error found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please give me solution,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 12:54:19 GMT</pubDate>
    <dc:creator>arunmishra</dc:creator>
    <dc:date>2015-10-13T12:54:19Z</dc:date>
    <item>
      <title>Recurring Billing API not working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing-API-not-working/m-p/52541#M27775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have intergrate ARB method&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Load the library file.&lt;BR /&gt;$path = authnet_sdk_path('autoload.php');&lt;BR /&gt;define("AUTHORIZENET_API_LOGIN_ID", $loginID);&lt;BR /&gt;define("AUTHORIZENET_TRANSACTION_KEY", $transactionKey);&lt;/P&gt;&lt;P&gt;$subscription = new AuthorizeNet_Subscription;&lt;BR /&gt;$subscription-&amp;gt;name = $user-&amp;gt;name;&lt;BR /&gt;$subscription-&amp;gt;intervalLength = $intervalLength;&lt;BR /&gt;$subscription-&amp;gt;intervalUnit = $intervalUnit;&lt;BR /&gt;$subscription-&amp;gt;startDate = $startDate;&lt;BR /&gt;$subscription-&amp;gt;totalOccurrences = "9999"; //"12";&lt;BR /&gt;$subscription-&amp;gt;amount = $amount;&lt;BR /&gt;$subscription-&amp;gt;creditCardCardNumber = $card_num; //"6011000000000012";&lt;BR /&gt;$subscription-&amp;gt;creditCardExpirationDate= $exp_date;&lt;BR /&gt;$subscription-&amp;gt;creditCardCardCode = $cardcode;&lt;BR /&gt;$subscription-&amp;gt;billToFirstName = $first_name;&lt;BR /&gt;$subscription-&amp;gt;billToLastName = $last_name;&lt;/P&gt;&lt;P&gt;// Create the subscription.&lt;BR /&gt;$request = new AuthorizeNetARB;&lt;BR /&gt;$responseSb = $request-&amp;gt;createSubscription($subscription);&lt;BR /&gt;&lt;BR /&gt;r($responseSb);&lt;BR /&gt;&lt;BR /&gt;OUTPUT &amp;gt;&amp;gt;&lt;/P&gt;&lt;PRE&gt;AuthorizeNetARB_Response Object
(
    [xml] =&amp;gt; 
    [response] =&amp;gt; 
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have unable create to&amp;nbsp;&lt;SPAN&gt;Subscription and no error found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please give me solution,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:54:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing-API-not-working/m-p/52541#M27775</guid>
      <dc:creator>arunmishra</dc:creator>
      <dc:date>2015-10-13T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Recurring Billing API not working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing-API-not-working/m-p/52591#M27823</link>
      <description>&lt;P&gt;Please following the instructions in the thread below to provide information to further troubleshoot this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Response-returning-empty/m-p/52585#M27818" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Response-returning-empty/m-p/52585#M27818&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 01:12:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurring-Billing-API-not-working/m-p/52591#M27823</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-10-15T01:12:54Z</dc:date>
    </item>
  </channel>
</rss>

