I'd like to implement Paypal Checkout Express in my webapp but have no solid findings. I've found a few meteor PayPal packages but it seems like they are paying using credit cards through PayPal, instead of using their PayPal account (I might be wrong here), so that's why I'm requesting for the checkout express. If anyone has any experience or knowledge, please do tell!
Thanks a lot!
Paypal-rest-sdk
npm package, which allows me to handle PayPal payments, however credit card payments with this package only work in the US, UK & Canada. This page contains useful info on this package npmjs.com/package/paypal-rest-sdk, which also provides a link to a page with examples github.com/paypal/PayPal-node-SDK/tree/master/samples , which is especially useful in setting up your main PayPal code. – Joos