- Home /
 
 
               Question by 
               ina · Mar 18, 2011 at 08:09 PM · 
                in-app-purchasein-apppaypal x  
              
 
              PayPal X Integration
How do you integrate inApp payments with PayPal X via Unity?
               Comment
              
 
               
              Answer by DaveA · Mar 18, 2011 at 11:53 PM
Any chance of just using the WWW object as though it were a web page?
even if it were just a www object, it's not an easy process to load a browser wrapper inside Unity
Take a look at their REST API: https://developer.paypal.com/webapps/developer/docs/api/
It does require OAuth 2.0 to function, but the rest are just HTTP requests
For PayPal IPN payments I just released a new plugin to the asset store: https://www.assetstore.unity3d.com/en/#!/content/21886
It uses WWW for server-client communication (its a complete license manager solution) but refers the user to paypal site for the acutal payment)
Your answer