I’ve been approached by a couple friends to (hopefully) write an app for them. They own a business selling baked goods. It’s become quite successful in the area and they’ve started to do fundraisers and bake sales. A lot of the time, children in the schools sell their goods with an order sheet.
Well, a lot of teachers and parents want to pay with their cards. I’m trying to come up with an app where a customer can enter their credit card info and it gets transmitted back to “home base” where they can enter the sales into their POS system. Obviously this could easily be done via email, but I’ve run into 2 problems.
-
They would have to sort through dozens of emails everyday to get the info they need. So ideally, it would send one large batch at the end of the day. But I don’t like the idea of dozens of CC #'s sitting on each child’s phone.
-
Security. Email is not secure enough for this info. I thought about encrypting the data myself, but again, decrypting and sorting through multiple emails would be cumbersome.
Does anyone have any idea on how to securely and easily transmit mulitple lines of data to a secure place that can easily be viewed and sorted? Any suggestions or help is much appreciated.