JamesG
JamesG

Reputation: 2018

Using PhoneGap to make purchases of products from my in app catalogue

I have a catalogue of products on my PhoneGap app, and wanted to know if it's possible to take payments from people within the app, and not directing them to a safari browser web view? i.e. having the user enter their bank details et etc..

I have looked into In-App Purchases and I dont believe this is what I need. It will hopefully be something like a payment gateway on a website, but just build to integrate into PhoneGap? Wishful thinking maybe.. :/

Upvotes: 0

Views: 671

Answers (1)

Gajotres
Gajotres

Reputation: 57309

There's a paypal plugin for phonegap and it is working great: https://github.com/phonegap/phonegap-plugins/tree/master/Android/PayPalPlugin.

Contact me if you need help with a plugin integration. This version is working with phonegap/cordova 2.0.

Upvotes: 1

Related Questions