Mobile app version of vmapp.org
Login or Join
Steve110

: Do I need any special permission to have a form that requests a credit card number? Just request, not storing in a database I'm using PayPal REST API to make calls using credit card numbers.

@Steve110

Posted in: #PaymentGateway #Payments #Paypal #Security

I'm using PayPal REST API to make calls using credit card numbers. So I have a form that requests credit card number to the users of the site. I could sell or use those credit card numbers that people insert.

So do I need any special permission (legal, whatever..) to have a form that request a credit card numbers?

How to feel users secure about inserting their credit card numbers on my website?

I'm living in Spain (Europe).

EDIT: I'm not speaking about storing the credit card number, I will not store the credit card numbers in a data base. I just use them for the calls to PayPal.

EDIT 2: maybe could be a good idea insert a PayPal iframe to my site? better than use PayPal REST API?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Steve110

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

If you are going to use Paypal REST API then you need to ensure you are PCI Compliant. ( Which involves alot more than a privacy policy and ssl cert)


If you use the PayPal REST APIs for accepting credit card payments,
you handle card data directly and will need to ensure you are PCI
compliant.

developer.paypal.com/docs/integration/direct/accept-credit-cards/ www.pcisecuritystandards.org/

10% popularity Vote Up Vote Down


 

@Ann8826881

You are confusing me. You say on one hand that you are not storing the credit card number, but then you say you can sell it.

I would not do either to tell you the truth.

People do not want their information to be sold especially credit card numbers. This is a bad thing. You can use the information to complete the transaction and for partner applications, but not to sell credit card numbers on the open market. You will get into trouble eventually.

However, if that is what you are doing, make sure that you have a solid privacy policy in place written by a lawyer who is familiar with these things and force a user to click a check-box confirming that they have read the privacy policy. Then store the user information, less credit card though I would consider the last 4 digits, along with the transaction time and the fact that the check-box was checked. As well, you will have to clearly define the activities and limits of activities within your privacy policy. You will need to specifically list how and to whom you provide user information to and what that specific information is so that the user is properly informed. Also, you will have to use HTTPS.

Otherwise, you will be sued. It will just be a matter of time and you will likely lose.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme