Ionic: which third-party payment gateway

937 Views Asked by At

I see there is a Stripe integration already available for Ionic here, but is there something similar with a "third-party" payment service?

I think PayPal offers this, but is there a template for this?

2

There are 2 best solutions below

0
On

The template is still the same but you can create your own online payment using paypal service, also you can manage to secure the security of your payment template.

0
On

You can use the ionic-stripe-starter available on github.

According to the README.md :

This can ONLY be run on device and requires the following plugin and library :

  • Telerik-Verified-Plugins/Stripe: Stripe is a payment infrastructure for the internet. Stripe Cordova SDK is built around the well organized REST API. it exposes a global window.stripe object that defines various operation to initialze and transfer payments
  • angular-credit-cards: A set of Angular directives for constructing credit card payment forms