<?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: ARBCreateSubscription Question in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21665#M11784</link>
    <description>&lt;P&gt;There are different validation modes. One just checks if the credit card info is formatted properly, as in the credit card number has the correct number of digits, the correct sum, and the expiration date is after the current date. The other actually charges the credit card a cent to verify the specific information. It's possible you're doing the former instead of the latter. It's also possible you're submitting the transaction in test mode or through a sandbox account, which would not process an actual charge and would probably just return an approval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please post your code, preferably in a code box (see fourth option from the left in Rich Text mode).&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2012 07:53:23 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-01-16T07:53:23Z</dc:date>
    <item>
      <title>ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21187#M11564</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; I am working on ARBreateSubscription. I have one doubt, If i am passing wrong credit card information then also i am getting successful response (eg:&amp;nbsp; CreditcardNo - abcdef)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the Successful Request and Response.&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:v1="&lt;A href="https://api.authorize.net/soap/v1/" target="_blank"&gt;https://api.authorize.net/soap/v1/&lt;/A&gt;"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;v1:ARBCreateSubscription&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;v1:merchantAuthentication&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:name&amp;gt;4baAftc42tQv&amp;lt;/v1:name&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:transactionKey&amp;gt;7H4Up3N9e92sL9ab&amp;lt;/v1:transactionKey&amp;gt;
         &amp;lt;/v1:merchantAuthentication&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;v1:subscription&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:name&amp;gt;kundan&amp;lt;/v1:name&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:paymentSchedule&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:interval&amp;gt;
                  &amp;lt;v1:length&amp;gt;2&amp;lt;/v1:length&amp;gt;
                  &amp;lt;v1:unit&amp;gt;months&amp;lt;/v1:unit&amp;gt;
               &amp;lt;/v1:interval&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:startDate&amp;gt;2012-03-12&amp;lt;/v1:startDate&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:totalOccurrences&amp;gt;5&amp;lt;/v1:totalOccurrences&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:trialOccurrences&amp;gt;3&amp;lt;/v1:trialOccurrences&amp;gt;
            &amp;lt;/v1:paymentSchedule&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:amount&amp;gt;10000&amp;lt;/v1:amount&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:trialAmount&amp;gt;10000.00&amp;lt;/v1:trialAmount&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:payment&amp;gt;
               &amp;lt;!--You have a CHOICE of the next 2 items at this level--&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:bankAccount&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:accountType&amp;gt;checking&amp;lt;/v1:accountType&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:nameOnAccount&amp;gt;Test Merchant1&amp;lt;/v1:nameOnAccount&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:echeckType&amp;gt;PPD&amp;lt;/v1:echeckType&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:bankName&amp;gt;State Bank of America Bank&amp;lt;/v1:bankName&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:routingNumber&amp;gt;211970026&amp;lt;/v1:routingNumber&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:accountNumber&amp;gt;566456646546&amp;lt;/v1:accountNumber&amp;gt;
               &amp;lt;/v1:bankAccount&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:creditCard&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:cardNumber&amp;gt;abcdef&amp;lt;/v1:cardNumber&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:expirationDate&amp;gt;2012-12&amp;lt;/v1:expirationDate&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:cardCode&amp;gt;123&amp;lt;/v1:cardCode&amp;gt;
               &amp;lt;/v1:creditCard&amp;gt;
            &amp;lt;/v1:payment&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:order&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:invoiceNumber&amp;gt;12345&amp;lt;/v1:invoiceNumber&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:description&amp;gt;Total Mall&amp;lt;/v1:description&amp;gt;
            &amp;lt;/v1:order&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:customer&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:type&amp;gt;business&amp;lt;/v1:type&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:id&amp;gt;34244&amp;lt;/v1:id&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:email&amp;gt;kundankrbharti1@gmail.com&amp;lt;/v1:email&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:phoneNumber&amp;gt;9807656455&amp;lt;/v1:phoneNumber&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:faxNumber&amp;gt;08065434544&amp;lt;/v1:faxNumber&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:driversLicense&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:state&amp;gt;WA&amp;lt;/v1:state&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:number&amp;gt;01254567&amp;lt;/v1:number&amp;gt;
                  &amp;lt;!--Optional:--&amp;gt;
                  &amp;lt;v1:dateOfBirth&amp;gt;1985-02-02&amp;lt;/v1:dateOfBirth&amp;gt;
               &amp;lt;/v1:driversLicense&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:taxId&amp;gt;234234568&amp;lt;/v1:taxId&amp;gt;
            &amp;lt;/v1:customer&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:billTo&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:firstName&amp;gt;Kundan1&amp;lt;/v1:firstName&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:lastName&amp;gt;Bharti&amp;lt;/v1:lastName&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:company&amp;gt;IBM&amp;lt;/v1:company&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:address&amp;gt;Sarjapur&amp;lt;/v1:address&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:city&amp;gt;Bangalore&amp;lt;/v1:city&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:state&amp;gt;Karnataka&amp;lt;/v1:state&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:zip&amp;gt;560101&amp;lt;/v1:zip&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:country&amp;gt;India&amp;lt;/v1:country&amp;gt;
            &amp;lt;/v1:billTo&amp;gt;
            &amp;lt;!--Optional:--&amp;gt;
            &amp;lt;v1:shipTo&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:firstName&amp;gt;Kundan&amp;lt;/v1:firstName&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:lastName&amp;gt;Bharti&amp;lt;/v1:lastName&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:company&amp;gt;IBM&amp;lt;/v1:company&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:address&amp;gt;Sarjapur&amp;lt;/v1:address&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:city&amp;gt;Bangalore&amp;lt;/v1:city&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:state&amp;gt;Karnataka&amp;lt;/v1:state&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:zip&amp;gt;560101&amp;lt;/v1:zip&amp;gt;
               &amp;lt;!--Optional:--&amp;gt;
               &amp;lt;v1:country&amp;gt;India&amp;lt;/v1:country&amp;gt;
            &amp;lt;/v1:shipTo&amp;gt;
         &amp;lt;/v1:subscription&amp;gt;
      &amp;lt;/v1:ARBCreateSubscription&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soap:Envelope xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&amp;gt;
   &amp;lt;soap:Body&amp;gt;
      &amp;lt;ARBCreateSubscriptionResponse xmlns="&lt;A href="https://api.authorize.net/soap/v1/" target="_blank"&gt;https://api.authorize.net/soap/v1/&lt;/A&gt;"&amp;gt;
         &amp;lt;ARBCreateSubscriptionResult&amp;gt;
            &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
            &amp;lt;messages&amp;gt;
               &amp;lt;MessagesTypeMessage&amp;gt;
                  &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
                  &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
               &amp;lt;/MessagesTypeMessage&amp;gt;
            &amp;lt;/messages&amp;gt;
            &amp;lt;subscriptionId&amp;gt;1265399&amp;lt;/subscriptionId&amp;gt;
         &amp;lt;/ARBCreateSubscriptionResult&amp;gt;
      &amp;lt;/ARBCreateSubscriptionResponse&amp;gt;
   &amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Can you please solve my query why its happening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kundan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 18:50:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21187#M11564</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-05T18:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21215#M11566</link>
      <description>&lt;P&gt;The credit card is not validated when creating a subscription. That's why you should always use the AIM API to either process the first subscription payment or, if the first payment is not to be processed immediately, to verify the card is valid before establishing the subscription.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, you should be doing your own validation on the credit card information before making your API calls. Failed credit card transactions still incur processing fees so sending bad credit card information over that can be prevented is something the programmer should be doing for their client. At the very least the Luhn algorithm should be used on the credit card number, the expiration date should be checked to make sure it isn't expired and the CVV number should be verified that it is the correct amount of digits.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 18:58:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21215#M11566</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-01-05T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21237#M11577</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;Thanks for your reply.. I have few more questions...Please answer if you have information on this...&lt;BR /&gt;&lt;BR /&gt;What is the AIM API refered above ?&lt;BR /&gt;Are we good to go to validate the credit card number just&amp;nbsp; by using Luhn algorithm?&lt;BR /&gt;Is there a predefined API to validate expiration date and CVV number? If not what is the suggested algorith to valudate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kundan&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:16:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21237#M11577</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-06T06:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21247#M11582</link>
      <description>&lt;P&gt;AIM is Advanced Integration Method. It's essentially one-time payments, charged internally. It's often used in combination with ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some info on Luhn. I experimented and it works with my credit card numbers. The chances of someone making a random mistake and still making it past Luhn are reasonably low.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.beachnet.com/~hstiles/cardtype.html"&gt;http://www.beachnet.com/~hstiles/cardtype.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some info on card lengths and what the numbers signify. The lengths are the only part you will really care about here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.merriampark.com/anatomycc.htm"&gt;http://www.merriampark.com/anatomycc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Length + Luhn should be more than sufficient. As for expiration date, you just turn the expiration date into YYYYMM and then do the same thing with the current date and if the current date is greater than or equal to the expiration the card has expired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this for the length of CVV:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://en.wikipedia.org/wiki/Card_security_code#Types_of_codes"&gt;http://en.wikipedia.org/wiki/Card_security_code#Types_of_codes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 08:46:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21247#M11582</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-06T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21257#M11587</link>
      <description>&lt;P&gt;Could you please provide me some details about the create subscription. In ARB document i am not getting more about the create subscription. What is the Business requirment of this create subscription. please send me some useful link or docs regarding this.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 10:15:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21257#M11587</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-06T10:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21259#M11588</link>
      <description>&lt;P&gt;Thanks for your inputs..&lt;/P&gt;&lt;P&gt;I didnt understand what is the AIM functionality? Who expose this service? How can I get access to it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 11:17:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21259#M11588</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-06T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21263#M11590</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Could you please provide me some details about the create subscription. In ARB document i am not getting more about the create subscription. What is the Business requirment of this create subscription. please send me some useful link or docs regarding this.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;I didnt understand what is the AIM functionality? Who expose this service? How can I get access to it ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your questions make me a little nervous because they are some of the Authorize.Net's services that you are trying to implement. The documents can be found in the navigation bars above under integration. &lt;A href="http://developer.authorize.net/api/aim/" target="_self"&gt;AIM is the Advanced Integration Method&lt;/A&gt;. You can read more About creating subscriptions in the &lt;A href="http://www.authorize.net/support/ARB_guide.pdf" target="_self"&gt;ARB Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also read more about validating credit cards in the Authorize.Net blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-link-navigation blog-article-link" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Validating-Credit-Card-Information-Part-1-of-3-Credit-Card/ba-p/6956" target="_blank"&gt;Validating Credit Card Information Part 1 of 3 - Credit Card Numbers&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_39" class="lia-link-navigation blog-article-link" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Validating-Credit-Card-Information-Part-2-of-3-Expiration-Dates/ba-p/7380" target="_blank"&gt;Validating Credit Card Information Part 2 of 3 - Expiration Dates&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_19" class="lia-link-navigation blog-article-link" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Validating-Credit-Card-Information-Part-3-of-3-CVV-Numbers/ba-p/7657" target="_blank"&gt;Validating Credit Card Information Part 3 of 3 - CVV Numbers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 12:44:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21263#M11590</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-01-06T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21381#M11648</link>
      <description>&lt;P&gt;Thanks for Reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; As per you we can authenticate credit card validation through AIM api. I gone through AIM_guide but i am not looking anything where i can &lt;STRONG&gt;validate credit card&lt;/STRONG&gt;. you have sent &lt;STRONG&gt;javascript code&lt;/STRONG&gt; for validate it. &lt;EM&gt;&lt;STRONG&gt;Is there any other option for validate the Credit Card&lt;/STRONG&gt;&lt;/EM&gt;. What is difference between &lt;STRONG&gt;ARB&lt;/STRONG&gt; and &lt;STRONG&gt;AIM&lt;/STRONG&gt; api. I want to use for payment gateway so which one is better for doing payment through credit card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kundan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 13:55:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21381#M11648</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-10T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21391#M11653</link>
      <description>&lt;P&gt;You have only two options for making sure a credit card works, without actually charging a purchase.&lt;/P&gt;&lt;P&gt;1) Check the card format, expiration date before submission.&lt;/P&gt;&lt;P&gt;2) Charge the credit card for $0.01 or $0.00 and then immediately void.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The former can be done with Javascript, also server-side scripting if you're using AIM / ARB. The latter involves a transaction fee. AIM is one-time charging and processes immediately; ARB is subscription charging and you have to wait until at least the next day for the results of the first charge. Most people charge the first payment of a subscription immediately with AIM, and if the card works for that, set up the rest of the subscription through ARB.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 19:27:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21391#M11653</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-10T19:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21513#M11713</link>
      <description>&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have one doubt if i am updating the subscription its giving following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update Message Code:::: E00034&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Update Message text:::: The interval information cannot be changed.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;Subscription Id :::: 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Result Code ::: ERROR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But if i am updating through &lt;STRONG&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/"&gt;https://sandbox.authorize.net/&lt;/A&gt;&lt;/STRONG&gt; through my account then its working fine.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;can you plesae let me know why i am getting this issue?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 07:17:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21513#M11713</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-12T07:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21523#M11718</link>
      <description>&lt;P&gt;Subscription intervals can not be changed programmatically. It says so in the documentation. Don't know why you -can- change the interval via your control panel, but there are some things you can do in the control panel that you aren't allowed to do automatically with your software / web site. This must be one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The subscription interval information (subscription.paymentSchedule.interval.length and subscription.paymentSchedule.interval.unit) may not be updated.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need varying intervals, however, you can use CIM instead of ARB and then have an automated process on your server generate applicable charges every morning.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 17:05:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21523#M11718</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-12T17:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21661#M11783</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am using AIM for payment gateway. I am using AIM for validate &lt;STRONG&gt;Customer payment Information&lt;/STRONG&gt;. But facing one problem if i am passing different-different expiry date for same card no. then getting message &lt;EM&gt;&lt;STRONG&gt;"This transaction has been approved."&lt;/STRONG&gt;&lt;/EM&gt; How come it is possible. For one card only one expiry date should be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kundan&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 05:58:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21661#M11783</guid>
      <dc:creator>kundankrbharti</dc:creator>
      <dc:date>2012-01-16T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCreateSubscription Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21665#M11784</link>
      <description>&lt;P&gt;There are different validation modes. One just checks if the credit card info is formatted properly, as in the credit card number has the correct number of digits, the correct sum, and the expiration date is after the current date. The other actually charges the credit card a cent to verify the specific information. It's possible you're doing the former instead of the latter. It's also possible you're submitting the transaction in test mode or through a sandbox account, which would not process an actual charge and would probably just return an approval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please post your code, preferably in a code box (see fourth option from the left in Rich Text mode).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 07:53:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCreateSubscription-Question/m-p/21665#M11784</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-16T07:53:23Z</dc:date>
    </item>
  </channel>
</rss>

