#bmizerany
1 messages · Page 1 of 1 (latest)
Looking into it now
For NodeJS SDK, you may put // @ts-ignore for unsupported parameter: https://github.com/stripe/stripe-node#using-old-api-versions-with-typescript
We also recommend using // @ts-ignore if you have access to a beta feature and need to send parameters beyond the type definitions.
Thank you!