I want to add payment feature in codenameone app and I am planning to use paypal.
How can I implement it in my app?
https://www.paypal.com/
PayPal has an SDK that you can probably integrate directly into the Codename One application by following the tutorial on integrating 3rd party SDK's https://www.codenameone.com/manual/advanced-topics.html#_integrating_3rd_party_native_sdks
Related
We are building a iPhone application which includes paypal integration. Our application is simple buyer-seller iPhone application. We need to make a sinlge payment(buyer to seller) using paypal iOS sdk.
I have gone through the documentation. When login screen from sdk is launched, we need to log in with buyers's creadentials. However, I have not understood or rather confused if "merchantName" is where we are suppose to mention seller's paypal credential (email).
"Merchant Name" is the name of the application provided to https://developer.paypal.com/developer/applications when you set up your application.
Note that peer-to-peer operations are not supported by the SDK.
I need to integrate new paypal ios sdk in my app.But my question is that which Paypal solution (e.g. Standard, Express checkout, Payflow etc.) client need to have in order to integrate this SDK?
Thanks in advance
i am developing a ePub reader and to download that epub from website, using paypal integration.
is apple allows to download non-apple product ??
and if no what should i use to buy from my app ?
thanks...
yes there is an 3rd party api..
Use Braintree. you can surf here for more infomation
Infact I am also using it..:)
I am developing an iPhone application, in which, to complete the registration process, there is a need for the user to pay some amount via Paypal and WorldPay. But, I have got the (MECL) library for Paypal integration in iPhone and it is working fine. And also,i have searched but i can't find, any library for WorldPay. Any help much appreciated.
No. they don't provide any library.
Another solution is to use a UIWebView to hit the url to their website to make the payment.
But I don't know if Apple will allow that to be on the AppStore.
I want to implement payment gateway for iPhone native app.
I have read in few of the sites that I can integrate apple payment gateway for this through In App Purchase. But if I want to do through In App Purchase then, I have register each of my product with AppStore and set a price margin for each.
Rather I am building something like shopping cart where prices of products are different.
Please guide how should I proceed, is there any other payment gateway that I can integrate with my iPhone native app.
You can use PayPal MECL library for this.
https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index
From the above link download Mobile Express Checkout Library for iOS and in downloaded zip file two examples will be there one for non-web and other for web.
In non-web you have to keep the business (merchant) credentials in your application refer MECL non-web example accompanied with the library zip file.
If you don't want to keep the credentials in your application then you can handle the product selling through web service, and this is recommended way.
For more information read https://www.x.com/developers/paypal/how-to-guides/how-accept-payments-ios-app-using-mecl