Tagged Questions

19
votes
10answers
2k views

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, CVV2) for a short period of time. Rationale: If a customer …
15
votes
8answers
1k views

What is the best way to validate a credit card in PHP?

Given a credit card number and no additional information, what is the best way in PHP to determine whether or not it is a valid number? Right now I need something that will work w …
14
votes
17answers
923 views

What is the best credit card processing service?

We're looking to add credit card payments to our system (and it needs to be fairly custom, handling variable "per use" charges each month). We would like the integration to be sim …
9
votes
13answers
549 views

Best way to prevent duplicate use of credit cards

We have a system where we want to prevent the same credit card number being registered for two different accounts. As we don't store the credit card number internally - just the la …
8
votes
10answers
643 views

Determine credit card type by number?

Can credit card type be determined solely from the credit card number? Is this recommended or always ask client for the type of credit card they're using? I googled about it and …
7
votes
2answers
283 views

Credit Card processing library that handles many merchant gateways?

Looking for a c# library that interfaces to multiple merchant gateways. Should at minimum be able to handle PayPal and authorize.
6
votes
3answers
100 views

Credit card expiration dates in which timezone?

We know from Credit card expiration dates - Inclusive or exclusive? that credit card expires on the last day. However, in which time zone?
6
votes
9answers
819 views

Whats the best way to offer credit card payment on your website?

I want to offer credit card payment on my website and was wondering whats the best (or prefered) way to do so? I know I could use Google checkout, paypal, etc. but this is not wha …
5
votes
3answers
100 views

Is it secure to POST Credit Card data from View to Controller?

Need to submit some CC data from the View to the Controller where it will be processed, can I just POST it or is there some common way of securing the data in transit?
5
votes
5answers
249 views

Does anyone know where there is c# code or a dll which can generate sample credit card numbers

For an application we are working on I need to generate sample credit card numbers which pass the Luhn algorithm but which are also unique, so we cannot use the sample credit card …
5
votes
3answers
187 views

Credit Card Payment Solutions for Desktop Applications

There are a whole raft of questions regarding payment processors for web applications but I haven't seen one yet for desktop applications. What are your experiences? Perhaps to pu …
5
votes
6answers
317 views

What are some best practices for handling sensitive information?

I'm currently creating an application for a customer that will allow them to automatically bill their customers credit cards. I'm curious as to what are some best practices to s …
5
votes
4answers
662 views

How to test credit card interactions?

After reading this answer, I wonder if there's a way to get a "testing" credit card number. One that you can experiment with but that doesn't actually charge anything.
4
votes
2answers
184 views

ActiveMerchant: How to authorise cards when using gateways that do not support the void operation?

I am working on the billing component of a Ruby on Rails application using ActiveMerchant. The payment gateway we have chosen is PaymentExpress. Code examples I am seeing such as …
4
votes
4answers
157 views

Limiting impact of credit card processing scripts/bots

I'm involved in building a donation form for non-profits. We recently got hit by a fast round of low dollar submissions. Many were invalid cards, but a few went through. Obviously …

1 2 3 4 5 next
15 30 50 per page