Create a food ordering app with Strapi and Next.js (6)

no errors on :
const charge = await stripe.charges.create, but i did create a seperate test file to test that code outside of this project.
const stripe = require(‘stripe’) keeps getting this error: “This expression is not callable.
Type ‘typeof import(“stripe”)’ has no call signatures.ts(2349)”.
I see that the stripe api gets hit with a post but no payments doesn’t update. I’ve tried every stripe import statement out there…