Skip to content

Conversation

@stripe-openapi
Copy link
Contributor

@stripe-openapi stripe-openapi bot commented Nov 4, 2025

Codegen for openapi v2124 and proto spec .

Changelog

  • Add support for new resources V2::Core::AccountPersonToken and V2::Core::AccountToken
  • Remove support for resource V2::Payments::OffSessionPayment
  • Add support for create and retrieve methods on resources V2::Core::AccountPersonToken and V2::Core::AccountToken
  • Remove support for cancel, capture, create, list, and retrieve methods on resource V2::Payments::OffSessionPayment
  • Change Tax::Association.tax_transaction_attempts to be required
  • Add support for specified_commercial_transactions_act_url on Account::BusinessProfile, AccountCreateParams::BusinessProfile, and AccountUpdateParams::BusinessProfile
  • Add support for paypay_payments on Account::Setting, AccountCreateParams::Setting, and AccountUpdateParams::Setting
  • Change type of Billing::Analytics::MeterUsageRetrieveParams::Meter.dimension_filters from string to array(string)
  • Change type of Billing::Analytics::MeterUsageRetrieveParams::Meter.tenant_filters from string to array(string)
  • Add support for car_rental_data, flight_data, and lodging_data on ChargeCaptureParams::PaymentDetail, ChargeUpdateParams::PaymentDetail, PaymentIntentCaptureParams::PaymentDetail, PaymentIntentConfirmParams::PaymentDetail, PaymentIntentCreateParams::PaymentDetail, and PaymentIntentUpdateParams::PaymentDetail
  • Add support for supplementary_purchase_data on OrderCreateParams::Payment::Setting::PaymentMethodOption::Klarna, OrderUpdateParams::Payment::Setting::PaymentMethodOption::Klarna, PaymentIntentConfirmParams::PaymentMethodOption::Klarna, PaymentIntentCreateParams::PaymentMethodOption::Klarna, and PaymentIntentUpdateParams::PaymentMethodOption::Klarna
  • Add support for allow_redisplay and customer_account on PaymentMethodListParams
  • Add support for future_requirements on V2::Core::Account
  • Add support for konbini_payments and script_statement_descriptor on V2::Core::Account::Configuration::Merchant, V2::Core::AccountCreateParams::Configuration::Merchant, and V2::Core::AccountUpdateParams::Configuration::Merchant
  • Add support for eur on V2::Core::Account::Configuration::Storer::Capability::HoldsCurrency, V2::Core::AccountCreateParams::Configuration::Storer::Capability::HoldsCurrency, and V2::Core::AccountUpdateParams::Configuration::Storer::Capability::HoldsCurrency
  • Add support for requirements_collector on V2::Core::Account::Default::Responsibility
  • Remove support for collector on V2::Core::Account::Requirement
  • Add support for changes on V2::Core::Event
  • Add support for account_token on V2::Core::AccountCreateParams and V2::Core::AccountUpdateParams
  • Add support for person_token on V2::Core::AccountPersonCreateParams and V2::Core::AccountPersonUpdateParams
  • Add support for thin event V2CoreHealthEventGenerationFailureResolvedEvent
  • Remove support for thin events V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent, V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent, V2PaymentsOffSessionPaymentCanceledEvent, V2PaymentsOffSessionPaymentCreatedEvent, V2PaymentsOffSessionPaymentFailedEvent, V2PaymentsOffSessionPaymentRequiresCaptureEvent, and V2PaymentsOffSessionPaymentSucceededEvent with related object V2::Payments::OffSessionPayment

@stripe-openapi stripe-openapi bot requested a review from a team as a code owner November 4, 2025 23:21
@stripe-openapi stripe-openapi bot requested review from prathmesh-stripe and removed request for a team and prathmesh-stripe November 4, 2025 23:21
@stripe-openapi stripe-openapi bot enabled auto-merge November 4, 2025 23:22
stripe-openapi bot and others added 16 commits November 5, 2025 22:00
* Update generated code for v2109 and

* Update generated code for v2111 and

* Update generated code for v2111 and

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Update generated code for v2113 and

* Update generated code for v2114 and

* Update generated code for v2117 and

* Update generated code for v2121 and

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <[email protected]>
Change array parameter serialization for v2 endpoints to use indexed
format (e.g., ?include[0]=foo&include[1]=bar) instead of the repeated
parameter format (e.g., ?include=foo&include=bar). This aligns v2
behavior with v1 for consistency.

Changes:
- Modified util.rb flatten_params_array to always use indexed format
- Updated tests to expect indexed format for v2 arrays

🤖 Generated with [Claude Code](https://claude.com/claude-code)


Committed-By-Agent: claude

Co-authored-by: Claude <[email protected]>
* Update generated code for v2123 and

* Update generated code for v2124 and

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <[email protected]>
@stripe-openapi stripe-openapi bot merged commit cf1fcb8 into beta Nov 17, 2025
15 checks passed
@stripe-openapi stripe-openapi bot deleted the latest-codegen-beta branch November 17, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants