Charging money with PayPal
Is there a best practice for charging money with PayPal in a Chrome extension?
The main reason I didn't do this step is that I don't know how to do it right without leaking user data or compromising security, as I'm not a security expert nor know how to manage user data correctly
P.S. Stripe isn't an option in my country
1 Reply
Although modules like https://npm.im/paypal-checkout exist, I don't think they're compatible with MV3 extensions where the script is supposed to be loaded dynamically
npm
paypal-checkout
PayPal Checkout components, for integrating checkout products.. Latest version: 4.0.336, last published: a year ago. Start using paypal-checkout in your project by running
npm i paypal-checkout
. There are 25 other projects in the npm registry using paypal-checkout.