Skip to content

Update generated code for private-preview - #1884

Open
stripe-openapi[bot] wants to merge 4 commits into
private-previewfrom
latest-codegen-private-preview
Open

Update generated code for private-preview#1884
stripe-openapi[bot] wants to merge 4 commits into
private-previewfrom
latest-codegen-private-preview

Conversation

@stripe-openapi

@stripe-openapi stripe-openapi Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Codegen for openapi v2439 and v2 openapi 4af4efa69e72414ad7a585b025b7e56d729c0cc9.

Changelog

  • Add support for new resource CustomerTaxExemption
  • Add support for create, delete, list, and retrieve methods on resource CustomerTaxExemption
  • Add support for details on Account.FutureRequirement.Error, Account.Requirement.Error, BankAccount.FutureRequirement.Error, BankAccount.Requirement.Error, Capability.FutureRequirement.Error, Capability.Requirement.Error, Person.FutureRequirement.Error, and Person.Requirement.Error
  • Add support for payment_method_settings on AccountSession.Component
  • ⚠️ Remove support for sequra_payments on Account.Capability
  • Add support for subscription_pause on billing_portal.SessionCreateParamsFlowDatum
  • Add support for new values customer_update and subscription_pause on enum billing_portal.SessionCreateParamsFlowDatum.type
  • ⚠️ Remove support for sequra on Charge.PaymentMethodDetail, Checkout.Session.PaymentMethodOption, ConfirmationToken.PaymentMethodPreview, PaymentAttemptRecord.PaymentMethodDetail, PaymentIntent.PaymentMethodOption, and PaymentRecord.PaymentMethodDetail
  • Add support for funding_source_group on Charge.PaymentMethodDetail.Card.Wallet.Link
  • Add support for enablement_details on Checkout.Session.AutomaticTax
  • ⚠️ Remove support for value sequra from enums ConfirmationTokenCreateParamsPaymentMethodDatum.type, PaymentIntentConfirmParamsPaymentMethodDatum.type, PaymentIntentCreateParamsPaymentMethodDatum.type, PaymentIntentModifyParamsPaymentMethodDatum.type, SetupIntentConfirmParamsPaymentMethodDatum.type, SetupIntentCreateParamsPaymentMethodDatum.type, and SetupIntentModifyParamsPaymentMethodDatum.type
  • ⚠️ Remove support for value sequra from enums ConfirmationToken.PaymentMethodPreview.type and PaymentMethod.type
  • ⚠️ Remove support for value sequra from enums CustomerListPaymentMethodsParams.type, PaymentMethodCreateParams.type, and PaymentMethodListParams.type
  • Add support for credit on FinancialConnections.Transaction.Classification
  • Change type of FinancialConnections.Transaction.Classification.money_movement from nullable(BankConnectionsResourceTransactionResourceClassificationsLabels) to BankConnectionsResourceTransactionResourceClassificationsLabels
  • Change type of FinancialConnections.Transaction.Classification.personal_finance from nullable(BankConnectionsResourceTransactionResourceClassificationsLabels) to BankConnectionsResourceTransactionResourceClassificationsLabels
  • ⚠️ Change FinancialConnections.Transaction.Classification.money_movement to be optional
  • ⚠️ Change FinancialConnections.Transaction.Classification.personal_finance to be optional
  • Add support for user_consent on identity.VerificationSessionCreateParams and identity.VerificationSessionModifyParams
  • Add support for billie on InvoiceCreateParamsPaymentSettingPaymentMethodOption, InvoiceModifyParamsPaymentSettingPaymentMethodOption, SubscriptionCreateParamsPaymentSettingPaymentMethodOption, and SubscriptionModifyParamsPaymentSettingPaymentMethodOption
  • Add support for company_details on Invoice.PaymentSetting.PaymentMethodOption.Billie, PaymentIntent.PaymentMethodOption.Billie, PaymentIntentConfirmParamsPaymentMethodOptionBillie, PaymentIntentCreateParamsPaymentMethodOptionBillie, PaymentIntentModifyParamsPaymentMethodOptionBillie, QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.Billie, and Subscription.PaymentSetting.PaymentMethodOption.Billie
  • Add support for reference on Invoice.PaymentSetting.PaymentMethodOption.Billie, PaymentIntent.PaymentMethodOption.Billie, PaymentIntentConfirmParamsPaymentMethodOptionBillie, PaymentIntentCreateParamsPaymentMethodOptionBillie, PaymentIntentModifyParamsPaymentMethodOptionBillie, and QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.Billie
  • Add support for pos_condition on Issuing.Authorization and issuing.AuthorizationCreateParams
  • Add support for crypto_wallet on Issuing.Card, issuing.CardCreateParams, and issuing.CardModifyParams
  • Add support for payment_evaluations and payment_method_details on PaymentAttemptRecordReportAuthorizedParams
  • ⚠️ Remove support for value sequra from enums PaymentIntent.excluded_payment_method_types, PaymentIntentConfirmParams.excluded_payment_method_types, PaymentIntentCreateParams.excluded_payment_method_types, PaymentIntentModifyParams.excluded_payment_method_types, SetupIntent.excluded_payment_method_types, SetupIntentCreateParams.excluded_payment_method_types, and SetupIntentModifyParams.excluded_payment_method_types
  • Add support for blik_recurring_payments on V2.Core.Account.Configuration.Merchant.Capability, v2.core.AccountCreateParamsConfigurationMerchantCapability, and v2.core.AccountModifyParamsConfigurationMerchantCapability
  • Add support for user_access on V2.Iam.ActivityLog.Detail
  • Add support for new value user_access on enum V2.Iam.ActivityLog.Detail.type
  • Add support for new value user_access_started on enum V2.Iam.ActivityLog.type
  • Add support for new value user_access on enum v2.iam.ActivityLogListParams.action_groups
  • Add support for new value user_access_started on enum v2.iam.ActivityLogListParams.actions
  • Add support for new value blik_recurring_payments on enum EventsV2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent.updated_capability

@stripe-openapi
stripe-openapi Bot requested a review from a team as a code owner August 21, 2026 00:01
@stripe-openapi
stripe-openapi Bot requested review from xavdid and removed request for a team and xavdid August 21, 2026 00:01
@stripe-openapi
stripe-openapi Bot enabled auto-merge August 21, 2026 00:01
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch 25 times, most recently from d81578f to 993541b Compare August 21, 2026 22:59
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch 8 times, most recently from b3d1502 to ee0ad75 Compare August 24, 2026 21:21
* add pre_handle method to event handler

* update docstrings
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch 5 times, most recently from 1b063e5 to 3a746eb Compare August 25, 2026 22:50
* add async event handler methods

* rename method & update docstring
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch from 3a746eb to db48fc4 Compare August 25, 2026 23:26
* widen some webhook types

* update more examples

* update examples, widen more types
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch 3 times, most recently from 30ab931 to 205f449 Compare August 26, 2026 17:54
@stripe-openapi
stripe-openapi Bot force-pushed the latest-codegen-private-preview branch from 205f449 to 320fb19 Compare August 26, 2026 18:10
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.

1 participant