cancel
Showing results for 
Search instead for 
Did you mean: 

E00013 Expiration Date is invalid

We are getting lots of error when expiry date month is in single digit 'M/YYYY'. Is this due to incorrect expiry date or wrong format?

14 REPLIES 14

Yes, most of the times it works, just failing some times, that's why wondering whether this error is due to format or incorrect expiry date for the card 

From the C# SDK, it looks like any of the following formats should be valid :

/// The expiration date - MMYY, MM/YY, MM-YY, MMYYYY, MM/YYYY, MM-YYYY
/// </summary>
public const string CreditCardExpiration = "x_exp_date";

https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Utility/ApiFields.cs

Powered by NexWebSites.com -
Certified Authorize.net developers

Yes, that's what i read too.

Would the same error E00013 come up if you put in the wrong expiry date for the card?

Yes, I have tried that too, customers have complained it profile creation fails and same details work the next time they try immediately.

error E00013 comes if you put in the wrong expiry date for the card. I am getting error when expiry date month is in single digit 'M/YYYY'. Is this due to incorrect expiry date or wrong format

Nicknames

Nicknames
Member