Skip to content

Commit 35d25ea

Browse files
Bump version to 20.2.0-alpha.5
1 parent 8dbdea9 commit 35d25ea

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 20.2.0-alpha.5 - 2026-05-13
4+
* [#2067](https://github.com/stripe/stripe-php/pull/2067) Update generated code for private-preview
5+
* Add support for new resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, `V2.MoneyManagement.DebitDispute`, and `V2.MoneyManagement.FinancialAccountStatement`
6+
* Add support for `simulate_network_lifecycle_pre_arbitration_response` and `simulate_network_lifecycle_pre_arbitration_submission` test helper methods on resource `Issuing.Dispute`
7+
* Add support for `all` method on resource `PaymentLocation`
8+
* Add support for `all` and `retrieve` methods on resources `V2.Core.FeeBatch`, `V2.Core.FeeEntry`, and `V2.MoneyManagement.FinancialAccountStatement`
9+
* Add support for `all`, `create`, and `retrieve` methods on resource `V2.MoneyManagement.DebitDispute`
10+
* Add support for `discounts` on `DelegatedCheckout.RequestedSession`, `DelegatedCheckout\RequestedSession.create().$params`, and `DelegatedCheckout\RequestedSession.update().$params`
11+
* Add support for `amount_sale` on `DelegatedCheckout.RequestedSession.line_item_details[]` and `DelegatedCheckout.RequestedSession.total_details`
12+
* Add support for `amount_discount` and `breakdown` on `DelegatedCheckout.RequestedSession.total_details`
13+
* ⚠️ Remove support for `check_deposit_address` on `Invoice.create().$params.payment_setting.payment_method_option.check_scan`, `Invoice.payment_settings.payment_method_options.check_scan`, `Invoice.update().$params.payment_setting.payment_method_option.check_scan`, `QuotePreviewInvoice.payment_settings.payment_method_options.check_scan`, `Subscription.create().$params.payment_setting.payment_method_option.check_scan`, `Subscription.payment_settings.payment_method_options.check_scan`, and `Subscription.update().$params.payment_setting.payment_method_option.check_scan`
14+
* Add support for `payment_evaluations` on `PaymentAttemptRecord.report_guaranteed().$params`, `PaymentRecord.report_payment().$params.guaranteed`, `PaymentRecord.report_payment_attempt().$params.guaranteed`, and `PaymentRecord.report_payment_attempt_guaranteed().$params`
15+
* Add support for `location` on `PaymentIntent.confirm().$params.payment_detail`, `PaymentIntent.create().$params.payment_detail`, `PaymentIntent.update().$params.payment_detail`, `SetupIntent.confirm().$params.setup_detail`, `SetupIntent.create().$params.setup_detail`, and `SetupIntent.update().$params.setup_detail`
16+
* Add support for `onboarding_data_update_acknowledged` on `PaymentLocation.update().$params`
17+
* Change `PaymentLocation.create().$params.address.country` and `PaymentLocation.update().$params.address.country` to be optional
18+
* Add support for `customer` on `Radar\CustomerEvaluation.update().$params`
19+
* Add support for `status` on `Radar.CustomerEvaluation` and `Radar\CustomerEvaluation.update().$params`
20+
* Change `Radar\CustomerEvaluation.update().$params.type` to be optional
21+
* Add support for `payment_behavior` on `Subscription.resume().$params`
22+
* Add support for `dispute_details` on `V2.MoneyManagement.ReceivedDebit`
23+
* Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.transaction_details.category`
24+
* Add support for `debit_dispute` on `V2.MoneyManagement.Transaction.flow` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow`
25+
* Add support for new value `debit_dispute` on enums `V2.MoneyManagement.Transaction.flow.type` and `V2.MoneyManagement.TransactionEntry.transaction_details.flow.type`
26+
* Add support for `payment_attempt_record` on `EventsV2PaymentsOffSessionPaymentAttemptFailedEvent` and `EventsV2PaymentsOffSessionPaymentFailedEvent`
27+
* Add support for event notifications `V2MoneyManagementFinancialAccountStatementCreatedEvent` and `V2MoneyManagementFinancialAccountStatementRestatedEvent` with related object `V2.MoneyManagement.FinancialAccountStatement`
28+
329
## 20.2.0-alpha.4 - 2026-05-06
430
* [#2065](https://github.com/stripe/stripe-php/pull/2065) Update generated code for private-preview
531
* Add support for new resource `PaymentLocation`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.2.0-alpha.4
1+
20.2.0-alpha.5

lib/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '20.2.0-alpha.4';
67+
const VERSION = '20.2.0-alpha.5';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)