#votsircp-portal
1 messages · Page 1 of 1 (latest)
Hi! This looks like node.js code? If so that looks accurate.
How are you initializing stripe?
hi again!
indeed, it's node.
const stripe = require("stripe")(config.stripe.secret_key);
And which version of stripe-node are you using?
version 7.6 was released in 2019, so it's quite old.
So I think you need to update your version of stripe node for the billing portal to work.
got it, thanks so much, will do that