Skip to content

Commit b96faad

Browse files
committed
Bump version to 15.3.0a3
1 parent cc29620 commit b96faad

4 files changed

Lines changed: 44 additions & 3 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+
## 15.3.0a3 - 2026-06-10
4+
This release changes the pinned API version to 2026-06-10.preview.
5+
6+
* [#1827](https://github.com/stripe/stripe-python/pull/1827) 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.CalculationLineItem`, `Tax.TransactionLineItem`, and `tax.CalculationCreateParamsLineItem`
13+
* ⚠️ Remove support for `money_services` on `ChargeCaptureParamsPaymentDetail`, `ChargeModifyParamsPaymentDetail`, and `PaymentIntentCaptureParamsPaymentDetail`
14+
* Add support for `fr_meal_voucher` on `Charge.PaymentMethodDetail.Card.Benefit`
15+
* Add support for `multicapture` on `Charge.PaymentMethodDetail.CardPresent`, `ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetail.CardPresent`, `PaymentAttemptRecord.PaymentMethodDetail.CardPresent`, `PaymentMethod.Card.GeneratedFrom.PaymentMethodDetail.CardPresent`, and `PaymentRecord.PaymentMethodDetail.CardPresent`
16+
* Add support for `pix` on `Checkout.Session.CurrentAttempt.PaymentMethodDetail`
17+
* ⚠️ Add support for new value `jaywan` on enum `Checkout.Session.CurrentAttempt.PaymentMethodDetail.Card.brand`
18+
* Add support for `provisional_credit` on `Issuing.Dispute` and `issuing.DisputeModifyParams`
19+
* Add support for `reason` on `PaymentAttemptRecordReportCanceledParams` and `PaymentRecordReportPaymentAttemptCanceledParams`
20+
* Add support for `fiserv_valuelink`, `givex`, and `svs` on `PaymentAttemptRecord.ProcessorDetail` and `PaymentRecord.ProcessorDetail`
21+
* ⚠️ Change type of `PaymentAttemptRecord.ProcessorDetail.type` and `PaymentRecord.ProcessorDetail.type` from `literal('custom')` to `enum('custom'|'fiserv_valuelink'|'givex'|'svs')`
22+
* Add support for `capture_by` and `capture_delay` on `PaymentIntent.PaymentMethodOption.CardPresent`, `PaymentIntent.PaymentMethodOption.Card`, `PaymentIntentConfirmParamsPaymentMethodOptionCardPresent`, `PaymentIntentConfirmParamsPaymentMethodOptionCard`, `PaymentIntentCreateParamsPaymentMethodOptionCardPresent`, `PaymentIntentCreateParamsPaymentMethodOptionCard`, `PaymentIntentModifyParamsPaymentMethodOptionCardPresent`, and `PaymentIntentModifyParamsPaymentMethodOptionCard`
23+
* ⚠️ Remove support for `liquid_asset` on `PaymentIntentConfirmParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentConfirmParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentCreateParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentCreateParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`, `PaymentIntentModifyParamsPaymentMethodOptionCardPaymentDetailMoneyServiceAccountFunding`, and `PaymentIntentModifyParamsPaymentMethodOptionCardPresentPaymentDetailMoneyServiceAccountFunding`
24+
* Add support for `request_multicapture` on `PaymentIntent.PaymentMethodOption.CardPresent`, `PaymentIntentConfirmParamsPaymentMethodOptionCardPresent`, `PaymentIntentCreateParamsPaymentMethodOptionCardPresent`, and `PaymentIntentModifyParamsPaymentMethodOptionCardPresent`
25+
* Add support for new value `transaction_verification` on enums `PaymentIntentConfirmParamsPaymentMethodOptionCrypto.mode`, `PaymentIntentCreateParamsPaymentMethodOptionCrypto.mode`, and `PaymentIntentModifyParamsPaymentMethodOptionCrypto.mode`
26+
* Add support for `ignore_application_fee`, `ignore_transfer_data`, and `request_partial_authorization` on `PaymentIntentConfirmParamsPaymentMethodOptionGiftCard`, `PaymentIntentCreateParamsPaymentMethodOptionGiftCard`, and `PaymentIntentModifyParamsPaymentMethodOptionGiftCard`
27+
* Change `PaymentIntentConfirmParamsPaymentDetailBenefitFrMealVoucher.siret`, `PaymentIntentCreateParamsPaymentDetailBenefitFrMealVoucher.siret`, `PaymentIntentModifyParamsPaymentDetailBenefitFrMealVoucher.siret`, `SetupIntentConfirmParamsSetupDetailBenefitFrMealVoucher.siret`, `SetupIntentCreateParamsSetupDetailBenefitFrMealVoucher.siret`, and `SetupIntentModifyParamsSetupDetailBenefitFrMealVoucher.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.AdvancedFeatureDetail`
30+
* Add support for `refund_address` on `PaymentIntent.NextAction.CryptoDisplayDetail.DepositAddress.Base`, `PaymentIntent.NextAction.CryptoDisplayDetail.DepositAddress.Solana`, and `PaymentIntent.NextAction.CryptoDisplayDetail.DepositAddress.Tempo`
31+
* Add support for `location` on `PaymentIntent.PaymentDetail` and `SetupIntent.SetupDetail`
32+
* ⚠️ Add support for new value `transaction_verification` on enum `PaymentIntent.PaymentMethodOption.Crypto.mode`
33+
* Add support for `data` on `radar.AccountEvaluationCreateParamsLoginInitiatedClientDeviceMetadataDetail`, `radar.AccountEvaluationCreateParamsRegistrationInitiatedClientDeviceMetadataDetail`, and `radar.CustomerEvaluationCreateParamsEvaluationContextClientDetail`
34+
* Change `radar.AccountEvaluationCreateParamsLoginInitiatedClientDeviceMetadataDetail.radar_session`, `radar.AccountEvaluationCreateParamsRegistrationInitiatedClientDeviceMetadataDetail.radar_session`, and `radar.CustomerEvaluationCreateParamsEvaluationContextClientDetail.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.Adjustment.tax_adjustment` from `amount` to `an object`
37+
* ⚠️ Change type of `V2.Core.FeeBatch.CollectionRecord.Tax.amount`, `V2.Core.FeeBatch.CollectionRecord.amount`, `V2.Core.FeeBatch.Tax.amount`, `V2.Core.FeeBatch.amount`, `V2.Core.FeeEntry.Tax.amount`, and `V2.Core.FeeEntry.amount` from `amount` to `an object`
38+
* ⚠️ Add support for new value `tax_fund` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`
39+
* Add support for `tax_fund` on `V2.MoneyManagement.Transaction.Flow` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.Flow`
40+
* ⚠️ Add support for new value `tax_fund` on enums `V2.MoneyManagement.Transaction.Flow.type` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.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
## 15.3.0a2 - 2026-06-03
445
* [#1818](https://github.com/stripe/stripe-python/pull/1818) Update generated code for private-preview
546
* Add support for new resources `delegated_checkout.OrderEvent`, `delegated_checkout.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-
15.3.0a2
1+
15.3.0a3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stripe"
3-
version = "15.3.0a2"
3+
version = "15.3.0a3"
44
readme = "README.md"
55
description = "Python bindings for the Stripe API"
66
authors = [{ name = "Stripe", email = "support@stripe.com" }]

stripe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "15.3.0a2"
1+
VERSION = "15.3.0a3"

0 commit comments

Comments
 (0)