Payment Methods

Hello everyone.

I’m developing a web app and I want to enable payment methods from my users to my clients (think it as I host some shops and I want the app users to pay directly to my clientes, not to me).

As the app is not transpiled to native code, I don’t think I can use cordova plugins such as PayPal. I would like to know which are the best options for this.

By the way, I’m using ionic v4

Thanks a lot.

For the web you could use Paypal but the webapi not the cordova plugins.

Stripe is another payment method that is popular.

But you don’t use the Cordova plugins on the web per se. You could use them if they add the web platform but why bother when you can use their tested API’s.

Hey!

For enabling payments in your Ionic v4 web app without Cordova plugins like PayPal, consider:

  1. Stripe: Seamless integration for various payment methods.
  2. Braintree: Easy in-app payment integration.
  3. Adyen: Global payment options support.

Explore their docs for integration details!