0

I have created the e-commerce site where user can buy product by credit card.

I don't want to ask client credit card detail again, if once he purchased the product.Next time it should be automatically comes.

Is it ok to store credit card detail in database with some algorithm or is there any third party system ?

Please help me

Rajeev Ranjan
  • 4,152
  • 3
  • 28
  • 41
CodePlateau
  • 381
  • 2
  • 5
  • 18

1 Answers1

3

You should never store credit card in your database as they are vulnerable to misuse. Instead go for third party system which offer you to store this secure information for eg. ACH, they provide you to store the information and return you the client id which you can use for next time to process payment.

chandresh_cool
  • 11,753
  • 3
  • 30
  • 45