1
vote
3answers
79 views
Credit Card processing without Google Checkout / Amazon / Paypal
Hi all,
If I would like to process payments directly without going through Google / Amazon / Paypal, how would I go about that? Is there a Java API or some reference implementation that shows how to …
1
vote
3answers
51 views
What is a good tutorial or book to learn credit card processing using PHP?
I am looking for a good tutorial or book that explains how to process a customer's credit card from a form on your site. I read something about using curl, but it wasn't a complete tutorial. I am …
0
votes
1answer
20 views
Credit card payment gateway for SaaS (pay per use)
Hi,
We would like:
1. Get customer payment details (credit card) once upon registration
2. Store it in a 3rd party site and just get a token (no PCI compliance issues)
3. Charge monthly per use (the …
1
vote
3answers
36 views
How can I accept credit card transaction in my Web Apps?
I am writing a e-commercial site which allow user check out using the credit card, how can I accept customers' credit card to do transaction??
8
votes
6answers
191 views
Is there a GOOD reason many web sites won’t accept credit cards with spaces and dashes in them? [closed]
Is there a technical/legal/financial/contractual/design reason for not accepting credit card numbers with spaces in them?
So many web sites do not allow you to put spaces or dashes in a credit card …
0
votes
2answers
61 views
String operation in ruby for credit card number
Working on a rails project where there's an order confirmation string with a credit card number with all but the last four digits starred out. What's the proper way to do a string substitution?
…
4
votes
3answers
258 views
Is 42 a valid credit card number? jQuery validator thinks it is
We all know that 42 is the answer to everything, but it's news to me that it is a valid credit card number.
Try entering '42' or '42176' into this jQuery Validation testing page and click OK.
What's …
1
vote
2answers
69 views
Best books for web site security best practice?
I'm looking for a good overview of security best practices for web sites. In particular handling storing customer payment details for credit/debit cards. What are the best books/blogs?
Specifically …
0
votes
1answer
22 views
PayPal Pro (Direct) Credit Cart expiration date verification in Magento
Hi all.
i have an installation of Magento shop on my development server and as a payment gateway we are using PayPal Pro (PayPal Direct) which is able to accept users' credit cards.
it was fine in …
0
votes
4answers
155 views
Minimizing PCI compliance when my checkout flow has a confirmation page
I have a shopping cart flow like this:
Page 1. Choose Products
Page 2. Enter address, shipping, credit card details on a single page checkout.
Page 3. User confirms the order - but we want a final …
6
votes
3answers
121 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?
3
votes
10answers
257 views
What is the best way to determine duplicate credit card numbers without storing them?
I run a website where we mark certain accounts as scammers, and "flag" their account and all credit cards used as being bad. We don't store actual credit card values, but are storing a checksum/MD5 …
0
votes
5answers
114 views
Receiving payments trough PayPal and Credit Card
Hi, I am developing a website and I need to receive payments from PayPal and Credit Card, the thing is that I know nothing about this, and my question is where I can find some great resources to help …
9
votes
10answers
739 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 found this …
1
vote
4answers
114 views
How do I accept credit card payments inside a C# app?
How do I accept credit card payments inside a C# app? I'll use some textboxes for the inputs but what gateway do I contact to complete the transaction? I don't mind working with any service, paid or …
