shengzhongbell Posted March 4, 2009 Posted March 4, 2009 When the custom input their credit card information in the system, it seems there is only card number and expiration to input. Isn't that too simple to be true, how about the card verification code (3 number) and the card type (visa, master....) ?
knifeman Posted March 4, 2009 Posted March 4, 2009 The card type is predetermined by the first 4 digits. There is no need for a dropdown to choose the type. At least not for processing the card.. The cvv is highly sensitive data and is not to be stored by the merchant. Most credit card modules that link directly to the gateway have a place to input the cvv and it is transmitted to the card processor. There are add ons in the contribution section to capture this number using the stock osc cc module. Tim When the custom input their credit card information in the system, it seems there is only card number and expiration to input.Isn't that too simple to be true, how about the card verification code (3 number) and the card type (visa, master....) ?
shengzhongbell Posted March 4, 2009 Author Posted March 4, 2009 The card type is predetermined by the first 4 digits. There is no need for a dropdown to choose the type. At least not for processing the card.. The cvv is highly sensitive data and is not to be stored by the merchant. Most credit card modules that link directly to the gateway have a place to input the cvv and it is transmitted to the card processor. There are add ons in the contribution section to capture this number using the stock osc cc module. Tim Thanks a lot!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.