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

Codegen for openapi v1027. ## Changelog

Codegen for openapi v1027. ## Changelog * Add support for `preferred_locales` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, and `PaymentMethod.card_present` * Add support for `archived` and `lookup_key` on `Entitlements.FeatureListParams` * Change `FinancialConnections.SessionCreateParams.filters.countries` to be...

Codegen for openapi v1048. ## Changelog Release specs are identical.

Based off this comment https://github.com/stripe/stripe-node/issues/2038#issuecomment-2004751719 Includes a lightweight alternative to qs.stringify that can run in worker environments. I have added 80% of the tests from the qs library, if you...

Codegen for openapi v1108. ## Changelog * Add support for new resource `FinancialConnections.Institution` * Add support for `list` and `retrieve` methods on resource `Institution` * Add support for new value...

### Is your feature request related to a problem? Please describe. The `qs` library includes a lot of polyfills via subdependencies. Polyfills that are required for very old versions of...

future
feature-request

### Describe the bug Hi there, when including the [scope-extensions-js](https://github.com/TheDavidDelta/scope-extensions-js) package in my project, Stripe errors out with the following on startup: ``` /node_modules/scope-extensions-js/dist/index.js:2 return block(this); ^ TypeError: block is...

bug

Codegen for openapi v1106. ## Changelog * Release specs are identical.

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional...

future
feature-request