Hey guys, does anybody know if using CyberSource w...
# suitescript
m
Hey guys, does anybody know if using CyberSource we can validate the cc code? Is that stored on a field in the Sales order?
s
Why would you need to validate any of the credit card info? CyberSource does that for you as part of their gateway service. Just curious what you are trying to achieve here above and beyond what CyberSource already provides.
m
in what i’ve seen they validate the cc code only if you have it set up to do a full auth in checkout, which we are not doing at the moment as we have a lot of partial orders
so what we are doing is using the getauth from the sales order and paymentsessionamount to auth for the items that we have in stock before creating the item fulfillment
s
Whaat value do you mean exactly by cc code? The credit card number itself, or the CSC/CVV ? How do you plan to validate either of those values? Generally, you can verify if a credit card number passes the Luhn Mod 10 check, but that does not guarantee the card # is valid, nor does it guarantee the card will actually be accepted for the amount of the sale. There are services like binlist.net and bintable.com that can give you more information about a card given the first 6 to 8 digits, but again the card may still be declined for various reasons, and could still fail address verification even if the card itself is valid. Are you facing a problem with a lot of declined or rejected cards? What are you hoping to avoid or accomplish by validating the cc code?