<?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: Error processing request: E00013 - Expiration Date is invalid. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/30628#M16014</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run across this error, make sure your expiration date is format YYYY-MM.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2012 21:08:57 GMT</pubDate>
    <dc:creator>devryan1</dc:creator>
    <dc:date>2012-10-15T21:08:57Z</dc:date>
    <item>
      <title>Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10416#M6688</link>
      <description>&lt;P&gt;I'm using the CIM SDK v 1.3.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When adding a credit card, I'm getting the expiration date error, this only happens when the month is 1-9. I've tried it both with&lt;/P&gt;&lt;P&gt;and without the leading 0 and got the same error both times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;customerGateway.AddCreditCard(customer.ProfileID, "xxxxxxxxxxxxxx", 09, 2014, "xxxx"); - error&lt;/P&gt;&lt;P&gt;customerGateway.AddCreditCard(customer.ProfileID, "xxxxxxxxxxxxxx", 9, 2014, "xxxx"); - error&lt;/P&gt;&lt;P&gt;customerGateway.AddCreditCard(customer.ProfileID, "xxxxxxxxxxxxxx", 11, 2014, "xxxx"); - works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yosef&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 23:43:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10416#M6688</guid>
      <dc:creator>yohaas</dc:creator>
      <dc:date>2011-02-17T23:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10420#M6690</link>
      <description>&lt;P&gt;Look like there is a bug in the SDK.&lt;/P&gt;&lt;P&gt;When it translate the expiration month from integer to string in the AddCreditCard() method, it didn't put in a leading zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 01:10:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10420#M6690</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-02-18T01:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10438#M6699</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;That's what I figured - will there be a new SDK coming out to fix it or do you think I should just fix it and compile a new dll myself?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 14:02:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10438#M6699</guid>
      <dc:creator>yohaas</dc:creator>
      <dc:date>2011-02-18T14:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10442#M6701</link>
      <description>&lt;P&gt;Not sure when the next SDK will be out.&lt;/P&gt;&lt;P&gt;So, fix and recompile the dll probably get it to work sooner.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 14:20:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10442#M6701</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-02-18T14:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10638#M6786</link>
      <description>&lt;P&gt;Hey there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is on our list of improvements for the next SDK release. No ETA on that yet, but once it's been completed, we'll announce it in the News and Announcements section.&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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2011 21:45:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/10638#M6786</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-02-24T21:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11204#M7046</link>
      <description>&lt;P&gt;I am very new to CIM but I am concerned that not many are using it. Since this particular bug&lt;/P&gt;&lt;P&gt;prevents storing any credit card with month 1-9 in the expiration it is the first thing you run into !&lt;/P&gt;&lt;P&gt;&amp;nbsp;Are developers simply fixing the code and moving on ? Is there a "known error" list of reported bugs??&lt;/P&gt;&lt;P&gt;Please help me feel confident that this library will work form me.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2011 15:02:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11204#M7046</guid>
      <dc:creator>tgrant</dc:creator>
      <dc:date>2011-03-17T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11790#M7323</link>
      <description>&lt;P&gt;I had this same issue and can't wait for another version....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the culprit was easy enough to find and correct int he CustomerGateway class, but when I open the source code in VS2008 or VS2010, it won't compile.&amp;nbsp; I get multilple errors of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone run into this and found a way to make it compile?&amp;nbsp; adding a reference to System.Web.Mvc does not correct the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2011 19:49:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11790#M7323</guid>
      <dc:creator>pdm2050</dc:creator>
      <dc:date>2011-04-06T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11794#M7325</link>
      <description>&lt;P&gt;Hey there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First off, we've got a release going out within the next week or so that will address the month issue that's been described in this thread. We'll announce that once it's live in the news and announcements board. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your other issue, I'm not sure what the issue is. Are you using WebForms instead of MVC?&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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2011 20:48:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/11794#M7325</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-04-06T20:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13078#M7892</link>
      <description>&lt;P&gt;I'm having this same issue and just downloaded the latest build from the SDK's. &amp;nbsp;I also tried to fix the error in the gateway, but I get compile errors like listed above with the MVC portion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an estimate of when this will be fixed? &amp;nbsp;It took me a full 10 seconds to fix the errors in the code... if I could just compile it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I was able to get the project to compile by re-linking the System.Web.Mvc reference to the local MVC file. &amp;nbsp;Although there are 577 warnings on compile, it did finish the compile and seems to be working. &amp;nbsp;It's a simple fix and I would rather use a pre-compiled version of the code direct from Authorize.Net.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 15:58:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13078#M7892</guid>
      <dc:creator>Mikecito</dc:creator>
      <dc:date>2011-05-24T15:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13172#M7927</link>
      <description>&lt;P&gt;Hey there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last release of the updates to the C# SDK got delayed, but we are working on getting those out hopefully within the next week or so. Once the SDK has been updated with the bug fixes, we will post an announcement in the &lt;A href="http://community.developer.authorize.net/t5/News-and-Announcements/bd-p/News_Annoucements" target="_self"&gt;News and Announcements&lt;/A&gt; board. So keep your eye out for that soon. &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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2011 20:04:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13172#M7927</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-05-26T20:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13816#M8208</link>
      <description>&lt;P&gt;Just to follow up, the C# SDK bug fixes were released last week. Check out the thread &lt;A href="http://community.developer.authorize.net/t5/News-and-Announcements/C-SDK-bug-fixes-released/td-p/13804" target="_self"&gt;here &lt;/A&gt;for a list of what was fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2011 20:10:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/13816#M8208</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-06-20T20:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20144#M11056</link>
      <description>&lt;P&gt;Is this bug still outstanding? I just got that error and found this thread from June?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for clarification,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Crile&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2011 01:32:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20144#M11056</guid>
      <dc:creator>crile</dc:creator>
      <dc:date>2011-12-16T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20226#M11097</link>
      <description>&lt;P&gt;I posted this on 12/14 - is this a typical response time? Does anyone&amp;nbsp; from Authorize.net monitor this form? Is the .NET SDK officially supported? Thanks anyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Crile&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2011 03:22:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20226#M11097</guid>
      <dc:creator>crile</dc:creator>
      <dc:date>2011-12-18T03:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20248#M11108</link>
      <description>&lt;P&gt;Actually according to the timestamp I see it was posted a day after that and two of those days were the weekend when they are not working. You need to be patient. They clearly do monitor the community and respond when they have the information they needed to provided.&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;&amp;nbsp;&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;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 01:56:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20248#M11108</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-19T01:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20318#M11142</link>
      <description>&lt;P&gt;I can confirm that this bug was resolved and that a 0 is automatically prepended to the month if it is is a single digit integer.&amp;nbsp; I would recommend double-checking to make sure you aren't using an old version of the SDK and otherwise just doublechecking your inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2011 00:14:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/20318#M11142</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-12-20T00:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error processing request: E00013 - Expiration Date is invalid.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/30628#M16014</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run across this error, make sure your expiration date is format YYYY-MM.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2012 21:08:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-processing-request-E00013-Expiration-Date-is-invalid/m-p/30628#M16014</guid>
      <dc:creator>devryan1</dc:creator>
      <dc:date>2012-10-15T21:08:57Z</dc:date>
    </item>
  </channel>
</rss>

