Hi all,
I want to integrate paypal in my ionic 3 project using angular4. Can any one guide me help me to do the task.
Thanks divya
Hi all,
I want to integrate paypal in my ionic 3 project using angular4. Can any one guide me help me to do the task.
Thanks divya
I’ve integrated PayPal using the native plugin provided by Ionic: https://ionicframework.com/docs/native/paypal/ In my Ionic 3 apps, users add PayPal as a payment method using this plugin; however it did require some server-side logic to call the PayPal API and capture a token to use for future payments.
I would suggest starting with integrating the plugin, and creating a button that calls the plugin prompting the user to login and pay. Both the Ionic documentation and the respective GitHub repo’s readme provide plenty of examples to get started.