Reputation: 496
I'm building a restaurant application where users can order food. I currently only give the option to pay by cash when the food arrives, however I want to add the possibility of paying by Visa/MasterCard/Any other card.
I know I can use PayPal, but what happens if the restaurant doesn't have a PayPal account?
And is there any way to transfer the money securely directly from the card to the restaurant's bank account, just as a default Point of Sale would do? Of course a library or way would have to check the card's validity first.
Thank you in advance, Basel
Upvotes: 3
Views: 1390
Reputation: 133
I think this library will do the trick
but im not sure, I just started reserching on this mater and I dont know much about money transfers and stuff.
or use this Veritrans SDK
hope it helps =)
Upvotes: 1