Top "Credit-card" questions

is used for questions related to payment cards.

Storing credit card details

I have a business requirement that forces me to store a customer's full credit card details (number, name, expiry date, …

c# security encryption credit-card pci-dss
What is the easiest way to get track data off a simple USB HID magnetic card reader?

I need to get Track 1 and Track 2 data off magnetic cards and send them over the network to a waiting …

usb credit-card hid smartcard-reader
Is a credit/debit card number numeric or an integer?

Since a number can also be a decimal this makes me think that a CC number should be an integer. …

numbers integer credit-card
How to implement 3D Secure (Verified by Visa / MasterCard SecureCode) on Native mobile app (e.g. IOS)

This question is specific to Native mobile applications (e.g. IOS, Android, WP apps that are not actually using a …

android ios native credit-card 3d-secure
Integrating POS application with VeriFone terminal

Currently I'm working in a team creating a custom POS solution. We came to a point were we'd like to …

integration smartcard credit-card point-of-sale verifone
Credit card type and validation

I would like to run a program that can determine the validation and type of credit card number based of …

java loops credit-card
How to test on Live paypal site with dummy credit cards

Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not …

paypal credit-card testing-strategies
Storing partial credit card numbers

Possible Duplicates: Best practices for taking and storing credit card information with PHP Storing credit card details Storing Credit Card …

payment credit-card pci-dss
How to implement 3d secure payment securely

I'm wondering what's the best way of accepting payments from credit cards that require 3-D Secure verification. Currently the checkout …

security credit-card 3d-secure
Storing Credit Card Numbers in SESSION - ways around it?

I am well aware of PCI Compliance so don't need an earful about storing CC numbers (and especially CVV nums) …

php mysql session credit-card