Skip to content

Releases: stripe/stripe-php

v15.6.0-beta.1

01 Aug 21:41
Compare
Choose a tag to compare
v15.6.0-beta.1 Pre-release
Pre-release
  • #1728 Update generated code for beta
    • Add support for attach_payment method on resource Invoice
    • Add support for last_price_migration_error on SubscriptionSchedule and Subscription

See the changelog for more details.

v15.5.0

01 Aug 21:25
Compare
Choose a tag to compare
  • #1727 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for new value charge_exceeds_transaction_limit on enum StripeError.code
    • Add support for new value billing.alert.triggered on enum Event.type

See the changelog for more details.

v15.5.0-beta.1

25 Jul 21:32
Compare
Choose a tag to compare
v15.5.0-beta.1 Pre-release
Pre-release
  • #1723 Update generated code for beta
    • Add support for new resources Billing.AlertTriggered, Billing.Alert, and Tax.Association
    • Add support for activate, all, archive, create, deactivate, and retrieve methods on resource Alert
    • Add support for find method on resource Association
    • Add support for new values issuing.account_closed_for_not_providing_business_model_clarification, issuing.account_closed_for_not_providing_url_clarification, and issuing.account_closed_for_not_providing_use_case_clarification on enum AccountNotice.reason
    • Add support for async_workflows on PaymentIntent
    • Add support for payto on PaymentMethodConfiguration
    • Add support for display_name on Treasury.FinancialAccount

See the changelog for more details.

v15.4.0

25 Jul 21:00
Compare
Choose a tag to compare
  • #1726 Update generated code
    • Add support for update method on resource Checkout.Session
    • Add support for new values invoice.overdue and invoice.will_be_due on enum Event.type
    • Add support for twint on PaymentMethodConfiguration

See the changelog for more details.

v15.3.0

18 Jul 20:09
Compare
Choose a tag to compare
  • #1724 Update generated code
    • Add support for new value issuing_dispute.funds_rescinded on enum Event.type
    • Add support for new value stripe_s700 on enum Terminal.Reader.device_type
  • #1722 Update changelog

See the changelog for more details.

v15.3.0-beta.1

11 Jul 18:48
Compare
Choose a tag to compare
v15.3.0-beta.1 Pre-release
Pre-release
  • #1720 Update generated code for beta

See the changelog for more details.

v15.2.0

11 Jul 18:47
Compare
Choose a tag to compare
  • #1721 Update generated code
    • ⚠️ Remove support for values billing_policy_remote_function_response_invalid, billing_policy_remote_function_timeout, billing_policy_remote_function_unexpected_status_code, and billing_policy_remote_function_unreachable from enum StripeError.code.
    • ⚠️ Remove support for value payment_intent_fx_quote_invalid from enum StripeError.code. The was mistakenly released last week.
    • Add support for payment_method_options on ConfirmationToken

See the changelog for more details.

v15.2.0-beta.1

05 Jul 18:54
Compare
Choose a tag to compare
v15.2.0-beta.1 Pre-release
Pre-release
  • #1719 Update generated code for beta
    • Add support for new resource FinancialConnections.Institution
    • Add support for all and retrieve methods on resource Institution
    • Add support for new value balance on enum FinancialConnections.Account.subscriptions[]
  • #1712 Update generated code for beta

See the changelog for more details.

v15.1.0

05 Jul 18:52
Compare
Choose a tag to compare
  • #1718 Update generated code
    • Add support for add_lines, remove_lines, and update_lines methods on resource Invoice
    • Add support for new value payment_intent_fx_quote_invalid on enum StripeError.code
    • Add support for new values multibanco, twint, and zip on enum PaymentLink.payment_method_types[]
    • Add support for posted_at on Tax.Transaction
    • Add support for reboot_window on Terminal.Configuration

See the changelog for more details.

v15.0.0

24 Jun 23:05
Compare
Choose a tag to compare
  • #1714

    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 resource Issuing.Authorization
    • Add support for fleet and fuel on Issuing.Authorization
    • Add support for new value ch_uid on enum TaxId.type

See the changelog for more details.