Hello,
I'm building an ecommerce site with php and I'm trying to build an account page so users can manage their credit card info, shipping info, orders, etc...
I wanted to design my own Manage Payment options on my site and not have to redirect the user to like paypal to input their credit information or whatever. I was wondering if someone can guide me towards the direction of where I can figure out how to implement security and being able to have users input their credit information in my site but it will be stored somewhere else? Also, I would like to use my own site to have users input their own shipping information and all that.
Thank you