Releases: stripe/stripe-php
Releases · stripe/stripe-php
v14.6.0-beta.1
- #1689 Update generated code for beta
- Add support for
rechnung
onPaymentMethod
- Add support for new value
rechnung
on enumPaymentMethod.type
- Add support for
v14.5.0
- #1688 Update generated code
- Add support for new value
shipping_address_invalid
on enumStripeError.code
- Add support for
ship_from_details
onTax.Calculation
andTax.Transaction
- Add support for new value
v14.5.0-beta.1
- #1683 Update generated code for beta
- Add support for
cancel_subscription_schedule
onQuoteLine
- Add support for
v14.4.0
- #1684 Update generated code
- Change type of
Entitlements.ActiveEntitlement.feature
fromstring
toexpandable($Entitlements.Feature)
- Add support for
mobilepay
onPaymentMethodConfiguration
- Change type of
v14.4.0-beta.1
- #1679 Update generated code for beta
v14.3.0
v14.2.0
- #1680 Update generated code
- Add support for new resource
Entitlements.ActiveEntitlementSummary
- Add support for new value
entitlements.active_entitlement_summary.updated
on enumEvent.type
- Remove support for
config
onForwarding.Request
. This field is no longer used by the Forwarding Request API. - Add support for
swish
onPaymentMethodConfiguration
- Add support for new resource
v14.2.0-beta.1
- #1674 Merged from master
v14.1.0
- #1677 Update generated code
- Add support for new values
billing_policy_remote_function_response_invalid
,billing_policy_remote_function_timeout
,billing_policy_remote_function_unexpected_status_code
, andbilling_policy_remote_function_unreachable
on enumStripeError.code
- Change type of
Billing.MeterEventAdjustment.cancel
fromBillingMeterResourceBillingMeterEventAdjustmentCancel
tonullable(BillingMeterResourceBillingMeterEventAdjustmentCancel)
- Add support for
amazon_pay
onPaymentMethodConfiguration
andPaymentMethod
- Add support for new value
amazon_pay
on enumPaymentMethod.type
- Add support for new values
bh_vat
,kz_bin
,ng_tin
, andom_vat
on enumTaxId.type
- Add support for new values
v14.0.0
-
- This release changes the pinned API version to
2024-04-10
. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
⚠️ Breaking changes- Rename
features
tomarketing_features
onProduct
- Do not force resolution to IPv4 - Forcing IPv4 was causing hard-to-understand failures for users in IPv6-only environments. If you want to force IPv4 yourself, you can do so by telling the API client to use a CurlClient other than the default
$curl = new \Stripe\HttpClient\CurlClient([ CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4 ]); \Stripe\ApiRequestor::setHttpClient($curl);
⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API- Remove the below deprecated values on the enum
BalanceTransaction.Type
obligation_inbound
obligation_payout
obligation_payout_failure
obligation_reversal_outbound
- Remove the deprecated value
various
on the enumClimate.Supplier.RemovalPathway
- Remove deprecated events
invoiceitem.updated
order.created
recipient.created
recipient.deleted
recipient.updated
sku.created
sku.deleted
sku.updated
- Remove the deprecated value
service_tax
on the enumTaxRate.TaxType
- Remove support for
id_bank_transfer
,multibanco
,netbanking
,pay_by_bank
, andupi
onPaymentMethodConfiguration
- Remove the legacy field
rendering_options
inInvoice
. Userendering
instead.
- This release changes the pinned API version to