php – Where to save credit card detail? is it good to store in database
php – Where to save credit card detail? is it good to store in database
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.