Skip to content

Commit 3715e96

Browse files
committed
Bump version to 22.3.0-alpha.3
1 parent 3a46d54 commit 3715e96

5 files changed

Lines changed: 45 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 22.3.0-alpha.3 - 2026-06-10
4+
This release changes the pinned API version to 2026-06-10.preview.
5+
6+
* [#2744](https://github.com/stripe/stripe-node/pull/2744) Update generated code for private-preview
7+
* Add support for new resources `GiftCardOperation`, `GiftCard`, and `TaxFund`
8+
* Add support for `retrieve` method on resource `GiftCardOperation`
9+
* Add support for `activate`, `cashout`, `check_balance`, `create`, `reload`, `retrieve`, and `void_operation` methods on resource `GiftCard`
10+
* Add support for `list` and `retrieve` methods on resource `TaxFund`
11+
* Add support for `update_crypto_refund_address` method on resource `PaymentIntent`
12+
* Add support for `performance_location_details` on `Tax.CalculationCreateParams.line_items[]`, `Tax.CalculationLineItem`, and `Tax.TransactionLineItem`
13+
* ⚠️ Remove support for `money_services` on `ChargeCaptureParams.payment_details`, `ChargeUpdateParams.payment_details`, and `PaymentIntentCaptureParams.payment_details`
14+
* Add support for `fr_meal_voucher` on `Charge.payment_method_details.card.benefits`
15+
* Add support for `multicapture` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `PaymentAttemptRecord.payment_method_details.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentRecord.payment_method_details.card_present`
16+
* Add support for `pix` on `Checkout.Session.current_attempt.payment_method_details`
17+
* ⚠️ Add support for new value `jaywan` on enum `Checkout.Session.current_attempt.payment_method_details.card.brand`
18+
* Add support for `provisional_credit` on `Issuing.DisputeUpdateParams` and `Issuing.Dispute`
19+
* Add support for `reason` on `PaymentAttemptRecordReportCanceledParams` and `PaymentRecordReportPaymentAttemptCanceledParams`
20+
* Add support for `fiserv_valuelink`, `givex`, and `svs` on `PaymentAttemptRecord.processor_details` and `PaymentRecord.processor_details`
21+
* ⚠️ Change type of `PaymentAttemptRecord.processor_details.type` and `PaymentRecord.processor_details.type` from `literal('custom')` to `enum('custom'|'fiserv_valuelink'|'givex'|'svs')`
22+
* Add support for `capture_by` and `capture_delay` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card`
23+
* ⚠️ Remove support for `liquid_asset` on `PaymentIntentConfirmParams.payment_method_options.card.payment_details.money_services.account_funding`, `PaymentIntentConfirmParams.payment_method_options.card_present.payment_details.money_services.account_funding`, `PaymentIntentCreateParams.payment_method_options.card.payment_details.money_services.account_funding`, `PaymentIntentCreateParams.payment_method_options.card_present.payment_details.money_services.account_funding`, `PaymentIntentUpdateParams.payment_method_options.card.payment_details.money_services.account_funding`, and `PaymentIntentUpdateParams.payment_method_options.card_present.payment_details.money_services.account_funding`
24+
* Add support for `request_multicapture` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present`
25+
* Add support for new value `transaction_verification` on enums `PaymentIntentConfirmParams.payment_method_options.crypto.mode`, `PaymentIntentCreateParams.payment_method_options.crypto.mode`, and `PaymentIntentUpdateParams.payment_method_options.crypto.mode`
26+
* Add support for `ignore_application_fee`, `ignore_transfer_data`, and `request_partial_authorization` on `PaymentIntentConfirmParams.payment_method_options.gift_card`, `PaymentIntentCreateParams.payment_method_options.gift_card`, and `PaymentIntentUpdateParams.payment_method_options.gift_card`
27+
* Change `PaymentIntentConfirmParams.payment_details.benefit.fr_meal_voucher.siret`, `PaymentIntentCreateParams.payment_details.benefit.fr_meal_voucher.siret`, `PaymentIntentUpdateParams.payment_details.benefit.fr_meal_voucher.siret`, `SetupIntentConfirmParams.setup_details.benefit.fr_meal_voucher.siret`, `SetupIntentCreateParams.setup_details.benefit.fr_meal_voucher.siret`, and `SetupIntentUpdateParams.setup_details.benefit.fr_meal_voucher.siret` to be optional
28+
* Add support for `latest_payment_attempt_record` and `payment_record` on `PaymentIntent`
29+
* ⚠️ Remove support for `reauthorization` and `reauthorize_before` on `PaymentIntent.advanced_feature_details`
30+
* Add support for `refund_address` on `PaymentIntent.next_action.crypto_display_details.deposit_addresses.base`, `PaymentIntent.next_action.crypto_display_details.deposit_addresses.solana`, and `PaymentIntent.next_action.crypto_display_details.deposit_addresses.tempo`
31+
* Add support for `location` on `PaymentIntent.payment_details` and `SetupIntent.setup_details`
32+
* ⚠️ Add support for new value `transaction_verification` on enum `PaymentIntent.payment_method_options.crypto.mode`
33+
* Add support for `data` on `Radar.AccountEvaluationCreateParams.login_initiated.client_device_metadata_details`, `Radar.AccountEvaluationCreateParams.registration_initiated.client_device_metadata_details`, and `Radar.CustomerEvaluationCreateParams.evaluation_context[].client_details`
34+
* Change `Radar.AccountEvaluationCreateParams.login_initiated.client_device_metadata_details.radar_session`, `Radar.AccountEvaluationCreateParams.registration_initiated.client_device_metadata_details.radar_session`, and `Radar.CustomerEvaluationCreateParams.evaluation_context[].client_details.radar_session` to be optional
35+
* ⚠️ Add support for new value `promotion` on enum `V2.Commerce.ProductCatalogImport.feed_type`
36+
* ⚠️ Change type of `V2.Core.FeeBatch.adjustments.tax_adjustment` from `amount` to `an object`
37+
* ⚠️ Change type of `V2.Core.FeeBatch.amount`, `V2.Core.FeeBatch.collection_records[].amount`, `V2.Core.FeeBatch.collection_records[].tax.amount`, `V2.Core.FeeBatch.tax.amount`, `V2.Core.FeeEntry.amount`, and `V2.Core.FeeEntry.tax.amount` from `amount` to `an object`
38+
* ⚠️ Add support for new value `tax_fund` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.transaction_details.category`
39+
* Add support for `tax_fund` on `V2.MoneyManagement.Transaction.flow` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow`
40+
* ⚠️ Add support for new value `tax_fund` on enums `V2.MoneyManagement.Transaction.flow.type` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow.type`
41+
* Add support for new value `promotion` on enum `V2.Commerce.ProductCatalogImportCreateParams.feed_type`
42+
* Add support for error code `default_us_bank_account_cannot_be_archived` on `CannotProceedError`
43+
344
## 22.3.0-alpha.2 - 2026-06-03
445
* [#2741](https://github.com/stripe/stripe-node/pull/2741) Update generated code for private-preview
546
* Add support for new resources `DelegatedCheckout.OrderEvent`, `DelegatedCheckout.Order`, `V2.Billing.ContractLicensePricingQuantityChange`, `V2.Billing.Contract`, and `V2.Signals.AccountSignal`

VERSION

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

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": "22.3.0-alpha.2",
3+
"version": "22.3.0-alpha.3",
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
@@ -1190,7 +1190,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
11901190
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
11911191

11921192
export class Stripe {
1193-
static PACKAGE_VERSION = '22.3.0-alpha.2';
1193+
static PACKAGE_VERSION = '22.3.0-alpha.3';
11941194
static API_VERSION: typeof ApiVersion = ApiVersion;
11951195
static aiAgent = '';
11961196
static AI_AGENT = '';

src/stripe.esm.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
11911191
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
11921192

11931193
export class Stripe {
1194-
static PACKAGE_VERSION = '22.3.0-alpha.2';
1194+
static PACKAGE_VERSION = '22.3.0-alpha.3';
11951195
static API_VERSION: typeof ApiVersion = ApiVersion;
11961196
static aiAgent = '';
11971197
static AI_AGENT = '';

0 commit comments

Comments
 (0)