Skip to content

Releases: stripe/stripe-php

v13.16.0-beta.1

21 Mar 22:24
Compare
Choose a tag to compare
v13.16.0-beta.1 Pre-release
Pre-release
  • #1661 Update generated code for beta
    • Add support for new resources Entitlements.ActiveEntitlementSummary and Entitlements.ActiveEntitlement
    • Add support for all method on resource ActiveEntitlement
    • Add support for use_stripe_sdk on ConfirmationToken
    • Remove support for payment_method on ConfirmationToken
    • Change type of ConfirmationToken.mandate_data from ConfirmationTokensResourceMandateData to nullable(ConfirmationTokensResourceMandateData)
    • Add support for active and metadata on Entitlements.Feature
    • Add support for new value entitlements.active_entitlement_summary.updated on enum Event.type
    • Remove support for value customer.entitlement_summary.updated from enum Event.type

See the changelog for more details.

v13.15.0

21 Mar 21:05
Compare
Choose a tag to compare
  • #1664 Update generated code
    • Add support for new resources ConfirmationToken and Forwarding.Request
    • Add support for retrieve method on resource ConfirmationToken
    • Add support for all, create, and retrieve methods on resource Request
    • Add support for new values forwarding_api_inactive, forwarding_api_invalid_parameter, forwarding_api_upstream_connection_error, and forwarding_api_upstream_connection_timeout on enum StripeError.code
    • Add support for mobilepay on PaymentMethod
    • Add support for new value mobilepay on enum PaymentMethod.type
    • Add support for name on Terminal.Configuration

See the changelog for more details.

v13.15.0-beta.1

14 Mar 22:58
Compare
Choose a tag to compare
v13.15.0-beta.1 Pre-release
Pre-release
  • #1659 Update generated code for beta
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for all, create, deactivate, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent
    • Add support for create test helper method on resource ConfirmationToken
    • Add support for add_lines, remove_lines, and update_lines methods on resource Invoice
    • Add support for multibanco on PaymentMethodConfiguration and PaymentMethod
    • Add support for new value multibanco on enum PaymentMethod.type
    • Add support for meter on Plan

See the changelog for more details.

v13.14.0

14 Mar 21:12
Compare
Choose a tag to compare
  • #1660 Update generated code
    • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
    • Add support for all, create, retrieve, and update methods on resource PersonalizationDesign
    • Add support for all and retrieve methods on resource PhysicalBundle
    • Add support for personalization_design on Issuing.Card

See the changelog for more details.

v13.14.0-beta.1

29 Feb 20:48
Compare
Choose a tag to compare
v13.14.0-beta.1 Pre-release
Pre-release
  • #1655 Update generated code for beta
    • Remove support for resource Entitlements.Event
    • Change type of ConfirmationToken.mandate_data from nullable(ConfirmationTokensResourceMandateData) to ConfirmationTokensResourceMandateData
    • Remove support for quantity and type on Entitlements.Feature
    • Add support for livemode on Issuing.PersonalizationDesign
  • #1656 Add helper to set beta version

See the changelog for more details.

v13.13.0

29 Feb 20:22
Compare
Choose a tag to compare
  • #1654 Update generated code
    • Change type of Identity.VerificationSession.type from nullable(enum('document'|'id_number')) to enum('document'|'id_number')
    • Add resources Application, ConnectCollectionTransfer, PlatformTaxFee, ReserveTransaction, SourceMandateNotification, and TaxDeductedAtSource. These classes have no methods on them, and are used to provide more complete types for PHPDocs.
  • #1657 Update readme to use addBetaVersion

See the changelog for more details.

v13.13.0-beta.1

23 Feb 16:00
Compare
Choose a tag to compare
v13.13.0-beta.1 Pre-release
Pre-release
  • #1652 Update generated code for beta

See the changelog for more details.

v13.12.0

22 Feb 22:20
Compare
Choose a tag to compare
  • #1651 Update generated code
    • Add support for client_reference_id on Identity.VerificationReport and Identity.VerificationSession
    • Remove support for value service_tax from enum TaxRate.tax_type
  • #1650 Add TaxIds API
    • Add support for all, create, delete, and retrieve methods on resource TaxId
    • The instanceUrl function on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

See the changelog for more details.

v13.12.0-beta.1

16 Feb 18:04
Compare
Choose a tag to compare
v13.12.0-beta.1 Pre-release
Pre-release
  • #1643 Update generated code for beta
    • Add support for decrement_authorization method on resource PaymentIntent
    • Add support for payment_method_options on ConfirmationToken
    • Add support for payto and twint on PaymentMethod
    • Add support for new values payto and twint on enum PaymentMethod.type

See the changelog for more details.

v13.11.0

16 Feb 00:23
Compare
Choose a tag to compare
  • #1639 Update generated code
    • Add support for networks on Card
    • Add support for new value financial_connections.account.refreshed_ownership on enum Event.type
  • #1648 Remove broken methods on CustomerCashBalanceTransaction
    • Bugfix: remove support for CustomerCashBalanceTransaction::all and CustomerCashBalanceTransaction::retrieve. These methods were included in the library unintentionally and never functioned.
  • #1647 Fix \Stripe\Tax\Settings::update
  • #1646 Add more specific PHPDoc and Psalm type for RequestOptions arrays on services

See the changelog for more details.