#thorwebdev
1 messages · Page 1 of 1 (latest)
I'm afraid that I'm not familiar with Deno import. In general, importing directly would have type support.
import Stripe from 'stripe';
const stripe = new Stripe(STRIPE_API_KEY, {
apiVersion: '2022-11-15',
});
I'm working off of the stripe-node-deno-samples here: https://github.com/stripe-samples/stripe-node-deno-samples/blob/main/webhook-signing/main.js
Last time there were Deno issues dcr-stripe was able to help. Would you be able to flag with him please?
Can I suggest you to write in to us https://support.stripe.com/contact, so that we can follow up and check with relevant team? Could you also quote river-discord, so that I can find your email?
Hi, we have flagged the issue to the relevant team and they will be checking it. You may follow the issue for the latest update 🙂
Hey @zenith sun ❤️, found a workaround for you and updated the github issue