#Lucas974
1 messages · Page 1 of 1 (latest)
You'd want to install stripe our Node SDK: https://github.com/stripe/stripe-node
Then you can follow the quickstart here for a webhook Node guide: https://stripe.com/docs/webhooks/quickstart
npm install stripe
This package is the last one, this is not deprecated?
Nope, it's our official Node SDK used daily by a lot of merchants
ok, great
this backend, I will use it for:
Passwordless
webhook for stripe
manage stripe billing
Does the following is all I need for the backend?
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"nodemailer": "^6.9.1",
"stripe": "^11.8.0"