Top "Credit-card" questions

is used for questions related to payment cards.

Check Credit Card Validity using Luhn Algorithm

I tried to check the validation of credit card using Luhn algorithm, which works as the following steps: Double every …

java arrays validation credit-card luhn
Saving credit card information in MySQL database?

I want to allow my customer users to enter their credit card information so that I can charge them every …

mysql database credit-card pci-compliance pci-dss
Validate credit card number using luhn algorithm

I tried to check the validation of credit card using Luhn algorithm, which works as the following steps: Double every …

java arrays validation credit-card luhn
Identify card type from card number

i have an array of card types that looks something like this var cards = new Array(); cards [0] = {name: "VISA", length: "13,16", …

javascript credit-card luhn
Android: How to read Magnetic Stripe(credit cards, etc) Data

The actual app is actually a web app but since my first impression is that there is no way to …

android credit-card
iOS - Integrating credit card payments

I'm aware that we can integrate in-app purchases with storekit. but i want to integrate payments using credit card. will …

ios credit-card in-app
Identify if a "Credit card" or "Debit card" by the card number

I can initially do a check to identify if I have a valid Payment Card Number by performing Luhn check …

e-commerce credit-card luhn
Payment methods for an ASP.NET Web Application

I want to add payment methods to my site, such as MasterCard or Payoneer. I don't know where to start, …

c# payment-gateway credit-card payment
Parse Credit Card input from Magnetic Stripe

Does anyone know how to parse a credit card string input from a Magnetic Card Swiper? I tried a JavaScript …

asp.net javascript parsing credit-card
When is the Scan Credit Card option available on iOS8 Safari?

So Safari offers Scan Credit Card feature on iOS8 with some credit card forms. My question is, how does Safari …

ios safari ios8 credit-card