Releases: stripe/stripe-php
Releases · stripe/stripe-php
v15.5.0
- #1727 Update generated code
- Add support for new resources
Billing.AlertTriggered
andBilling.Alert
- Add support for new value
charge_exceeds_transaction_limit
on enumStripeError.code
- Add support for new value
billing.alert.triggered
on enumEvent.type
- Add support for new resources
v15.5.0-beta.1
- #1723 Update generated code for beta
- Add support for new resources
Billing.AlertTriggered
,Billing.Alert
, andTax.Association
- Add support for
activate
,all
,archive
,create
,deactivate
, andretrieve
methods on resourceAlert
- Add support for
find
method on resourceAssociation
- Add support for new values
issuing.account_closed_for_not_providing_business_model_clarification
,issuing.account_closed_for_not_providing_url_clarification
, andissuing.account_closed_for_not_providing_use_case_clarification
on enumAccountNotice.reason
- Add support for
async_workflows
onPaymentIntent
- Add support for
payto
onPaymentMethodConfiguration
- Add support for
display_name
onTreasury.FinancialAccount
- Add support for new resources
v15.4.0
- #1726 Update generated code
- Add support for
update
method on resourceCheckout.Session
- Add support for new values
invoice.overdue
andinvoice.will_be_due
on enumEvent.type
- Add support for
twint
onPaymentMethodConfiguration
- Add support for
v15.3.0
v15.3.0-beta.1
- #1720 Update generated code for beta
v15.2.0
- #1721 Update generated code
⚠️ Remove support for valuesbilling_policy_remote_function_response_invalid
,billing_policy_remote_function_timeout
,billing_policy_remote_function_unexpected_status_code
, andbilling_policy_remote_function_unreachable
from enumStripeError.code
.⚠️ Remove support for valuepayment_intent_fx_quote_invalid
from enumStripeError.code
. The was mistakenly released last week.- Add support for
payment_method_options
onConfirmationToken
v15.2.0-beta.1
v15.1.0
- #1718 Update generated code
- Add support for
add_lines
,remove_lines
, andupdate_lines
methods on resourceInvoice
- Add support for new value
payment_intent_fx_quote_invalid
on enumStripeError.code
- Add support for new values
multibanco
,twint
, andzip
on enumPaymentLink.payment_method_types[]
- Add support for
posted_at
onTax.Transaction
- Add support for
reboot_window
onTerminal.Configuration
- Add support for
v15.0.0
-
This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
⚠️ Breaking changes- Remove the unused resource
PlatformTaxFee
- Remove the protected method
_searchResource
on resources Charge, Customer, Invoice, PaymentIntent, Price, Product, and Subscription as it is no longer used.
Additions
- Add support for
finalize_amount
test helper method on resourceIssuing.Authorization
- Add support for
fleet
andfuel
onIssuing.Authorization
- Add support for new value
ch_uid
on enumTaxId.type
- Remove the unused resource
v14.11.0-beta.1
- #1705 Syncing changes from 14.10.0 release