Page 1 of 1

Credit cards numbers / expiration

Posted: Fri Nov 07, 2008 9:44 am
by frosty
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.

Re: Credit cards numbers / expiration

Posted: Fri Nov 07, 2008 12:32 pm
by sohaib
Please see this post
viewtopic.php?f=42&t=8852