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 all, cancel, capture, create, 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.business_profile, Account.create().$params.business_profile, and Account.update().$params.business_profile
  • Add support for paypay_payments on Account.create().$params.setting, Account.settings, and Account.update().$params.setting
  • Change type of Billing\Analytics\MeterUsage.retrieve().$params.meter.dimension_filters from string to array(string)
  • Change type of Billing\Analytics\MeterUsage.retrieve().$params.meter.tenant_filters from string to array(string)
  • Add support for car_rental_data, flight_data, and lodging_data on Charge.capture().$params.payment_detail, Charge.update().$params.payment_detail, PaymentIntent.capture().$params.payment_detail, PaymentIntent.confirm().$params.payment_detail, PaymentIntent.create().$params.payment_detail, and PaymentIntent.update().$params.payment_detail
  • Add support for supplementary_purchase_data on Order.create().$params.payment.setting.payment_method_option.klarna, Order.update().$params.payment.setting.payment_method_option.klarna, PaymentIntent.confirm().$params.payment_method_option.klarna, PaymentIntent.create().$params.payment_method_option.klarna, and PaymentIntent.update().$params.payment_method_option.klarna
  • Add support for allow_redisplay and customer_account on PaymentMethod.all().$params
  • 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\Account.create().$params.configuration.merchant, and V2\Core\Account.update().$params.configuration.merchant
  • Add support for eur on V2.Core.Account.configuration.storer.capabilities.holds_currencies, V2\Core\Account.create().$params.configuration.storer.capability.holds_currency, and V2\Core\Account.update().$params.configuration.storer.capability.holds_currency
  • Add support for requirements_collector on V2.Core.Account.defaults.responsibilities
  • Add support for new value ar_cuit on enum V2.Core.Account.identity.business_details.id_numbers[].type
  • Add support for new value ar_dni on enums V2.Core.Account.identity.individual.id_numbers[].type and V2.Core.AccountPerson.id_numbers[].type
  • Remove support for collector on V2.Core.Account.requirements
  • Add support for new value holds_currencies.eur on enum V2.Core.Account.requirements.entries[].impact.restricts_capabilities[].capability
  • Add support for new values payment_method and person on enum V2.Core.Account.requirements.entries[].reference.type
  • Remove support for value resource from enum V2.Core.Account.requirements.entries[].reference.type
  • Remove support for value future_requirements from enum V2.Core.Account.requirements.entries[].requested_reasons[].code
  • Add support for changes on V2.Core.Event
  • Remove support for value sepa_bank_account from enum V2.MoneyManagement.FinancialAddress.credentials.type
  • Add support for account_token on V2\Core\Account.create().$params and V2\Core\Account.update().$params
  • Add support for person_token on V2\Core\AccountPerson.create().$params and V2\Core\AccountPerson.update().$params
  • 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:16
@stripe-openapi stripe-openapi bot requested review from mbroshi-stripe and removed request for a team and mbroshi-stripe November 4, 2025 23:16
@stripe-openapi stripe-openapi bot enabled auto-merge November 4, 2025 23:16
stripe-openapi bot and others added 13 commits November 5, 2025 21:57
* 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.php flattenParamsList 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]>
@stripe-openapi stripe-openapi bot merged commit 6a3815b into beta Nov 17, 2025
28 checks passed
@stripe-openapi stripe-openapi bot deleted the latest-codegen-beta branch November 17, 2025 21:03
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