Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps stripe/stripe-php from 15.7.0 to 17.6.0.

Release notes

Sourced from stripe/stripe-php's releases.

v17.6.0

  • #1895 Add section on private preview SDKs in readme
  • #1890 Update generated code. This release changes the pinned API version to 2025-08-27.basil.
    • Add support for balance_report, payout_details, and payout_reconciliation_report on AccountSession.components and AccountSession.create().$params.component
    • Add support for name on BillingPortal.Configuration, BillingPortal\Configuration.create().$params, and BillingPortal\Configuration.update().$params
    • Add support for installments on Charge.payment_method_details.alma
    • Add support for transaction_id on Charge.payment_method_details.alma, Charge.payment_method_details.amazon_pay, Charge.payment_method_details.billie, Charge.payment_method_details.kakao_pay, Charge.payment_method_details.kr_card, Charge.payment_method_details.naver_pay, Charge.payment_method_details.payco, Charge.payment_method_details.revolut_pay, Charge.payment_method_details.samsung_pay, and Charge.payment_method_details.satispay
    • Add support for location and reader on Charge.payment_method_details.paynow
    • Add support for amount_includes_iof on Checkout.Session.payment_method_options.pix, Checkout\Session.create().$params.payment_method_option.pix, PaymentIntent.confirm().$params.payment_method_option.pix, PaymentIntent.create().$params.payment_method_option.pix, PaymentIntent.payment_method_options.pix, and PaymentIntent.update().$params.payment_method_option.pix
    • Add support for new values block and resolution on enum Dispute.payment_method_details.card.case_type
    • Add support for new value terminal_android_apk on enum File.purpose
    • Add support for metadata and period on Invoice.create_preview().$params.schedule_detail.phase.add_invoice_item, Subscription.create().$params.add_invoice_item, Subscription.update().$params.add_invoice_item, SubscriptionSchedule.create().$params.phase.add_invoice_item, SubscriptionSchedule.phases[].add_invoice_items[], and SubscriptionSchedule.update().$params.phase.add_invoice_item
    • Add support for exp_month and exp_year on Issuing\Card.create().$params
    • Add support for excluded_payment_method_types on PaymentIntent.create().$params and PaymentIntent
    • Add support for payout_method on Payout.create().$params and Payout
    • Add support for mxn on Terminal.Configuration.tipping, Terminal\Configuration.create().$params.tipping, and Terminal\Configuration.update().$params.tipping
    • Add support for card on Terminal\Reader.present_payment_method().$params
    • Add support for error codes customer_session_expired and india_recurring_payment_mandate_canceled on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
  • #1894 Add getter for Stripe Account on BaseStripeClient
    • Add getStripeAccount method on BaseStripeClient to retrieve Stripe Account ID from a StripeClient instance.

See the changelog for more details.

v17.6.0-beta.2

  • #1891 Bring back invoice payments APIs that were missing in the public preview SDKs
    • Add support for new resource InvoicePayment
    • Add support for all and retrieve methods on resource InvoicePayment

See the changelog for more details.

v17.6.0-beta.1

This release changes the pinned API version to 2025-07-30.preview.

  • #1885 Update generated code for beta
    • Add support for new resources Billing.MeterUsageRow, Billing.MeterUsage, and Terminal.OnboardingLink
    • Add support for retrieve method on resource Billing.MeterUsage
    • Add support for create method on resource Terminal.OnboardingLink
    • Add support for smart_disputes on Dispute
    • Add support for new value upi on enums Invoice.payment_settings.payment_method_types, QuotePreviewInvoice.payment_settings.payment_method_types, and Subscription.payment_settings.payment_method_types
    • Add support for thin event V2CoreAccountLinkReturnedEvent
    • Add support for thin event V2MoneyManagementPayoutMethodUpdatedEvent with related object V2.MoneyManagement.PayoutMethod
    • Remove support for thin event V2CoreAccountLinkCompletedEvent
    • Remove support for thin event V2OffSessionPaymentRequiresCaptureEvent with related object V2.Payments.OffSessionPayment

See the changelog for more details.

v17.5.0

This release changes the pinned API version to 2025-07-30.basil.

  • #1887 Update generated code

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

17.6.0 - 2025-08-27

  • #1895 Add section on private preview SDKs in readme
  • #1890 Update generated code. This release changes the pinned API version to 2025-08-27.basil.
    • Add support for balance_report, payout_details, and payout_reconciliation_report on AccountSession.components and AccountSession.create().$params.component
    • Add support for name on BillingPortal.Configuration, BillingPortal\Configuration.create().$params, and BillingPortal\Configuration.update().$params
    • Add support for installments on Charge.payment_method_details.alma
    • Add support for transaction_id on Charge.payment_method_details.alma, Charge.payment_method_details.amazon_pay, Charge.payment_method_details.billie, Charge.payment_method_details.kakao_pay, Charge.payment_method_details.kr_card, Charge.payment_method_details.naver_pay, Charge.payment_method_details.payco, Charge.payment_method_details.revolut_pay, Charge.payment_method_details.samsung_pay, and Charge.payment_method_details.satispay
    • Add support for location and reader on Charge.payment_method_details.paynow
    • Add support for amount_includes_iof on Checkout.Session.payment_method_options.pix, Checkout\Session.create().$params.payment_method_option.pix, PaymentIntent.confirm().$params.payment_method_option.pix, PaymentIntent.create().$params.payment_method_option.pix, PaymentIntent.payment_method_options.pix, and PaymentIntent.update().$params.payment_method_option.pix
    • Add support for new values block and resolution on enum Dispute.payment_method_details.card.case_type
    • Add support for new value terminal_android_apk on enum File.purpose
    • Add support for metadata and period on Invoice.create_preview().$params.schedule_detail.phase.add_invoice_item, Subscription.create().$params.add_invoice_item, Subscription.update().$params.add_invoice_item, SubscriptionSchedule.create().$params.phase.add_invoice_item, SubscriptionSchedule.phases[].add_invoice_items[], and SubscriptionSchedule.update().$params.phase.add_invoice_item
    • Add support for exp_month and exp_year on Issuing\Card.create().$params
    • Add support for excluded_payment_method_types on PaymentIntent.create().$params and PaymentIntent
    • Add support for payout_method on Payout.create().$params and Payout
    • Add support for mxn on Terminal.Configuration.tipping, Terminal\Configuration.create().$params.tipping, and Terminal\Configuration.update().$params.tipping
    • Add support for card on Terminal\Reader.present_payment_method().$params
    • Add support for error codes customer_session_expired and india_recurring_payment_mandate_canceled on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
  • #1894 Add getter for Stripe Account on BaseStripeClient
    • Add getStripeAccount method on BaseStripeClient to retrieve Stripe Account ID from a StripeClient instance.

17.5.0 - 2025-07-30

This release changes the pinned API version to 2025-07-30.basil.

  • #1887 Update generated code
    • Add support for origin_context on Checkout.Session
  • #1881 Ensure compatibility with POST on older versions of libcurl
    • Fixes an issue with older versions of php/libcurl where certain SDK calls that have empty POST bodies will result in a 400 Bad Request returned from the server.

17.4.0 - 2025-07-01

This release changes the pinned API version to 2025-06-30.basil.

  • #1880 Update generated code
    • Add support for migrate method on resource Subscription
    • Add support for collect_payment_method and confirm_payment_intent methods on resource Terminal.Reader
    • Add support for new value crypto on enums ConfirmationToken.payment_method_preview.type and PaymentMethod.type
    • Change type of Dispute.enhanced_eligibility_types from literal('visa_compelling_evidence_3') to enum('visa_compelling_evidence_3'|'visa_compliance')
    • Add support for new value terminal.reader.action_updated on enum Event.type
    • Add support for related_person on Identity.VerificationSession
    • Add support for new value crypto on enums Invoice.payment_settings.payment_method_types and Subscription.payment_settings.payment_method_types
    • Add support for crypto on PaymentMethod
    • Add support for new value buut on enum PaymentMethod.ideal.bank
    • Add support for new value BUUTNL2A on enum PaymentMethod.ideal.bic
    • Add support for billing_mode on SubscriptionSchedule and Subscription
    • Add support for new values collect_payment_method and confirm_payment_intent on enum Terminal.Reader.action.type
    • Add support for snapshot event TERMINAL_READER_ACTION_UPDATED with resource Terminal.Reader
  • #1878 Update generated code
    • Add constant CURRENT_MAJOR in ApiVersion

17.3.0 - 2025-05-29

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 2, 2025
@pirate-bot
Copy link
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 271.38 KB 271.38 KB 0 B (0.00%)
Blocks 1.54 MB 1.54 MB 0 B (0.00%)
CSS 100.76 KB 100.76 KB 0 B (0.00%)
Dashboard 198.36 KB 198.36 KB 0 B (0.00%)
Onboarding 160.8 KB 160.8 KB 0 B (0.00%)
Export Import 97.73 KB 97.73 KB 0 B (0.00%)
Pro 407.08 KB 407.08 KB 0 B (0.00%)

@pirate-bot
Copy link
Contributor

pirate-bot commented Sep 2, 2025

Plugin build for 03a1d0a is ready 🛎️!

@pirate-bot
Copy link
Contributor

pirate-bot commented Sep 2, 2025

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":393.6,"q50":395,"q75":401,"cnt":10}, firstPaint: {"q25":441.4,"q50":461.45,"q75":480.3,"cnt":10}, domContentLoaded: {"q25":1429.1,"q50":1442.85,"q75":1454.9,"cnt":10}, loaded: {"q25":1429.5,"q50":1443.2,"q75":1455.1,"cnt":10}, firstContentfulPaint: {"q25":3089.9,"q50":3120.55,"q75":3164.3,"cnt":10}, firstBlock: {"q25":6717.8,"q50":6749.25,"q75":6801.4,"cnt":10}, type: {"q25":11.18,"q50":11.87,"q75":13.11,"cnt":10}, typeWithoutInspector: {"q25":10.36,"q50":10.67,"q75":11.22,"cnt":10}, typeWithTopToolbar: {"q25":16.59,"q50":17.48,"q75":20.01,"cnt":10}, typeContainer: {"q25":7.77,"q50":8.05,"q75":8.36,"cnt":10}, focus: {"q25":46.23,"q50":48.44,"q75":50.92,"cnt":10}, inserterOpen: {"q25":15.96,"q50":17.15,"q75":18.01,"cnt":10}, inserterSearch: {"q25":6.03,"q50":6.35,"q75":6.97,"cnt":10}, inserterHover: {"q25":2.35,"q50":2.38,"q75":2.6,"cnt":20}, loadPatterns: {"q25":1085.97,"q50":1103.02,"q75":1131.64,"cnt":10}, listViewOpen: {"q25":81.96,"q50":87.42,"q75":97.37,"cnt":10}

Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 15.7.0 to 17.6.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-php@v15.7.0...v17.6.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-version: 17.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/development/stripe/stripe-php-17.6.0 branch from 4d3db05 to 03a1d0a Compare September 4, 2025 08:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #2680.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/composer/development/stripe/stripe-php-17.6.0 branch October 1, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants