I am about to incorporate a payment module into my mobile application (I plan to use Moip and in future I will use PayPal). I would like a Uber-style payment system in which the customer provides their credit card details and these are saved so that he can later pay with just one click.
My knowledge of data security is practically nil, and I'd like to know what precautions I should take when storing this data in my database.
I designed the system not to store the CVV code to improve security. But I do not think that's enough. Could anyone give me some tips or, if possible, point me to some material that I can study to develop this "in-app" payment module? Thank you!