Skip to content

Commit 5b126a0

Browse files
Bump version to 20.3.0-beta.1
1 parent 70d527d commit 5b126a0

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 20.3.0-beta.1 - 2026-05-27
4+
This release changes the pinned API version to 2026-05-27.private.
5+
6+
* [#2064](https://github.com/stripe/stripe-php/pull/2064) Update generated code for beta
7+
* Add support for `pause` method on resource `Subscription`
8+
* Add support for `retrieve` method on resource `V2.Iam.ActivityLog`
9+
* Add support for new value `mastercard` on enum `Issuing.Settlement.network`
10+
* Change type of `ProductCatalog.TrialOffer.end_behavior.transition.price` from `string` to `expandable($Price)`
11+
* Add support for `amount_paid_off_stripe` on `QuotePreviewInvoice`
12+
* Add support for new value `twint` on enum `QuotePreviewInvoice.payment_settings.payment_method_types`
13+
* Add support for `discountable` on `QuotePreviewSubscriptionSchedule.phases[].add_invoice_items[]`
14+
* Add support for `bizum` and `scalapay` on `SharedPayment.GrantedToken.payment_method_details`
15+
* Add support for new values `bizum` and `scalapay` on enum `SharedPayment.GrantedToken.payment_method_details.type`
16+
* Change `SharedPayment.GrantedToken.agent_details` to be required
17+
* Change type of `SubscriptionItem.billed_until` from `nullable(DateTime)` to `DateTime`
18+
* Add support for `payment_behavior` on `Subscription.resume().$params`
19+
* Add support for `status_details` on `Subscription`
20+
* Change `Subscription.billing_schedules` to be required
21+
* Add support for new values `ao_bank_account`, `az_bank_account`, `bd_bank_account`, `bo_bank_account`, `br_bank_account`, `cl_bank_account`, `ga_bank_account`, `gh_bank_account`, `gi_bank_account`, `hn_bank_account`, `kr_bank_account`, `kz_bank_account`, `la_bank_account`, `ne_bank_account`, `ng_bank_account`, `ni_bank_account`, `py_bank_account`, `sa_bank_account`, `sm_bank_account`, and `uy_bank_account` on enum `V2.Core.Account.configuration.recipient.default_outbound_destination.type`
22+
* ⚠️ Change type of `V2.MoneyManagement.ReceivedCredit.bank_transfer.gb_bank_account.network` from `literal('fps')` to `enum('chaps'|'fps')`
23+
* Add support for error codes `payment_method_microdeposit_processing_error` and `siret_invalid` on `QuotePreviewInvoice.last_finalization_error`
24+
325
## 20.2.0-beta.2 - 2026-04-24
426
* [#2060](https://github.com/stripe/stripe-php/pull/2060) Update generated code for beta
527
* Add support for new resources `V2.Commerce.ProductCatalogImport`, `V2.Data.Reporting.QueryRun`, `V2.Extend.WorkflowRun`, `V2.Extend.Workflow`, `V2.Iam.ActivityLog`, `V2.Network.BusinessProfile`, and `V2.OrchestratedCommerce.Agreement`

VERSION

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

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

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

0 commit comments

Comments
 (0)