I'll be coding an interface on an existing site where people can pay online with a credit card to order food. It will work basically like a shopping cart system where they can add the items and such. Then they enter their credit card and submit and then it will show up in the kitchen where they can start prepping the order. All of this should be fairly easy to do, except, I'm really not sure how the credit card part works. Ex: once the information is submitted to my site, what do I do with it, so that the owner of the restaurant gets the money in their account? I found some 3rd party services that will do it, but they all want a monthly fee, on top of a fee per transaction AND a percentage. This is not a charity.
They already do accept credit cards via an interact terminal at the store as well as when they do deliveries. Is there a way I can interface with that somehow? I'm not sure how these types of systems work as I've never worked with them before. Just looking for some pointers.
Long story short I want to accept credit cards online with a fully custom site and make it seamless to the user, so open to any suggestions that could make that happen. This is for fast food, so anything that has high fees is not going to work, most transactions are small enough, but could go in the 100's. (ex: huge group order)
Oh and I do have SSL setup on the site through letsencrypt, is that good enough or does it need to be one of the more expensive ones that makes the url bar green?
They already do accept credit cards via an interact terminal at the store as well as when they do deliveries. Is there a way I can interface with that somehow? I'm not sure how these types of systems work as I've never worked with them before. Just looking for some pointers.
Long story short I want to accept credit cards online with a fully custom site and make it seamless to the user, so open to any suggestions that could make that happen. This is for fast food, so anything that has high fees is not going to work, most transactions are small enough, but could go in the 100's. (ex: huge group order)
Oh and I do have SSL setup on the site through letsencrypt, is that good enough or does it need to be one of the more expensive ones that makes the url bar green?