Skip to content

Commit 78c82e5

Browse files
committed
Bump version to 20.3.0-alpha.2
1 parent 5784e74 commit 78c82e5

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.3.0-alpha.2 - 2026-06-03
4+
* [#2074](https://github.com/stripe/stripe-php/pull/2074) Update generated code for private-preview
5+
* Add support for new resources `DelegatedCheckout.OrderEvent`, `DelegatedCheckout.Order`, `V2.Billing.ContractLicensePricingQuantityChange`, `V2.Billing.Contract`, and `V2.Signals.AccountSignal`
6+
* Add support for `retrieve` method on resource `DelegatedCheckout.Order`
7+
* Add support for `list_orders` method on resource `DelegatedCheckout.RequestedSession`
8+
* Add support for `all` and `retrieve` methods on resource `V2.Signals.AccountSignal`
9+
* Add support for `activate`, `all`, `cancel`, `create`, `retrieve`, and `update` methods on resource `V2.Billing.Contract`
10+
* Add support for `birth_address` on `Account.create().$params.individual`, `Account.update().$params.individual`, `Person.create().$params`, `Person.update().$params`, `Person`, `Token.create().$params.account.individual`, and `Token.create().$params.person`
11+
* Change type of `Charge.capture().$params.payment_detail.money_service.transaction_type`, `Charge.update().$params.payment_detail.money_service.transaction_type`, `PaymentIntent.capture().$params.payment_detail.money_service.transaction_type`, `PaymentIntent.confirm().$params.payment_detail.money_service.transaction_type`, `PaymentIntent.create().$params.payment_detail.money_service.transaction_type`, and `PaymentIntent.update().$params.payment_detail.money_service.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')`
12+
* Add support for new value `proserv` on enums `Checkout.Session.automatic_surcharge.provider` and `PaymentLink.automatic_surcharge.provider`
13+
* Add support for `provisioning_decision` and `token_type` on `Issuing.Authorization.token_details` and `Issuing.Token`
14+
* Add support for `token_decision_recommendation` on `Issuing.Authorization.token_details.network_data.visa` and `Issuing.Token.network_data.visa`
15+
* Add support for `language` on `Issuing.Token.network_data.device`
16+
* Add support for `digital_asset_category` on `PaymentIntent.confirm().$params.payment_method_option.card.payment_detail.money_service.account_funding`, `PaymentIntent.confirm().$params.payment_method_option.card_present.payment_detail.money_service.account_funding`, `PaymentIntent.create().$params.payment_method_option.card.payment_detail.money_service.account_funding`, `PaymentIntent.create().$params.payment_method_option.card_present.payment_detail.money_service.account_funding`, `PaymentIntent.update().$params.payment_method_option.card.payment_detail.money_service.account_funding`, and `PaymentIntent.update().$params.payment_method_option.card_present.payment_detail.money_service.account_funding`
17+
* Add support for `static_address` on `PaymentIntent.confirm().$params.payment_method_option.crypto.deposit_option`, `PaymentIntent.create().$params.payment_method_option.crypto.deposit_option`, `PaymentIntent.payment_method_options.crypto.deposit_options`, and `PaymentIntent.update().$params.payment_method_option.crypto.deposit_option`
18+
* Add support for `payment_reference` on `PaymentIntent.create().$params.payments_orchestration`
19+
* ⚠️ Remove support for `payment_details` on `PaymentIntent.create().$params.payments_orchestration`
20+
* ⚠️ Change type of `PaymentIntent.payment_details.money_services.transaction_type` from `literal('account_funding')` to `enum('account_funding'|'debt_repayment')`
21+
* Add support for `ending_before`, `limit`, and `starting_after` on `PaymentLocation.all().$params`
22+
* ⚠️ Change `Radar\IssuingAuthorizationEvaluation.create().$params.card_detail.last4` to be required
23+
* Add support for `schema` on `V2.Data.Reporting.QueryRun.result.file` and `V2.Reporting.ReportRun.result.file`
24+
* Add support for new value `payout_method_amount_limit_exceeded` on enum `V2.MoneyManagement.OutboundPayment.status_details.failed.reason`
25+
* Add support for `include` on `V2\Data\Reporting\QueryRun.retrieve().$params` and `V2\Reporting\ReportRun.retrieve().$params`
26+
* Add support for `requirements_collector` on `V2\Core\Account.create().$params.default.responsibility` and `V2\Core\Account.update().$params.default.responsibility`
27+
* Add support for event notification `V2SignalsAccountSignalMerchantDelinquencyReadyEvent` with related object `V2.Signals.AccountSignal`
28+
329
## 20.3.0-alpha.1 - 2026-05-27
430
This release changes the pinned API version to 2026-05-27.private.
531

VERSION

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

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.3.0-alpha.1';
67+
const VERSION = '20.3.0-alpha.2';
6868

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

0 commit comments

Comments
 (0)