|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 29 | ## 20.3.0-alpha.1 - 2026-05-27 |
4 | 30 | This release changes the pinned API version to 2026-05-27.private. |
5 | 31 |
|
|
0 commit comments