1
vote
4answers
65 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 an …
1
vote
2answers
48 views
Credit Card validation with Jquery
Hello , i'm trying to validate credit card numbers with jQuery but i dont want to use the validation plugin , is there any other plugin for doing this?
thanks
-2
votes
1answer
40 views
open source credit card payement gateway
I have been for some advices about credit cards processing gateways on stakeoverflow where i found an answer that suggested using an open source gateway processing library but I ha …
2
votes
9answers
186 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 stor …
0
votes
0answers
59 views
How are expiration date’s on a credit card calculated and given to a person’s card by a credit card company? [closed]
I have a very important bill due to start my car insurance back up and I don't get my card for 2 weeks. I have had an account with credit one and have the card number but no expira …
7
votes
9answers
519 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 …
1
vote
4answers
147 views
How do you add GUI to this java program?
I know only basic stuff in java. And I need to create a GUI for this type of program. It shows your credit card info. It has some other classes and makes use of the rmiregistry. Th …
5
votes
3answers
88 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?
0
votes
1answer
30 views
Implement find(), save() ActiveRecord methods for ActiveMerchant CreditCard object
What's the best way to implement ActiveRecord's find() and save() methods for an ActiveMerchant ActiveMerchant::Billing::CreditCard object in a Ruby on Rails application?
I'd lik …
1
vote
8answers
211 views
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 Information
I need to store credit c …
14
votes
17answers
899 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 …
0
votes
4answers
257 views
How tell the difference between a Debit Card and a Credit Card
How does one determine that the card a person is entering is a debit card, check card, or credit card?
I am looking at this for web payments in the US only. This is for utility bi …
0
votes
3answers
61 views
What’s the best way to avoid chargebacks in an ecommerce web app?
Is there a particular payment method that is less susceptible to chargebacks than others?
1
vote
3answers
174 views
Credit card payment gateway in PHP?
I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on the internet require an intermediary, eg. 2CO, GCO, Auth.net …
0
votes
5answers
78 views
Creditcard verification with regex?
What is the right way to verify a credit card with a regex? If which one to use there are tons online. If not how to verify?
