stack.pulse
#stacks/stripe-node/library

Stripe Node release notes, breaking changes, and upgrade notes.

Node.js library for the Stripe API StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
12
breaking
9
security
0
deprecated
2
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Stripe Node releases from GitHub

StackPulse watches Stripe Node release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v22.4.0-alpha.1highbreakingdeprecationfeatureprereleaseJun 24, 2026

v22.4.0-alpha.1

This release introduces support for several new resources and methods, while also removing or modifying some existing ones. The API version has been updated to 2026-06-24.preview, and there are significant changes to the billing contract and core account configurations.

affected

Developers using the Stripe Node library, especially those working with billing contracts and core account configurations, will be affected by these changes.

action

Review the breaking changes and deprecations carefully and update your code accordingly.

release_signals
-Remove support for resource `V2.Billing.ContractLicensePricingQuantityChange`
-Remove support for `performance_location_details` on `Tax.TransactionLineItem`
-Change type of `V2.Billing.Contract.one_time_fees` from `array(an object)` to `an object`
-Change type of `V2.Billing.Contract.pricing_lines` from `array(an object)` to `an object`
-Change type of `V2.Billing.Contract.pricing_overrides` from `array(an object)` to `an object`
!Remove support for `contract_line_details`, `contract_value_details`, and `license_quantities` on `V2.Billing.Contract`
!Remove support for `contract_billing_details` on `V2.Billing.Contract.billing_settings` and `V2.Billing.ContractCreateParams.billing_settings`
!Remove support for value `storer` from enums `V2.Core.Account.applied_configurations`, `V2.Core.AccountCloseParams.applied_configurations`, and `V2.Core.AccountListParams.applied_configurations`
!Remove support for `consumer_storer` on `V2.Core.Account.identity.attestations.terms_of_service`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service`, and `V2.Core.AccountUpdateParams.identity.attestations.terms_of_service`
!Remove support for `crypto_storer` on `V2.Core.Account.identity.attestations.terms_of_service`, `V2.Core.AccountCreateParams.identity.attestations.terms_of_service`, and `V2.Core.AccountTokenCreateParams.identity.attestations.terms_of_service`
+Add support for new resources `V2.Billing.ContractPricingLineQuantityChange`, `V2.Core.Health.AlertHistoryEntry`, `V2.Core.Health.Alert`, `V2.MoneyManagement.FinancialAddressDebitSimulation`, and `V2.MoneyManagement.PayoutIntent`
+Add support for `report_offer_acceptance` method on resource `Issuing.CreditUnderwritingRecord`
+Add support for `provisional_credit` test helper method on resource `Issuing.Dispute`
+Add support for `report_early_fraud_warning` method on resource `PaymentAttemptRecord`
+Add support for `search` method on resource `PaymentRecord`
view source on github->
v22.3.0-alpha.3highbreakingdeprecationfeatureprereleaseJun 10, 2026

v22.3.0-alpha.3

This release introduces support for new resources like GiftCard, TaxFund, and various methods, while removing deprecated features and making significant type changes.

affected

Developers using the Stripe Node library, especially those relying on deprecated features like `money_services` or `liquid_asset`, will be affected.

action

Review the breaking changes and update your code to use the new features and types.

release_signals
-Removed support for `money_services` on `ChargeCaptureParams.payment_details`, `ChargeUpdateParams.payment_details`, and `PaymentIntentCaptureParams.payment_details`
-Changed type of `PaymentAttemptRecord.processor_details.type` and `PaymentRecord.processor_details.type` from `literal('custom')` to `enum('custom'|'fiserv_valuelink'|'givex'|'svs')`
-Removed support for `liquid_asset` on `PaymentIntentConfirmParams.payment_method_options.card.payment_details.money_services.account_funding` and related params
-Changed type of `V2.Core.FeeBatch.adjustments.tax_adjustment` from `amount` to `an object`
-Changed type of `V2.Core.FeeBatch.amount`, `V2.Core.FeeBatch.collection_records[].amount`, and related fields from `amount` to `an object`
!Removed support for `reauthorization` and `reauthorize_before` on `PaymentIntent.advanced_feature_details`
+Support for new resources `GiftCardOperation`, `GiftCard`, and `TaxFund`
+Added `retrieve` method for `GiftCardOperation`
+Support for `activate`, `cashout`, `check_balance`, `create`, `reload`, `retrieve`, and `void_operation` methods on `GiftCard`
+Added `list` and `retrieve` methods for `TaxFund`
+Support for `update_crypto_refund_address` method on `PaymentIntent`
view source on github->
Stripe Node release notes, breaking changes, and upgrade notes · StackPulse