Skip to content

Commit e42e323

Browse files
committed
Bump version to 20.4.0-alpha.2
1 parent 4a87148 commit e42e323

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 20.4.0-alpha.2 - 2026-02-04
4+
* [#2567](https://github.com/stripe/stripe-node/pull/2567) Update generated code for private-preview
5+
* Add support for new resource `V2.Core.ConnectionSession`
6+
* Add support for `create` and `retrieve` methods on resource `V2.Core.ConnectionSession`
7+
* Add support for `list` method on resources `V2.Payments.SettlementAllocationIntentSplit` and `V2.Payments.SettlementAllocationIntent`
8+
* Add support for `agentic_commerce_settings` on `AccountSessionCreateParams.components`
9+
* Add support for `terminal_hardware_orders` and `terminal_hardware_shop` on `AccountSession.components` and `AccountSessionCreateParams.components`
10+
* Add support for `network_cost_passthrough_report` on `AccountSession.components`
11+
* Add support for new values `ae_bank_account`, `ag_bank_account`, `bh_bank_account`, `gm_bank_account`, `hk_bank_account`, `kh_bank_account`, `lc_bank_account`, `mc_bank_account`, `mg_bank_account`, `my_bank_account`, `qa_bank_account`, `rw_bank_account`, `th_bank_account`, `tt_bank_account`, and `vn_bank_account` on enums `V2.Account.configuration.recipient_data.default_outbound_destination.type` and `V2.Core.Account.configuration.recipient.default_outbound_destination.type`
12+
* Add support for `cadence_data` on `V2.Billing.IntentCreateParams` and `V2.Billing.Intent`
13+
* Add support for `cancellation_details` on `V2.Billing.IntentAction.deactivate`, `V2.Billing.IntentCreateParams.actions[].deactivate`, and `V2.Billing.PricingPlanSubscription`
14+
* Add support for `contact_phone` on `V2.Core.AccountCreateParams`, `V2.Core.AccountTokenCreateParams`, `V2.Core.AccountUpdateParams`, and `V2.Core.Account`
15+
* Add support for `registration_date` on `V2.Core.Account.identity.business_details`, `V2.Core.AccountCreateParams.identity.business_details`, `V2.Core.AccountTokenCreateParams.identity.business_details`, and `V2.Core.AccountUpdateParams.identity.business_details`
16+
* Add support for new value `gb_vat` on enums `V2.Core.Account.identity.business_details.id_numbers[].type`, `V2.Core.AccountCreateParams.identity.business_details.id_numbers[].type`, `V2.Core.AccountTokenCreateParams.identity.business_details.id_numbers[].type`, and `V2.Core.AccountUpdateParams.identity.business_details.id_numbers[].type`
17+
* Add support for `reference` on `V2.MoneyManagement.Adjustment`
18+
* Add support for `accrued_fees` on `V2.MoneyManagement.FinancialAccount`
19+
* Add support for `starting_balance` on `V2.MoneyManagement.FinancialAccount.payments`
20+
* Add support for new value `accrued_fees` on enum `V2.MoneyManagement.FinancialAccount.type`
21+
* Add support for `account_holder_address` and `account_holder_name` on `V2.MoneyManagement.FinancialAddress.credentials.us_bank_account`
22+
* Add support for `fingerprint` on `V2.MoneyManagement.PayoutMethod.card`
23+
* Add support for `card_spend` on `V2.MoneyManagement.ReceivedCredit` and `V2.MoneyManagement.ReceivedDebit`
24+
* Add support for new value `card_spend` on enum `V2.MoneyManagement.ReceivedCredit.type`
25+
* Add support for new value `card_spend` on enum `V2.MoneyManagement.ReceivedDebit.type`
26+
* Add support for new values `advance`, `anticipation_repayment`, `balance_transfer`, `charge_failure`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `connect_reserved_funds`, `contribution`, `dispute_reversal`, `financing_paydown_reversal`, `financing_paydown`, `inbound_transfer_reversal`, `issuing_dispute_fraud_liability_debit`, `issuing_dispute_provisional_credit_reversal`, `issuing_dispute_provisional_credit`, `issuing_dispute`, `minimum_balance_hold`, `network_cost`, `obligation`, `outbound_payment_reversal`, `outbound_transfer_reversal`, `partial_capture_reversal`, `payment_network_reserved_funds`, `platform_earning_refund`, `platform_earning`, `platform_fee`, `received_credit_reversal`, `received_debit_reversal`, `refund_failure`, `risk_reserved_funds`, `stripe_balance_payment_debit_reversal`, `stripe_balance_payment_debit`, `stripe_fee_tax`, `transfer_reversal`, and `unreconciled_customer_funds` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.transaction_details.category`
27+
* Add support for `application_fee_refund`, `application_fee`, `charge`, `dispute`, `payout`, `refund`, `reserve_hold`, `reserve_release`, `topup`, `transfer_reversal`, and `transfer` on `V2.MoneyManagement.Transaction.flow` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow`
28+
* Add support for new values `application_fee_refund`, `application_fee`, `charge`, `dispute`, `payout`, `refund`, `reserve_hold`, `reserve_release`, `topup`, `transfer_reversal`, and `transfer` on enums `V2.MoneyManagement.Transaction.flow.type` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow.type`
29+
* Change `V2.Payments.SettlementAllocationIntentSplit.flow` to be optional
30+
* Add support for new value `accrued_fees` on enum `V2.MoneyManagement.FinancialAccountListParams.types`
31+
* Change `V2.Billing.RateCardRateCreateParams.metered_item` to be required
32+
* Add support for error codes `blocked_payout_method` and `unsupported_payout_method` on `BlockedByStripeError`
33+
* Add support for error code `invalid_payout_method_data` on `InvalidPayoutMethodError`
34+
* Add support for error code `limit_payout_method` on `QuotaExceededError`
35+
336
## 20.4.0-alpha.1 - 2026-01-28
437
This release changes the pinned API version to `2026-01-28.preview`.
538

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.4.0-alpha.1
1+
20.4.0-alpha.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "20.4.0-alpha.1",
3+
"version": "20.4.0-alpha.2",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function createStripe(
6060
platformFunctions: PlatformFunctions,
6161
requestSender: RequestSenderFactory = defaultRequestSenderFactory
6262
): typeof Stripe {
63-
Stripe.PACKAGE_VERSION = '20.4.0-alpha.1';
63+
Stripe.PACKAGE_VERSION = '20.4.0-alpha.2';
6464
Stripe.API_VERSION = ApiVersion;
6565
Stripe.USER_AGENT = {
6666
bindings_version: Stripe.PACKAGE_VERSION,

0 commit comments

Comments
 (0)