stripe-node
stripe-node copied to clipboard
Node.js library for the Stripe API.
### Describe the bug Within NestJS, when performing calls such as `StripeClient.invoices.create` or other operations with bad data, requests hang indefinitely and don't throw errors. ### To Reproduce 1. Instantiate...
### Describe the solution you'd like Noticed that the following new types were provided to the [UserProvidedConfig](https://github.com/stripe/stripe-node/blob/master/src/Types.d.ts#L250) but not [StripeConfig](https://github.com/stripe/stripe-node/blob/master/types/lib.d.ts#L34). Could documentation also be written for the authenticator function: -...