<?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: questions about automated recurring billing in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46375#M23455</link>
    <description>&lt;P&gt;Just double check, it wasn't under Account settings, it just on the left sidebar "Home" tab when you login&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/ARB/SubscriptionMenu.aspx"&gt;Recurring Billing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2014 11:19:49 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-08-18T11:19:49Z</dc:date>
    <item>
      <title>questions about automated recurring billing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46329#M23433</link>
      <description>&lt;P&gt;Hello everyone. I need some help with the basics of Authorize.net.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a developer working for a new start up company and they need automated billing on their website. I recommended them sign up for authorize.net as I have worked with it before (at least, on the programming side I have). They threw me into the middle of setting up their account and everything, and I'm just getting kind of lost and having an enxiety attack over this stuff!&lt;/P&gt;&lt;P&gt;I have a few questions if anyone could help that would be great.&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Sandbox account&lt;/STRONG&gt; - I have created a sandbox account to play with Authorize.net's automated billing programming (I've worked with their payment systems before but not with the automated billing). I uploaded Authorize.net's sample files (the PHP SDK files, PHP ARB XML zip) and when I try to submit an automated order, I get the following message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Response Text: Automated Recurring Billing is not enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm assuming that I can't test automated billing with a sandbox account. Is there no way to turn this on in Sanbox mode?What is the point of it then? I have no idea how the systems works and I'm supposed to test this on their live system/account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;When an automated billing payment is made&lt;/STRONG&gt; - I understand how to submit and cancel orders in the system, but how do I know when Authorize.net charges someone for a monthly payment (and if a payment is declined)? I wanted to run a daily cron job to check when users were billed so their website can generate an invoice on our end. I also want to know if a payment was declined so we can give them the option to update their CC information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that's it for the technical questions. I have to get these people to get the merchant account too somehow... thanks for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2014 06:13:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46329#M23433</guid>
      <dc:creator>etbwebdesign</dc:creator>
      <dc:date>2014-08-16T06:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: questions about automated recurring billing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46335#M23436</link>
      <description>&lt;P&gt;1)login &lt;A target="_blank" href="https://sandbox.authorize.net/"&gt;https://sandbox.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;enabled it under account settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)setup silent post,&lt;/P&gt;&lt;P&gt;or if you want to check it the day of it and all your daily transactions under 1000, there &lt;A target="_blank" href="http://developer.authorize.net/api/transaction_details/"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt; for the unsettled&lt;/P&gt;&lt;P&gt;if you can check it the day after, you can use the settled which don't have a max transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if you want even more control, there&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/CIM-vs-ARB/ba-p/8250"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/CIM-vs-ARB/ba-p/8250&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2014 12:35:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46335#M23436</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-16T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: questions about automated recurring billing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46373#M23454</link>
      <description>&lt;P&gt;Hello Raynor, thank you for the response, unfortunately there is no way to turn on the automated billing on a sandbox account. I went under account settings as you asked and there are no links to enable the automated billing function for a sandbox account. I've read the doumentation as well and it looks like I'm doing everything right, for some reason you just can't test automated recurring billing on a sandbox account. I may have to recommend the people I work for to go with a different payment gateway because this service is becoming too frustrating to work with.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 06:13:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46373#M23454</guid>
      <dc:creator>etbwebdesign</dc:creator>
      <dc:date>2014-08-18T06:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: questions about automated recurring billing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46375#M23455</link>
      <description>&lt;P&gt;Just double check, it wasn't under Account settings, it just on the left sidebar "Home" tab when you login&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/ARB/SubscriptionMenu.aspx"&gt;Recurring Billing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:19:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/questions-about-automated-recurring-billing/m-p/46375#M23455</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-18T11:19:49Z</dc:date>
    </item>
  </channel>
</rss>

