<?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 .. Credit Card expires before the start of the subscription. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34218#M18700</link>
    <description>&lt;P&gt;We're using ARB to take recurring donations. Recently got the error "Credit Card expires before the start of the subscription." for someone trying to set up a yearly recurring donation. Problem is that the donation starts in 12 months and their CC expires before the initial payment (start of subscription). Is there any way to tell the ARB system to ignore the fact that the CC expiration date is before the subscription start date? We'll assume that the person will renew their card before the payment is attempted, and if not, it'll fail at that time (I assume).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...scott&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2013 23:56:21 GMT</pubDate>
    <dc:creator>saprentice</dc:creator>
    <dc:date>2013-05-13T23:56:21Z</dc:date>
    <item>
      <title>ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34218#M18700</link>
      <description>&lt;P&gt;We're using ARB to take recurring donations. Recently got the error "Credit Card expires before the start of the subscription." for someone trying to set up a yearly recurring donation. Problem is that the donation starts in 12 months and their CC expires before the initial payment (start of subscription). Is there any way to tell the ARB system to ignore the fact that the CC expiration date is before the subscription start date? We'll assume that the person will renew their card before the payment is attempted, and if not, it'll fail at that time (I assume).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...scott&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 23:56:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34218#M18700</guid>
      <dc:creator>saprentice</dc:creator>
      <dc:date>2013-05-13T23:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34219#M18701</link>
      <description>&lt;P&gt;When you create an ARB, it doesn't check the expiration date other then it will expires before the start date. So you could check the date first, it is after it ok, else add a year to the expiration, but somehow you will need to get updated date later from the them to update the ARB before it start.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 00:59:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34219#M18701</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-14T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34223#M18705</link>
      <description>&lt;P&gt;So .. you're saying that I can bump the expiration date so the ARB initialization doesn't complain, and it doesn't check to see if that date is "valid"?&amp;nbsp;Then unless the person updates their ARB data, it will fail when it comes time to actually charge the card .. so I'd need to let them know to update the renewal date before the charge happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...scott&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 16:00:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34223#M18705</guid>
      <dc:creator>saprentice</dc:creator>
      <dc:date>2013-05-14T16:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34225#M18707</link>
      <description>&lt;P&gt;Yep. that is. Althought the credit card issuer might or might not decline an transaction on a wrong expire date.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 16:27:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34225#M18707</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-14T16:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34230#M18711</link>
      <description>&lt;P&gt;I guess that was my concern. I don't want to set up a system that might, or might not, work based on the whim of the card issuer. &amp;nbsp;So, this method isn't really the "right" way to do it, just one way that could work. I'm thinking that I should set this up completely differently so that the subscription start isn't a year in the future. Let me know if I've misunderstood.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 18:28:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34230#M18711</guid>
      <dc:creator>saprentice</dc:creator>
      <dc:date>2013-05-14T18:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34231#M18712</link>
      <description>&lt;P&gt;Might look into CIM. and do you own scheduling.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Choosing-a-Recurring-Billing-Solution-by-Rodger-Yonley/ba-p/32838" target="_blank"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Choosing-a-Recurring-Billing-Solution-by-Rodger-Yonley/ba-p/32838&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 19:15:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34231#M18712</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-05-14T19:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: ARB .. Credit Card expires before the start of the subscription.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34239#M18720</link>
      <description>&lt;P&gt;Thanks! Good info .. I appreciate the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...scott&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 23:54:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Credit-Card-expires-before-the-start-of-the-subscription/m-p/34239#M18720</guid>
      <dc:creator>saprentice</dc:creator>
      <dc:date>2013-05-14T23:54:43Z</dc:date>
    </item>
  </channel>
</rss>

