Skip to content

Conversation

@stripe-openapi
Copy link
Contributor

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

Codegen for openapi v2125 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
  • Add support for specifiedCommercialTransactionsActUrl on Account.business_profile, AccountCreateParams.business_profile, and AccountUpdateParams.business_profile
  • Add support for paypayPayments on Account.settings, AccountCreateParams.settings, and AccountUpdateParams.settings
  • Change type of billing.analytics.MeterUsageRetrieveParams.meters[].dimensionFilters from string to array(string)
  • Change type of billing.analytics.MeterUsageRetrieveParams.meters[].tenantFilters from string to array(string)
  • Add support for carRentalData, flightData, and lodgingData on ChargeCaptureParams.payment_details, ChargeUpdateParams.payment_details, PaymentIntentCaptureParams.payment_details, PaymentIntentConfirmParams.payment_details, PaymentIntentCreateParams.payment_details, and PaymentIntentUpdateParams.payment_details
  • Add support for supplementaryPurchaseData on OrderCreateParams.payment.settings.payment_method_options.klarna, OrderUpdateParams.payment.settings.payment_method_options.klarna, PaymentIntentConfirmParams.payment_method_options.klarna, PaymentIntentCreateParams.payment_method_options.klarna, and PaymentIntentUpdateParams.payment_method_options.klarna
  • Add support for allowRedisplay and customerAccount on PaymentMethodListParams
  • Add support for futureRequirements on v2.core.Account
  • Add support for konbiniPayments and scriptStatementDescriptor 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.capabilities.holds_currencies, v2.core.AccountCreateParams.configuration.storer.capabilities.holds_currencies, and v2.core.AccountUpdateParams.configuration.storer.capabilities.holds_currencies
  • Add support for requirementsCollector on v2.core.Account.defaults.responsibilities
  • Remove support for collector on v2.core.Account.requirements
  • Add support for changes on v2.core.Event
  • Remove support for value sepa_bank_account from enum v2.moneymanagement.FinancialAddressCreateParams.type
  • Add support for accountToken on v2.core.AccountCreateParams and v2.core.AccountUpdateParams
  • Add support for new value ar_cuit on enums v2.core.AccountCreateParams.identity.business_details.id_numbers[].type and v2.core.AccountUpdateParams.identity.business_details.id_numbers[].type
  • Add support for new value ar_dni on enums v2.core.AccountCreateParams.identity.individual.id_numbers[].type, v2.core.AccountPersonCreateParams.id_numbers[].type, v2.core.AccountPersonUpdateParams.id_numbers[].type, and v2.core.AccountUpdateParams.identity.individual.id_numbers[].type
  • Add support for new value future_requirements on enums v2.core.AccountCreateParams.include, v2.core.AccountRetrieveParams.include, and v2.core.AccountUpdateParams.include
  • Add support for personToken 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 21:10
@stripe-openapi stripe-openapi bot requested review from mbroshi-stripe and removed request for a team and mbroshi-stripe November 4, 2025 21:10
@stripe-openapi stripe-openapi bot enabled auto-merge November 4, 2025 21:10
stripe-openapi bot and others added 20 commits November 4, 2025 23:13
* Update generated code for v2108 and

* 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

* Update generated code for v2123 and

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <[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>
* Update v2 array parameter serialization to use indexed format

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 FormEncoder.java flattenParamsCollection to always use indexed format
- Updated tests to expect indexed format for v2 arrays

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

Co-Authored-By: Claude <[email protected]>
Committed-By-Agent: claude

* Remove references to arraysAsRepeated

* Format code

* Remove deprecated function

* Fix formatting

---------

Co-authored-by: Claude <[email protected]>
Co-authored-by: Ramya Rao <[email protected]>
@stripe-openapi stripe-openapi bot merged commit 1c30c69 into beta Nov 18, 2025
13 of 14 checks passed
@stripe-openapi stripe-openapi bot deleted the latest-codegen-beta branch November 18, 2025 17:58
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