Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps stripe/stripe-php from 7.128.0 to 17.3.0.

Release notes

Sourced from stripe/stripe-php's releases.

v17.3.0

This release changes the pinned API version to 2025-05-28.basil.

  • #1871 Update generated code
    • Add support for attach_payment method on resource Invoice
    • Add support for collect_inputs method on resource Terminal.Reader
    • Add support for succeed_input_collection and timeout_input_collection test helper methods on resource Terminal.Reader
    • Add support for refund_and_dispute_prefunding on Balance
    • Add support for balance_type on BalanceTransaction
    • Add support for post_payment_amount and pre_payment_amount on CreditNote
    • Add support for new value mixed on enum CreditNote.type
    • Add support for new value invoice_payment.paid on enum Event.type
    • Add support for kakao_pay, kr_card, naver_pay, payco, and samsung_pay on PaymentMethodConfiguration
    • Add support for billing_thresholds on SubscriptionItem and Subscription
    • Add support for metadata on Tax.CalculationLineItem
    • Add support for new value collect_inputs on enum Terminal.Reader.action.type
    • Add support for new value simulated_stripe_s700 on enum Terminal.Reader.device_type
    • Add support for snapshot event INVOICE_PAYMENT_PAID with resource InvoicePayment
    • Add support for error code forwarding_api_upstream_error on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError

See the changelog for more details.

v17.3.0-beta.1

  • #1859 Update generated code for beta This release changes the pinned API version to 2025-04-30.preview.

    • Add support for new value balance_settings.updated on enum Event.type
    • Add support for new values aw_tin, az_tin, bd_bin, bf_ifu, bj_ifu, cm_niu, cv_nif, et_tin, kg_tin, and la_tin on enum QuotePreviewInvoice.customer_tax_ids[].type
    • Add support for billing_mode on QuotePreviewSubscriptionSchedule, SubscriptionSchedule, and Subscription

See the changelog for more details.

v17.2.1

  • #1869 Fixed type of map parameters(eg. metadata, currency_options) from StripeObject to array<KType, VType> in all methods.
  • #1866 Adds CONTRIBUTING.md

See the changelog for more details.

v17.2.0

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

  • #1839 Update generated code
    • Add support for new value tax_id_prohibited on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for wallet_options on Checkout.Session
    • Add support for context on Event
    • Add support for new values aw_tin, az_tin, bd_bin, bf_ifu, bj_ifu, cm_niu, cv_nif, et_tin, kg_tin, and la_tin on enums Invoice.customer_tax_ids[].type and TaxId.type
    • Add support for new value affirm on enums Invoice.payment_settings.payment_method_types and Subscription.payment_settings.payment_method_types
    • Add support for pix on PaymentMethodConfiguration
    • Add support for klarna on PaymentMethodDomain
    • Add support for us_cfpb_data on Person

... (truncated)

Changelog

Sourced from stripe/stripe-php's changelog.

17.3.0 - 2025-05-29

This release changes the pinned API version to 2025-05-28.basil.

  • #1871 Update generated code
    • Add support for attach_payment method on resource Invoice
    • Add support for collect_inputs method on resource Terminal.Reader
    • Add support for succeed_input_collection and timeout_input_collection test helper methods on resource Terminal.Reader
    • Add support for refund_and_dispute_prefunding on Balance
    • Add support for balance_type on BalanceTransaction
    • Add support for post_payment_amount and pre_payment_amount on CreditNote
    • Add support for new value mixed on enum CreditNote.type
    • Add support for new value invoice_payment.paid on enum Event.type
    • Add support for kakao_pay, kr_card, naver_pay, payco, and samsung_pay on PaymentMethodConfiguration
    • Add support for billing_thresholds on SubscriptionItem and Subscription
    • Add support for metadata on Tax.CalculationLineItem
    • Add support for new value collect_inputs on enum Terminal.Reader.action.type
    • Add support for new value simulated_stripe_s700 on enum Terminal.Reader.device_type
    • Add support for snapshot event INVOICE_PAYMENT_PAID with resource InvoicePayment
    • Add support for error code forwarding_api_upstream_error on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError

17.2.1 - 2025-05-19

  • #1869 Fixed type of map parameters(eg. metadata, currency_options) from StripeObject to array<KType, VType> in all methods.
  • #1866 Adds CONTRIBUTING.md

17.2.0 - 2025-04-30

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

  • #1839 Update generated code
    • Add support for new value tax_id_prohibited on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
    • Add support for wallet_options on Checkout.Session
    • Add support for context on Event
    • Add support for new values aw_tin, az_tin, bd_bin, bf_ifu, bj_ifu, cm_niu, cv_nif, et_tin, kg_tin, and la_tin on enums Invoice.customer_tax_ids[].type and TaxId.type
    • Add support for new value affirm on enums Invoice.payment_settings.payment_method_types and Subscription.payment_settings.payment_method_types
    • Add support for pix on PaymentMethodConfiguration
    • Add support for klarna on PaymentMethodDomain
    • Add support for us_cfpb_data on Person
    • Add support for pending_reason on Refund
    • Change type of Tax.CalculationLineItem.reference from nullable(string) to string
  • #1857 Include new PHP 8.3 and 8.4 in CI
  • #1856 Faster parallel runner for PHP formatter

17.1.1 - 2025-04-04

  • #1847 Remove stdClass from object shapes
    • Remove intersection with stdClass in resource properties and fixed instanceof checks.

17.1.0 - 2025-04-02

  • #1843 Add null type in resource fields to non required objects
    • Fixes nullable resource properties that were incorrectly set as required in PHPDocs

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 29, 2025
@dependabot dependabot bot force-pushed the dependabot/composer/stripe/stripe-php-17.3.0 branch from dc1fbd9 to 563049d Compare June 16, 2025 13:44
Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 7.128.0 to 17.3.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@v7.128.0...v17.3.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-version: 17.3.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/stripe/stripe-php-17.3.0 branch from 563049d to 9c4495f Compare June 17, 2025 09:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2025

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

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.

1 participant