Credit cards numbers / expiration

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
frosty
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 32
Joined: Thu Jul 24, 2008 3:22 am

Credit cards numbers / expiration

Post by frosty » Fri Nov 07, 2008 9:44 am

ok, i know a lot has been made of the way AC always saves an order. Just wondering if a method exist in the API that will check for valid credit card numbers and expiration dates. I am using paypal which returns a 107xx error if the billing address is incorrect.

Why can it not the same look up on expiration date?

and

Why does

Transaction authTx = GetLastAuthorization(lastPayment);
authTx.TransactionStatus == TransactionStatus.Successful);

even if c-card number or exp date is incorrect.

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Credit cards numbers / expiration

Post by sohaib » Fri Nov 07, 2008 12:32 pm

Please see this post
viewtopic.php?f=42&t=8852

Post Reply