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.
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.