rapsli
rapsli

Reputation: 799

Paypal checkout with node.js - modules?

I want to do a checkout with PayPal for my little shop implemented in node. I have looked up modules on npm that would help with that (https://www.npmjs.org/search?q=paypal+checkout) but I'm not sure which one to pick. Any ideas?

Upvotes: 1

Views: 1050

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

I'd go with Express Checkout. At first glance this one looks to be the best available.

Upvotes: 1

Related Questions