stripe-node icon indicating copy to clipboard operation
stripe-node copied to clipboard

Node.js library for the Stripe API.

Results 102 stripe-node issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

bug

### 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: -...

feature-request