Skip to content

Releases: stripe/stripe-php

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.

v14.11.0-beta.1

13 Jun 21:18
Compare
Choose a tag to compare
v14.11.0-beta.1 Pre-release
Pre-release
  • #1705 Syncing changes from 14.10.0 release

See the changelog for more details.

v14.10.0

13 Jun 21:04
Compare
Choose a tag to compare
  • #1706 Update generated code
    • Add support for multibanco on PaymentMethodConfiguration and PaymentMethod
    • Add support for twint on PaymentMethod
    • Add support for new values multibanco and twint on enum PaymentMethod.type
    • Add support for invoice_settings on Subscription
    • Add support for new value de_stn on enum TaxId.type

See the changelog for more details.

v14.10.0-beta.1

30 May 20:14
Compare
Choose a tag to compare
v14.10.0-beta.1 Pre-release
Pre-release
  • #1699 Update generated code for beta
    • Keeping up with the changes from version 14.9.0

See the changelog for more details.

v14.9.0

30 May 20:12
Compare
Choose a tag to compare
  • #1702 Update generated code
    • Add support for new values issuing_personalization_design.activated, issuing_personalization_design.deactivated, issuing_personalization_design.rejected, and issuing_personalization_design.updated on enum Event.type
  • #1701 Added PHPDocs for create, update, delete, all, retrieve methods after moving them out of traits.
  • #1700 Add optional appInfo to StripeClient config
    • StripeClient can now accept $appInfo as a $config option, so AppInfo can be set per-client. If not passed in, will fall back on the global AppInfo set by Stripe::setAppInfo().
      • The config expects $appInfo to be of type array{name: string, version?: string, url?: string, partner_id?: string}

See the changelog for more details.

v14.9.0-beta.1

23 May 20:30
Compare
Choose a tag to compare
v14.9.0-beta.1 Pre-release
Pre-release
  • #1696 Update generated code for beta

See the changelog for more details.

v14.8.0

23 May 20:24
Compare
Choose a tag to compare
  • #1698 Update generated code
    • Add support for new value terminal_reader_invalid_location_for_payment on enum StripeError.code
  • #1697 Rename section for object type generation

See the changelog for more details.

v14.8.0-beta.1

16 May 22:23
Compare
Choose a tag to compare
v14.8.0-beta.1 Pre-release
Pre-release
  • #1693 Update generated code for beta

See the changelog for more details.

v14.7.0

16 May 22:20
Compare
Choose a tag to compare
  • #1694 Update generated code
    • Add support for fee_source on ApplicationFee
    • Add support for loss_reason on Issuing.Dispute
    • Add support for application_fee_amount and application_fee on Payout
    • Add support for stripe_s700 on Terminal.Configuration

See the changelog for more details.

v14.7.0-beta.1

09 May 19:46
Compare
Choose a tag to compare
v14.7.0-beta.1 Pre-release
Pre-release
  • #1691 Update generated code for beta
    • No new beta features. Merging changes from the main branch.

See the changelog for more details.