I'm trying to implement a shop into a IOS HTML5 Phonegap app which runs off a .aspx CMS (via xml feeds).
I need to implement client payments - both individual one off payments and recurring payments for repeat services
I have used Paypal in the past to do something similar with individual payments - (simply using their provided form and altering the description and cost fields accordingly in the CMS) - but I cant seem to get it working via Phonegap as i just receive whitelist errors and it wont trigger the form.
I have looked through the Paypal API docs and it isn't really clear whether this should work in a HTML5 app - does anyone have any experience with implementing recurring payments for Phonegap? I also wondered whether it was possible to get flags / emails when a recurring payment is cancelled so we can react to this server side?
Any other suggestions for suitable payment API's also welcome.