stripe-node
stripe-node copied to clipboard
Node.js library for the Stripe API.
Codegen for openapi v1232. ## Changelog * Add support for new resource `Terminal.ReaderCollectedData` * Add support for `retrieve` method on resource `ReaderCollectedData` * Add support for new value `terminal_reader_collected_data_invalid` on...
Codegen for openapi v1232. ## Changelog * Add support for new resource `Billing.MeterErrorReport`
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Migrates from qs to picoquery for query strings, a faster and lighter alternative. This is an alternative to #2116 - using pq to provide the logic rather than rolling our...
1. Removed qs dependency. 2. Request reference #2117
### Is your feature request related to a problem? Please describe. In "edge runtimes" such as Cloudflare Workers, Vercel Edge Functions, the size of the application code comes at a...
### Describe the bug Hi there. I'm using [`nock@beta`](https://github.com/nock/nock/tree/beta) and it is no longer able to intercept requests from this library when using the default Node.js `httpClient` settings (i.e., [this...
Codegen for openapi v1317. ## Changelog * Remove support for resource `Margin` * Add support for `submit_card` test helper method on resource `Issuing.Card` * Add support for `groups` on `AccountCreateParams`,...
### Why? When debugging into the Stripe SDK from a project or script, it can be useful to have the JS source maps so that you can step into and...
### Describe the bug I'm seeking visibility on Stripe's requests. In this piece of code: ```ts stripe.billingPortal.configurations.create({ business_profile: { headline: `${appName} - Customer Portal`, }, features: { customer_update: { enabled:...