Skip to content

build(deps): Bump stripe from 19.3.1 to 19.4.0 - #249

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/stripe-19.4.0
Jul 30, 2026
Merged

build(deps): Bump stripe from 19.3.1 to 19.4.0#249
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/stripe-19.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps stripe from 19.3.1 to 19.4.0.

Release notes

Sourced from stripe's releases.

v19.4.0

This release changes the pinned API version to 2026-07-29.dahlia.

  • #1913 Update generated code
    • Add support for new resource FinancialConnections::Authorization
    • Add support for unreject method on resource Account
    • Add support for list method on resource PaymentRecord
    • Add support for smart_disputes_management on AccountSession::Component::DisputesList::Feature, AccountSession::Component::Payment::Feature, AccountSession::Component::PaymentDetail::Feature, AccountSession::Component::PaymentDispute::Feature, AccountSessionCreateParams::Component::DisputesList::Feature, AccountSessionCreateParams::Component::Payment::Feature, AccountSessionCreateParams::Component::PaymentDetail::Feature, and AccountSessionCreateParams::Component::PaymentDispute::Feature
    • Add support for administrative_address and principal_place_of_business on Account::Company, AccountCreateParams::Company, AccountUpdateParams::Company, and TokenCreateParams::Account::Company
    • Add support for sepa_debit_payments on AccountUpdateParams::Setting
    • Remove support for proof_of_registration on AccountCreateParams::Document. This field was limited-use and is being deprecated.
    • Add support for payouts_action on AccountRejectParams
    • Remove support for dynamic_tax_rates on Checkout::SessionCreateParams::LineItem. This field was limited-use and is being deprecated.
    • Add support for setup_future_usage on Checkout::Session::PaymentMethodOption::Payco, Checkout::Session::PaymentMethodOption::SamsungPay, Checkout::SessionCreateParams::PaymentMethodOption::Payco, Checkout::SessionCreateParams::PaymentMethodOption::SamsungPay, PaymentIntent::PaymentMethodOption::Payco, PaymentIntent::PaymentMethodOption::SamsungPay, PaymentIntentConfirmParams::PaymentMethodOption::Payco, PaymentIntentConfirmParams::PaymentMethodOption::SamsungPay, PaymentIntentCreateParams::PaymentMethodOption::Payco, PaymentIntentCreateParams::PaymentMethodOption::SamsungPay, PaymentIntentUpdateParams::PaymentMethodOption::Payco, PaymentIntentUpdateParams::PaymentMethodOption::SamsungPay, and PaymentLinkUpdateParams::PaymentIntentDatum
    • Add support for network on Dispute::PaymentMethodDetail::Card
    • Add support for limits and manual_entry on FinancialConnections::SessionCreateParams and FinancialConnections::Session
    • Add support for require_payment_method_support on FinancialConnections::Session::Filter and FinancialConnections::SessionCreateParams::Filter
    • Add support for bank_account_token on FinancialConnections::Session
    • Add support for metadata on InvoiceCreatePreviewParams::SubscriptionDetail
    • Add support for business_name on Issuing::Card::Shipping, Issuing::CardCreateParams::Shipping, and Issuing::CardUpdateParams::Shipping
    • Add support for allowed_payment_method_types on PaymentIntentConfirmParams, PaymentIntentCreateParams, PaymentIntentUpdateParams, PaymentIntent, SetupIntentConfirmParams, SetupIntentCreateParams, SetupIntentUpdateParams, and SetupIntent
    • Add support for referrer on PaymentIntentConfirmParams::RadarOption and PaymentIntentCreateParams::RadarOption
    • Add support for consent_collection and shipping_options on PaymentLinkUpdateParams
    • Add support for custom_fields, description, and footer on Quote::InvoiceSetting, QuoteCreateParams::InvoiceSetting, QuoteUpdateParams::InvoiceSetting, SubscriptionSchedule::DefaultSetting::InvoiceSetting, SubscriptionSchedule::Phase::InvoiceSetting, SubscriptionScheduleCreateParams::DefaultSetting::InvoiceSetting, SubscriptionScheduleCreateParams::Phase::InvoiceSetting, SubscriptionScheduleUpdateParams::DefaultSetting::InvoiceSetting, and SubscriptionScheduleUpdateParams::Phase::InvoiceSetting
    • Add support for customer_account and customer on Refund
    • Add support for payment_method on Refund and Topup
    • Add support for trial on SubscriptionSchedule::Phase
    • Add support for mass_transit_parking_tax and parking_tax on Tax::Registration::CountryOption::Me and Tax::RegistrationCreateParams::CountryOption::Me
    • Add support for initiated_by and payment_method_options on Topup
    • Add support for additional_addresses on V2::Core::Account::Identity::BusinessDetail, V2::Core::AccountCreateParams::Identity::BusinessDetail, V2::Core::AccountTokenCreateParams::Identity::BusinessDetail, and V2::Core::AccountUpdateParams::Identity::BusinessDetail
  • #1906 Adds error_object.rbi file, allowing users to get full typing for API Error Objects

See the changelog for more details.

v19.4.0-beta.1

This release changes the pinned API version to 2026-06-24.preview.

  • #1869 Update generated code for beta
    • Add support for redaction on Card, Charge, Checkout::Session, Customer, Issuing::Authorization, Issuing::Card, Issuing::Cardholder, Issuing::Dispute, Issuing::Transaction, PaymentIntent, PaymentMethod, SetupIntent, Source, and Token
    • Add support for disclaimer_variant on Capital::FinancingOffer and Capital::FinancingSummary::Detail
    • Add support for active on FinancialConnections::Account::StatusDetail and FinancialConnections::Authorization::StatusDetail
    • Change type of FinancialConnections::SessionCreateParams::Limit.accounts from longInteger to emptyable(longInteger)
    • Add support for pause on InvoiceCreatePreviewParams::SubscriptionDetail
    • Add support for release_details on Reserve::Hold
    • Add support for buyer_id on SharedPayment::GrantedToken::PaymentMethodDetail::Bizum and SharedPayment::GrantedToken::PaymentMethodDetail::Blik
    • Add support for fingerprint on SharedPayment::GrantedToken::PaymentMethodDetail::Pix
    • Add support for money_manager on V2::Core::Account::Configuration, V2::Core::Account::Identity::Attestation::TermsOfService, V2::Core::AccountCreateParams::Configuration, V2::Core::AccountCreateParams::Identity::Attestation::TermsOfService, V2::Core::AccountTokenCreateParams::Identity::Attestation::TermsOfService, and V2::Core::AccountUpdateParams::Configuration
    • ⚠️ Remove support for storer on V2::Core::Account::Configuration, V2::Core::Account::Identity::Attestation::TermsOfService, V2::Core::AccountCreateParams::Configuration, V2::Core::AccountCreateParams::Identity::Attestation::TermsOfService, V2::Core::AccountTokenCreateParams::Identity::Attestation::TermsOfService, and V2::Core::AccountUpdateParams::Configuration
    • ⚠️ Remove support for maximum_rps on V2::Core::BatchJobCreateParams and V2::Core::BatchJob
    • Add support for bic on V2::MoneyManagement::FinancialAddress::Credential::UsBankAccount

... (truncated)

Changelog

Sourced from stripe's changelog.

19.4.0 - 2026-07-29

This release changes the pinned API version to 2026-07-29.dahlia.

  • #1913 Update generated code
    • Add support for new resource FinancialConnections::Authorization
    • Add support for unreject method on resource Account
    • Add support for list method on resource PaymentRecord
    • Add support for smart_disputes_management on AccountSession::Component::DisputesList::Feature, AccountSession::Component::Payment::Feature, AccountSession::Component::PaymentDetail::Feature, AccountSession::Component::PaymentDispute::Feature, AccountSessionCreateParams::Component::DisputesList::Feature, AccountSessionCreateParams::Component::Payment::Feature, AccountSessionCreateParams::Component::PaymentDetail::Feature, and AccountSessionCreateParams::Component::PaymentDispute::Feature
    • Add support for administrative_address and principal_place_of_business on Account::Company, AccountCreateParams::Company, AccountUpdateParams::Company, and TokenCreateParams::Account::Company
    • Add support for sepa_debit_payments on AccountUpdateParams::Setting
    • Remove support for proof_of_registration on AccountCreateParams::Document. This field was limited-use and is being deprecated.
    • Add support for payouts_action on AccountRejectParams
    • Remove support for dynamic_tax_rates on Checkout::SessionCreateParams::LineItem. This field was limited-use and is being deprecated.
    • Add support for setup_future_usage on Checkout::Session::PaymentMethodOption::Payco, Checkout::Session::PaymentMethodOption::SamsungPay, Checkout::SessionCreateParams::PaymentMethodOption::Payco, Checkout::SessionCreateParams::PaymentMethodOption::SamsungPay, PaymentIntent::PaymentMethodOption::Payco, PaymentIntent::PaymentMethodOption::SamsungPay, PaymentIntentConfirmParams::PaymentMethodOption::Payco, PaymentIntentConfirmParams::PaymentMethodOption::SamsungPay, PaymentIntentCreateParams::PaymentMethodOption::Payco, PaymentIntentCreateParams::PaymentMethodOption::SamsungPay, PaymentIntentUpdateParams::PaymentMethodOption::Payco, PaymentIntentUpdateParams::PaymentMethodOption::SamsungPay, and PaymentLinkUpdateParams::PaymentIntentDatum
    • Add support for network on Dispute::PaymentMethodDetail::Card
    • Add support for limits and manual_entry on FinancialConnections::SessionCreateParams and FinancialConnections::Session
    • Add support for require_payment_method_support on FinancialConnections::Session::Filter and FinancialConnections::SessionCreateParams::Filter
    • Add support for bank_account_token on FinancialConnections::Session
    • Add support for metadata on InvoiceCreatePreviewParams::SubscriptionDetail
    • Add support for business_name on Issuing::Card::Shipping, Issuing::CardCreateParams::Shipping, and Issuing::CardUpdateParams::Shipping
    • Add support for allowed_payment_method_types on PaymentIntentConfirmParams, PaymentIntentCreateParams, PaymentIntentUpdateParams, PaymentIntent, SetupIntentConfirmParams, SetupIntentCreateParams, SetupIntentUpdateParams, and SetupIntent
    • Add support for referrer on PaymentIntentConfirmParams::RadarOption and PaymentIntentCreateParams::RadarOption
    • Add support for consent_collection and shipping_options on PaymentLinkUpdateParams
    • Add support for custom_fields, description, and footer on Quote::InvoiceSetting, QuoteCreateParams::InvoiceSetting, QuoteUpdateParams::InvoiceSetting, SubscriptionSchedule::DefaultSetting::InvoiceSetting, SubscriptionSchedule::Phase::InvoiceSetting, SubscriptionScheduleCreateParams::DefaultSetting::InvoiceSetting, SubscriptionScheduleCreateParams::Phase::InvoiceSetting, SubscriptionScheduleUpdateParams::DefaultSetting::InvoiceSetting, and SubscriptionScheduleUpdateParams::Phase::InvoiceSetting
    • Add support for customer_account and customer on Refund
    • Add support for payment_method on Refund and Topup
    • Add support for trial on SubscriptionSchedule::Phase
    • Add support for mass_transit_parking_tax and parking_tax on Tax::Registration::CountryOption::Me and Tax::RegistrationCreateParams::CountryOption::Me
    • Add support for initiated_by and payment_method_options on Topup
    • Add support for additional_addresses on V2::Core::Account::Identity::BusinessDetail, V2::Core::AccountCreateParams::Identity::BusinessDetail, V2::Core::AccountTokenCreateParams::Identity::BusinessDetail, and V2::Core::AccountUpdateParams::Identity::BusinessDetail
  • #1906 Adds error_object.rbi file, allowing users to get full typing for API Error Objects
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 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)

Bumps [stripe](https://github.com/stripe/stripe-ruby) from 19.3.1 to 19.4.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v19.3.1...v19.4.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-version: 19.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 30, 2026
@github-actions
github-actions Bot merged commit f357e80 into main Jul 30, 2026
4 of 5 checks passed
@dependabot
dependabot Bot deleted the dependabot/bundler/stripe-19.4.0 branch July 30, 2026 11:14
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants