We're looking for development of a cordova plugin to handle the sumup SDK (http://docs.sumup.com/terminal-payment/#terminal-payment-sdk) for both android and iOS. The plugin should do the following
1) be able to call sumup payment terminal from within the the app via JS
2) to obtain a successful/unsuccessful payment status via a JS callback
Ideally something like the following:
payViaSumup(99,"GBP","transaction-reference").then(function(SuccessData){
}).err(function(errorData){
});
We will supply an ionic 1 project for you to include the plugin in (so you can install any SDKs required);
There are some existing plugins out there such as https://github.com/yesiman/ekoal.cdv.sumup which can be used as basis of work