I would like to write an application based on Ionic with an external credit card reader to process payments. Does anyone tried it out already? Is it possible, or should I call myself a dreamer
Thank you for the answer, but I’m looking for a solution to transmit the payment amount to a credit card reader and wait for the processing result- payment successful or failed. …and I have to have the result asap.
Does the reader have a native SDK? Then it should be pretty easy to write a Cordova plugin you can use in your Ionic app.
If not it sure has an API documentation on how to talk to it?
Not yet. I have a credit card reader called SumUp and it comes with a valid SD, but my Cordova plug in does not work yet I’ll inform you asap. Which card reader do you use?
I didn’t commit to a specific reader yet, I am looking for the easiest one to integrate with ionic, I Gooooooooogled a bit today and I understand that we can communicate
With all BT 4.0 BLE devices without any plugin only with this http://ionicframework.com/docs/native/ble/.
Is it?
any pitfalls?