I have a magnetic card reader and I'm trying to parse the information in my ColdFusion site to send off to PayPal. However, I can't seem to get the 3 digit CV code on the back. Here's the format I get:
%B4444555566667777^DOE/JOHN G^10051010101010106000000?;4444555566667777=10051010101010106000000?
So, from this I can get:
Name: John
Middle Name: G
Last Name: Doe
Card Number: 4444555566667777
Expiration: 05/10
Where can I get that three digit number that's on the back? Or do I need it? Is it a different number when you swipe the card?
Any insight would be appreciated. Thank you in advance!