Paypal integration in ionic

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

1 Like

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.

1 Like