#hoonie3185_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310475819063443487
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
These two APIs are preview features and they are not available in Stripe SDK yet.
Are there any workarounds to integrate them?
https://github.com/stripe/stripe-node?tab=readme-ov-file#custom-requests you can send custom requests
ohh thanks for this
Why is it I'm encountering this: Property 'rawRequest' does not exist on type 'Stripe'.
Are you using the latest version of Stripe node.js SDK?
https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#1700---2024-10-01 rawRequest was added since version 17.0.0
You should use 17.0.0 or later version
thanks for this!
Is there a planned release for the preview features? When will they be available in Stripe SDK?