#Lucas974

1 messages · Page 1 of 1 (latest)

drowsy solarBOT
wet crescent
sharp trout
#

npm install stripe
This package is the last one, this is not deprecated?

wet crescent
#

Nope, it's our official Node SDK used daily by a lot of merchants

sharp trout
#

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"
wet crescent
#

I don't know, that's a very broad use case ('manage stripe billing')

#

I'd recommend getting a basic example working (like at the URL above), and then add your own logic to handle the cases you require

sharp trout
#

ok

#

merci!