Skip to content

chore(deps): bump stripe from 5.53.0 to 19.4.0 - #1120

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/stripe-19.4.0
Open

chore(deps): bump stripe from 5.53.0 to 19.4.0#1120
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/stripe-19.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps stripe from 5.53.0 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

19.3.1 - 2026-07-15

  • #1902 Replace source hash with Telemetry UUID
  • #1901 Make Error fields generated

19.3.0 - 2026-06-24

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

  • #1896 Update generated code
    • Add support for release_details on Reserve::Hold
    • Change Billing::CreditGrant.priority to be required
    • Add support for buyer_id on Charge::PaymentMethodDetail::Bizum, ConfirmationToken::PaymentMethodPreview::Bizum, ConfirmationToken::PaymentMethodPreview::Blik, PaymentAttemptRecord::PaymentMethodDetail::Bizum, PaymentMethod::Bizum, PaymentMethod::Blik, and PaymentRecord::PaymentMethodDetail::Bizum
    • Add support for transaction_link_id on Charge::PaymentMethodDetail::Card
    • Add support for fingerprint on Charge::PaymentMethodDetail::Pix, ConfirmationToken::PaymentMethodPreview::Pix, PaymentMethod::Pix, and SetupAttempt::PaymentMethodDetail::Pix
    • Add support for sunbit on Checkout::Session::PaymentMethodOption, Checkout::SessionCreateParams::PaymentMethodOption, PaymentIntent::PaymentMethodOption, PaymentIntentConfirmParams::PaymentMethodOption, PaymentIntentCreateParams::PaymentMethodOption, and PaymentIntentUpdateParams::PaymentMethodOption
    • Add support for billing_cycle_anchor_config on Checkout::SessionCreateParams::SubscriptionDatum
    • Add support for wechat_pay on Checkout::Session::PaymentMethodOption
    • Add support for mastercard_compliance on Dispute::Evidence::EnhancedEvidence, Dispute::EvidenceDetail::EnhancedEligibility, and DisputeUpdateParams::Evidence::EnhancedEvidence
    • Add support for status_details on FinancialConnections::Account

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
stripe [>= 17.a, < 18]

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 5.53.0 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@v5.53.0...v19.4.0)

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

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 Aug 3, 2026
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 ignore-for-release ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants