Closed renovate[bot] closed 1 month ago
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 17.x
releases. But if you manually upgrade to 17.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
14.25.0
->17.1.0
Release Notes
stripe/stripe-node (stripe)
### [`v17.1.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1710---2024-10-03) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v17.0.0...v17.1.0) - [#2199](https://redirect.github.com/stripe/stripe-node/pull/2199) Update generated code - Remove the support for resource `Margin` that was accidentally made public in the last release ### [`v17.0.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1700---2024-10-01) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.12.0...v17.0.0) - [#2192](https://redirect.github.com/stripe/stripe-node/pull/2192) Support for APIs in the new API version 2024-09-30.acacia This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading. ##### ⚠️ Breaking changes due to changes in the Stripe API - Rename `usage_threshold_config` to `usage_threshold` on `Billing.AlertCreateParams` and `Billing.Alert` - Remove support for `filter` on `Billing.AlertCreateParams` and `Billing.Alert`. Use the filters on the `usage_threshold` instead - Remove support for `customer_consent_collected` on `Terminal.ReaderProcessSetupIntentParams`. ##### ⚠️ Other Breaking changes in the SDK - Adjusted default values around reties for HTTP requests. You can use the old defaults by setting them explicitly. New values are: - max retries: `1` -> `2` - max timeout (seconds): `2` -> `5` ##### Additions - Add support for `custom_unit_amount` on `ProductCreateParams.default_price_data` - Add support for `allow_redisplay` on `Terminal.ReaderProcessPaymentIntentParams.process_config` and `Terminal.ReaderProcessSetupIntentParams` - Add support for new value `international_transaction` on enum `Treasury.ReceivedCredit.failure_code` - Add support for new value `2024-09-30.acacia` on enum `WebhookEndpointCreateParams.api_version` - Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.corp.stripe.com/api-v2-overview) - Add method `parseThinEvent()` on the `Stripe` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview). - Add method [rawRequest()](https://redirect.github.com/stripe/stripe-node/tree/master?tab=readme-ov-file#custom-requests) on the `Stripe` class that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK. ##### Changes - Change `BillingPortal.ConfigurationCreateParams.features.subscription_update.default_allowed_updates` and `BillingPortal.ConfigurationCreateParams.features.subscription_update.products` to be optional ### [`v16.12.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#16120---2024-09-18) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.11.0...v16.12.0) - [#2177](https://redirect.github.com/stripe/stripe-node/pull/2177) Update generated code - Add support for new value `international_transaction` on enum `Treasury.ReceivedDebit.failure_code` - [#2175](https://redirect.github.com/stripe/stripe-node/pull/2175) Update generated code - Add support for new value `verification_supportability` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code` - Add support for new value `terminal_reader_invalid_location_for_activation` 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 `payer_details` on `Charge.payment_method_details.klarna` - Add support for `amazon_pay` on `Dispute.payment_method_details` - Add support for new value `amazon_pay` on enum `Dispute.payment_method_details.type` - Add support for `automatically_finalizes_at` on `Invoice` - Add support for `state_sales_tax` on `Tax.Registration.country_options.us` and `Tax.RegistrationCreateParams.country_options.us` ### [`v16.11.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#16110---2024-09-12) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.10.0...v16.11.0) - [#2171](https://redirect.github.com/stripe/stripe-node/pull/2171) Update generated code - Add support for new resource `InvoiceRenderingTemplate` - Add support for `archive`, `list`, `retrieve`, and `unarchive` methods on resource `InvoiceRenderingTemplate` - Add support for `required` on `Checkout.Session.tax_id_collection`, `Checkout.SessionCreateParams.tax_id_collection`, `PaymentLink.tax_id_collection`, `PaymentLinkCreateParams.tax_id_collection`, and `PaymentLinkUpdateParams.tax_id_collection` - Add support for `template` on `Customer.invoice_settings.rendering_options`, `CustomerCreateParams.invoice_settings.rendering_options`, `CustomerUpdateParams.invoice_settings.rendering_options`, `Invoice.rendering`, `InvoiceCreateParams.rendering`, and `InvoiceUpdateParams.rendering` - Add support for `template_version` on `Invoice.rendering`, `InvoiceCreateParams.rendering`, and `InvoiceUpdateParams.rendering` - Add support for new value `submitted` on enum `Issuing.Card.shipping.status` - Change `TestHelpers.TestClock.status_details` to be required - [#2172](https://redirect.github.com/stripe/stripe-node/pull/2172) Null out empty data sent to GET/DELETE APIs ### [`v16.10.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#16100---2024-09-05) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.9.0...v16.10.0) - [#2158](https://redirect.github.com/stripe/stripe-node/pull/2158) Update generated code - Add support for `subscription_item` and `subscription` on `Billing.AlertCreateParams.filter` - Change `Terminal.ReaderProcessSetupIntentParams.customer_consent_collected` to be optional ### [`v16.9.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1690---2024-08-29) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.8.0...v16.9.0) - [#2163](https://redirect.github.com/stripe/stripe-node/pull/2163) Generate SDK for OpenAPI spec version 1230 - Change `AccountLinkCreateParams.collection_options.fields` and `LineItem.description` to be optional - Add support for new value `hr_oib` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type` - Add support for new value `hr_oib` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` - Add support for new value `issuing_regulatory_reporting` on enums `File.purpose` and `FileListParams.purpose` - Add support for new value `issuing_regulatory_reporting` on enum `FileCreateParams.purpose` - Change `Issuing.Card.shipping.address_validation` to be required - Add support for `status_details` on `TestHelpers.TestClock` ### [`v16.8.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1680---2024-08-15) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.7.0...v16.8.0) - [#2155](https://redirect.github.com/stripe/stripe-node/pull/2155) Update generated code - Add support for `authorization_code` on `Charge.payment_method_details.card` - Add support for `wallet` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present` - Add support for `mandate_options` on `PaymentIntent.payment_method_options.bacs_debit`, `PaymentIntentConfirmParams.payment_method_options.bacs_debit`, `PaymentIntentCreateParams.payment_method_options.bacs_debit`, and `PaymentIntentUpdateParams.payment_method_options.bacs_debit` - Add support for `bacs_debit` on `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_options`, and `SetupIntentUpdateParams.payment_method_options` - Add support for `chips` on `Treasury.OutboundPayment.tracking_details.us_domestic_wire`, `Treasury.OutboundPaymentUpdateParams.testHelpers.tracking_details.us_domestic_wire`, `Treasury.OutboundTransfer.tracking_details.us_domestic_wire`, and `Treasury.OutboundTransferUpdateParams.testHelpers.tracking_details.us_domestic_wire` - Change type of `Treasury.OutboundPayment.tracking_details.us_domestic_wire.imad` and `Treasury.OutboundTransfer.tracking_details.us_domestic_wire.imad` from `string` to `string | null` ### [`v16.7.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1670---2024-08-08) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.6.0...v16.7.0) - [#2147](https://redirect.github.com/stripe/stripe-node/pull/2147) Update generated code - Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Billing.Alert` - Add support for `retrieve` method on resource `Tax.Calculation` - Add support for new value `invalid_mandate_reference_prefix_format` 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 `type` on `Charge.payment_method_details.card_present.offline`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present.offline`, `PaymentMethod.card.generated_from.payment_method_details.card_present.offline`, and `SetupAttempt.payment_method_details.card_present.offline` - Add support for `offline` on `ConfirmationToken.payment_method_preview.card_present` and `PaymentMethod.card_present` - Add support for `related_customer` on `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionListParams`, and `Identity.VerificationSession` - Change `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.count`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.count`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.count`, and `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.interval` to be optional - Add support for new value `girocard` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network` - Add support for new value `financial_addresses.aba.forwarding` on enums `Treasury.FinancialAccount.active_features[]`, `Treasury.FinancialAccount.pending_features[]`, and `Treasury.FinancialAccount.restricted_features[]` ### [`v16.6.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1660---2024-08-01) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.5.0...v16.6.0) - [#2144](https://redirect.github.com/stripe/stripe-node/pull/2144) Update generated code - Add support for new resources `Billing.AlertTriggered` and `Billing.Alert` - Add support for new value `charge_exceeds_transaction_limit` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code` - ⚠️ Remove support for `authorization_code` on `Charge.payment_method_details.card`. This was accidentally released last week. - Add support for new value `billing.alert.triggered` on enum `Event.type` - Add support for new value `billing.alert.triggered` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` ### [`v16.5.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1650---2024-07-25) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.4.0...v16.5.0) - [#2143](https://redirect.github.com/stripe/stripe-node/pull/2143) Update generated code - Add support for `tax_registrations` and `tax_settings` on `AccountSession.components` and `AccountSessionCreateParams.components` - [#2140](https://redirect.github.com/stripe/stripe-node/pull/2140) Update generated code - Add support for `update` method on resource `Checkout.Session` - Add support for `transaction_id` on `Charge.payment_method_details.affirm` - Add support for `buyer_id` on `Charge.payment_method_details.blik` - Add support for `authorization_code` on `Charge.payment_method_details.card` - Add support for `brand_product` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present` - Add support for `network_transaction_id` on `Charge.payment_method_details.card_present`, `Charge.payment_method_details.interac_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card.generated_from.payment_method_details.card_present` - Add support for `case_type` on `Dispute.payment_method_details.card` - Add support for new values `invoice.overdue` and `invoice.will_be_due` on enum `Event.type` - Add support for `twint` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration` - Add support for new values `invoice.overdue` and `invoice.will_be_due` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` ### [`v16.4.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1640---2024-07-18) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.2.0...v16.4.0) - [#2138](https://redirect.github.com/stripe/stripe-node/pull/2138) Update generated code - Add support for `customer` on `ConfirmationToken.payment_method_preview` - Add support for new value `issuing_dispute.funds_rescinded` on enum `Event.type` - Add support for new value `multibanco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for new value `stripe_s700` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type` - Add support for new value `issuing_dispute.funds_rescinded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#2136](https://redirect.github.com/stripe/stripe-node/pull/2136) Update changelog ### [`v16.2.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1620---2024-07-05) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.1.0...v16.2.0) - [#2125](https://redirect.github.com/stripe/stripe-node/pull/2125) 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 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 `posted_at` on `Tax.TransactionCreateFromCalculationParams` and `Tax.Transaction` ### [`v16.1.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1610---2024-06-27) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.0.0...v16.1.0) - [#2120](https://redirect.github.com/stripe/stripe-node/pull/2120) Update generated code - Add support for `filters` on `Checkout.Session.payment_method_options.us_bank_account.financial_connections`, `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `PaymentIntent.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntent.payment_method_options.us_bank_account.financial_connections`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections` - Add support for `email_type` on `CreditNoteCreateParams`, `CreditNotePreviewLinesParams`, and `CreditNotePreviewParams` - Add support for `account_subcategories` on `FinancialConnections.Session.filters` and `FinancialConnections.SessionCreateParams.filters` - Add support for new values `multibanco`, `twint`, and `zip` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]` - Add support for `reboot_window` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration` ### [`v16.0.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1600---2024-06-24) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v15.12.0...v16.0.0) - [#2113](https://redirect.github.com/stripe/stripe-node/pull/2113) This release changes the pinned API version to 2024-06-20. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-06-20) and carefully review the API changes before upgrading. ##### ⚠️ Breaking changes * Remove the unused resource `PlatformTaxFee` * Rename `volume_decimal` to `quantity_decimal` on * `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel`, * `Issuing.Transaction.purchase_details.fuel`, * `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel`, and * `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel` * `Capabilities.Requirements.disabled_reason` and `Capabilities.Requirements.disabled_reason` are now enums with the below values * `other` * `paused.inactivity` * `pending.onboarding` * `pending.review` * `platform_disabled` * `platform_paused` * `rejected.inactivity` * `rejected.other` * `rejected.unsupported_business` * `requirements.fields_needed` ##### Additions * Add support for new values `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, and `pound` on enums `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel.unit`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel.unit`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel.unit` * Add support for new values `card_canceled`, `card_expired`, `cardholder_blocked`, `insecure_authorization_method`, and `pin_blocked` on enum `Issuing.Authorization.request_history[].reason` - Add support for `finalize_amount` test helper method on resource `Issuing.Authorization` - Add support for new value `ch_uid` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type` - Add support for new value `ch_uid` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type` - Add support for `fleet` on `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details`, `Issuing.AuthorizationCreateParams.testHelpers`, `Issuing.Authorization`, `Issuing.Transaction.purchase_details`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details` - Add support for `fuel` on `Issuing.AuthorizationCreateParams.testHelpers` and `Issuing.Authorization` - Add support for `industry_product_code` and `quantity_decimal` on `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel`, `Issuing.Transaction.purchase_details.fuel`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel` - Add support for new value `2024-06-20` on enum `WebhookEndpointCreateParams.api_version` - [#2118](https://redirect.github.com/stripe/stripe-node/pull/2118) Use worker module in Bun ### [`v15.12.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#15120---2024-06-17) [Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v15.11.0...v15.12.0) - [#2109](https://redirect.github.com/stripe/stripe-node/pull/2109) Update generated code - Add support for new value `mobilepay` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]` - Add support for `tax_id_collection` on `PaymentLinkUpdateParams` - [#2111](https://redirect.github.com/stripe/stripe-node/pull/2111) Where params are union of types, merge the types instead of having numbered suffixes in type names - Change type of `PaymentIntentConfirmParams.mandate_data` from `Stripe.EmptyableConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.