credit-card

Best practices to store CreditCard information into DataBase

In my country the online payments are not an old thing, the first time i saw a web application taking payments directly to a local bank account was last year. So, Im a newbie coding web payment system. My question is, what are the best practices to store creditcard information into the database... I have many ideas: encrypting the cre...

How to make credit card payments in Django?

I need to make credit card payments on my site that provides a service outside the U.S., but I will not be through paypal, where should I start? anyone knows how I can do this? ...

Can we ask user for credit card number or paypal details,store credit card number on our server, can we use SSL in iphone application for transaction?

Can we get credit card number from user or paypal details & use them for premium service of our application ? is apple accept this application if we directly get this information & use it in our api on server for transaction. Using ssl will be accpted by apple ? I have check from 1) http://stackoverflow.com/questions/1763306/credit-c...

What's the best mobile payment gateway

In other words, I want to charge credit card of customers who are on mobile devices (iPhone, Android, etc). PayPal offers a good service, but can it be formatted to be friendly on mobile devices? Is there another gateway where the customer flow is friendly on a mobile device? ...

What methods do you use to limit credit card fraud?

We're running a completely self service system where money comes in via credit card, and (much of it) gets paid out to other users in the system. Because of this, preventing fraud is a must. When I say fraud I mean people adding credit cards that are stolen, but still work fine. These are transactions we might find out are fraud days af...

Accepting payment best practices

Hi everyone, I am creating an ecommerce site that uses the payment gateway DPS. The payment gateway just takes a users details and returns whether the payment was successful or not. I am just wondering if anyone has any good resources for how to make a really robust payments page that can handle large volumes of transactions safely. Ar...

Masking Textbox without affecting Model value in ASP.NET MVC

I need to mask the input box/text box in ASP.NET MVC 2 for Credit Card. But the masking shouldn't affect its binding to its model. I am trying to do something like this: [DataType(DataType.MaskedCreditCard)] similar to: [DataType(DataType.Password)] ...

Storing Credit Card Information

Possible Duplicate: Storing credit card details There are many sites that stores the Credit card information. I too, in one of my application , need to store the credit card information in database. But I don't have any idea how to store them. I found somewhere that we can split the credit card numbers in parts and the encrypt...

For politician websites, what is a good donation service to use?

I noticed different websites processing donations through their website. What should one use for politican-type websites? ...

Use SecureString for credit card numbers

I've been looking into using the System.Security.SecureString class to hold credit card numbers in memory while they are being processed. Has anyone used the SecureString class for holding credit card numbers, or do most just use the normal System.String class? ...

Implenting Credit card processing within PHP MySql Site

Hi, I am developing an Ecommerce website and I would like to implement Credit/Debit card processing within the site. I would like to know if there are any good PHP scripts which fully implement this and the payment gateways that provide this service. Also the website will have a Money Back guarantee feature in the event of cancellin...

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 month. I wonder how one should save this information? Should it be saved in the MySQL database ("user" table) or is this kind of information too sensitive and need to be stored in another place? I have no experience of this and wou...

I need a sample php credit card order form.

I have a simple online product that I'm selling. I need a credit card order form. I'm looking for a sample php based order form. A form that collects name, address, credit card, exp date, and cvv and validates that the fields (for example checks that the credit card number is in the correct format). Forget the payment gateway integrati...

API/Service to retrieve Country of Issue for credit cards.

Hi everyone, can you point me to an API or online service that can return the country of issue (i.e. where the credit card has been issued) starting from the credit card number? I am not looking for a "free" solution, this will be a corporate app so it's ok if this is offered by some broker company like Bibit or Easycash for a fee - bu...

Secure DataVault for storing credit card details - PCI DSS

I have been reading a few articles which describe using a Datavault and tokenisation to reduce PCI DSS burden. My question is, are there any companies that offer to store data like credit card information securely in exchange for a token and do they offer the ability to then view the data by authenticating yourselves and providing a a ...

Should I store credit card information on my e-store ?

Hi, I will be using online payment soon for e-commerce website. It will a solution called 'mercanet' that is provided by Atos Solutions and used with BNP Paribas bank. It'll use binary file to do the request, and as far as I read the documentation, I just have to provide some information to a file and then get back an array of the resul...

how to store card information in authorize.net

Hi I am developing a php web site. I need Php code for authorize.net When i submit form credit card information should store in authorize.net. ...

Sending a users credit card number to a printer with PHP

Hi there, I've been curious about this for awhile and could never find any good information. I used to work at a pizza place that did online ordering. The user would submit their card information and we would run it at the store. I was wondering if someone could give me an idea as to how this transaction took place. If it was PCI com...

Is it possible to publish application in AppStore which will accept credit card payments?

My company provides eCommerce solution for our customers. We host their web site where their customers buy some stuff. Our eCommerce solution takes their credit card information and processes it via payment gateway. Now we want to create iPhone app for our customers somewhat duplicating functionality of their web sites. Similar to what ...

What is the best way to accept a credit card in ASP.NET? (Between ASP.NET and Authorize.NET)

I'm new to creating commerce websites, and now that I need to sell software over the internet, I'm not sure where to start. I'm using ASP.NET and am considering using Authorize.NET to validate and process the credit cards. I'm looking for a stable, trusted solution that I can install on a single server. My secondary goal (besides sell...