Skip to content

Bump Stripe.net from 50.4.1 to 52.3.0 - #41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/InvestindoEmNegocio/Stripe.net-52.3.0
Open

Bump Stripe.net from 50.4.1 to 52.3.0#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/InvestindoEmNegocio/Stripe.net-52.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Updated Stripe.net from 50.4.1 to 52.3.0.

Release notes

Sourced from Stripe.net's releases.

52.3.0

  • #​3422 Surface object property on EventNotification

  • #​3416 add/adjust event parsing helpers

    • Added methods that return which return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
      • EventUtility.ConstructEventWithoutVerification(json)
      • StripeClient.ParseEventNotificationWithoutVerification(json)
    • Added EventUtility.GenerateSignatureHeader(payload, secret), which computes a full Stripe-Signature header for the given payload. Useful for unit tests!
  • #​3420 Add stripe.major_api_version constant

See the changelog for more details.

52.3.0-beta.1

This release changes the pinned API version to 2026-07-29.preview.

  • #​3406 Update generated code for beta
    • Add support for Get and List methods on resource ProductCatalog.TrialOffer
    • Add support for TaxItems on ChargePaymentDetailsCarRentalDataTotalTaxOptions, ChargePaymentDetailsFlightDataTotalTaxOptions, ChargePaymentDetailsLodgingDataTotalTaxOptions, PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax, PaymentIntentPaymentDetailsCarRentalDataTotalTaxOptions, PaymentIntentPaymentDetailsFlightDataTotalTaxOptions, and PaymentIntentPaymentDetailsLodgingDataTotalTaxOptions
    • ⚠️ Remove support for Taxes on ChargePaymentDetailsCarRentalDataTotalTaxOptions, ChargePaymentDetailsFlightDataTotalTaxOptions, ChargePaymentDetailsLodgingDataTotalTaxOptions, PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax, PaymentIntentPaymentDetailsCarRentalDataTotalTaxOptions, PaymentIntentPaymentDetailsFlightDataTotalTaxOptions, and PaymentIntentPaymentDetailsLodgingDataTotalTaxOptions
    • Add support for TaxId on Checkout.Session.CollectedInformation
    • ⚠️ Remove support for TaxIds on Checkout.Session.CollectedInformation
    • Add support for Mode on FinancialConnections.Session.ManualEntry
    • Add support for Name on Issuing.CardholderUpdateOptions
    • Add support for CustomFields, Description, and Footer on QuotePreviewSubscriptionSchedule.DefaultSettings.InvoiceSettings and QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings
    • Add support for Trial on QuotePreviewSubscriptionSchedule.Phase
    • ⚠️ Remove support for AcssDebit, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Bizum, Blik, Boleto, CardPresent, Cashapp, Crypto, CustomerBalance, Eps, Fpx, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Konbini, KrCard, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Paypay, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, Satispay, Scalapay, SepaDebit, Shopeepay, Sofort, StripeBalance, Sunbit, Swish, Twint, Upi, UsBankAccount, WechatPay, and Zip on SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for UseStripeSdk on SharedPayment.IssuedTokenCreateOptions and SharedPayment.IssuedToken
    • Add support for RedirectToUrl on SharedPayment.IssuedToken.NextAction
    • ⚠️ Change type of SharedPayment.IssuedToken.NextAction.Type from literal('use_stripe_sdk') to enum('redirect_to_url'|'use_stripe_sdk')
    • Add support for Livemode on Tax.Location
    • Add support for Source on V2.Iam.ActivityLog.Details.UserRoles
    • Add support for Payout on V2.MoneyManagement.ReceivedCredit.BalanceTransfer
    • ⚠️ Remove support for PayoutV1 on V2.MoneyManagement.ReceivedCredit.BalanceTransfer

See the changelog for more details.

52.3.0-alpha.2

  • #​3419 Update generated code for private-preview
    • Add support for new resource Billing.FeedbackOptions
    • Add support for SequraPayments on Account.Capabilities
    • Add support for FeedbackOptions on BillingPortal.Configuration.Features.SubscriptionCancel.CancellationReason
    • Add support for Sequra on Charge.PaymentMethodDetails, Checkout.Session.PaymentMethodOptions, ConfirmationToken.PaymentMethodPreview, PaymentAttemptRecord.PaymentMethodDetails, PaymentIntent.PaymentMethodOptions, and PaymentRecord.PaymentMethodDetails
    • Add support for RetrievalReferenceNumber on Charge.PaymentMethodDetails.CardPresent, ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, PaymentAttemptRecord.PaymentMethodDetails.CardPresent, PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, and PaymentRecord.PaymentMethodDetails.CardPresent
    • Add support for PricingGroup on Charge.PaymentMethodDetails.Link
    • Add support for TaxRates on Checkout.Session.ShippingOption, CheckoutSessionShippingOptionOptions, and CheckoutSessionShippingOptionsOptions
    • Add support for FundingTypesBlocked on Checkout.Session.PaymentMethodOptions.Card.Restrictions
    • Add support for Healthcare on Issuing.TestHelpersAuthorizationCreateOptions, IssuingAuthorizationPurchaseDetailsOptions, and IssuingTransactionPurchaseDetailsOptions
    • Add support for IsAnomalous on PaymentAttemptRecordReportGuaranteedOptions
    • Add support for AadeData on PaymentIntent.PaymentMethodOptions.CardPresent
    • Add support for FeedbackOption on Subscription.CancellationDetails
    • Add support for Application on V2.Payments.OffSessionPayment
    • Add support for Status on V2.MoneyManagement.FinancialAccountStatementListOptions

See the changelog for more details.

52.3.0-alpha.1

This release changes the pinned API version to 2026-07-29.preview.

  • #​3415 Update generated code for private-preview
    • Add support for new resources V2.MoneyManagement.ReceivedDebitMandate, V2.Risk.Inquiry, V2.Signals.AccountActivity, and V2.Signals.AccountEvaluation
    • Add support for Create and Get methods on resource V2.Signals.AccountEvaluation
    • Add support for Create, Delete, and Get methods on resource V2.Signals.AccountActivity
    • Add support for Get, List, and Update methods on resource V2.Risk.Inquiry
    • Add support for Cancel, Get, and List methods on resource V2.MoneyManagement.ReceivedDebitMandate
    • Add support for RateCards on Billing.CreditGrant.ApplicabilityConfig.Scope, BillingCreditBalanceSummaryFilterApplicabilityScopeOptions, and BillingCreditGrantApplicabilityConfigScopeOptions
    • ⚠️ Change type of ConfirmationToken.PaymentMethodPreview.GiftCard.Brand, GiftCard.Brand, GiftCardCreateOptions.Brand, PaymentMethod.GiftCard.Brand, Terminal.ReaderActivateGiftCardOptions.Brand, Terminal.ReaderCashoutGiftCardOptions.Brand, Terminal.ReaderCheckGiftCardBalanceOptions.Brand, and Terminal.ReaderReloadGiftCardOptions.Brand from enum('fiserv_valuelink'|'givex'|'svs') to literal('svs')
    • Add support for Tempo on Crypto.OnrampSession.TransactionDetails.WalletAddresses
    • Add support for Healthcare on Issuing.Authorization
    • Add support for ProductCode on Issuing.CardCreateOptions, Issuing.CardUpdateOptions, and Issuing.Card
    • Add support for ProductGraduationState on Issuing.Card
    • Add support for Cvc and Number on RadarPaymentEvaluationPaymentDetailsPaymentMethodDetailsCardOptions
    • Add support for Card on Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails
    • ⚠️ Change type of TerminalReaderCollectConfigOptions.GiftCardBrand and TerminalReaderProcessConfigOptions.GiftCardBrand from enum('fiserv_valuelink'|'givex'|'svs') to literal('svs')
    • Add support for GiftCard on Terminal.TestHelpersReaderPresentPaymentMethodOptions
    • Add support for AmountDue and CustomerBalanceApplied on V2.Billing.Intent.AmountDetails
    • ⚠️ Change type of V2.Core.AccountEvaluation.EvaluationsTriggered from literal('fraudulent_website') to enum('fraudulent_website'|'user_account_sharing'|'user_multi_accounting')
    • Add support for GrossSettlement on V2.Core.Account.Configuration.Merchant and V2CoreAccountConfigurationMerchantOptions
    • ⚠️ Change type of V2.MoneyManagement.DebitDispute.BankTransfer.Network from literal('ach') to enum('ach'|'bacs')
    • ⚠️ Remove support for ManagedBy on V2.MoneyManagement.FinancialAccount
    • Add support for PayoutIntent on V2.MoneyManagement.OutboundPayment
    • Add support for SettlesAt on V2.MoneyManagement.ReceivedDebit
    • Add support for GbBankAccount on V2.MoneyManagement.ReceivedDebit.BankTransfer
    • ⚠️ Change type of V2.MoneyManagement.ReceivedDebit.BankTransfer.OriginType from literal('us_bank_account') to enum('gb_bank_account'|'us_bank_account')
    • ⚠️ Change type of V2.MoneyManagement.ReceivedDebit.BankTransfer.PaymentMethodType from literal('us_bank_account') to enum('gb_bank_account'|'us_bank_account')
    • Add support for TargetDate on V2.Payments.OffSessionPaymentCreateOptions and V2.Payments.OffSessionPayment
    • Add support for AccountEvaluation, FraudulentWebsite, PaymentDelinquencyExposure, UserAccountSharing, and UserMultiAccounting on V2.Signals.AccountSignal
    • Change type of V2.MoneyManagement.FinancialAddressDebitSimulationDebitOptions.Network from literal('ach') to enum('ach'|'bacs')
    • Add support for ReceivedDebitMandate on V2.MoneyManagement.ReceivedDebitListOptions
    • ⚠️ Remove support for PayoutIntent on V2.MoneyManagement.OutboundPaymentCreateOptions
    • Change type of V2.Core.AccountEvaluationCreateOptions.Signals from literal('fraudulent_website') to enum('fraudulent_website'|'user_account_sharing'|'user_multi_accounting')
    • ⚠️ Remove support for Id on EventsV2SignalsAccountSignalFraudulentMerchantReadyEvent
    • Add support for event notifications V2MoneyManagementReceivedDebitCreatedEvent and V2MoneyManagementReceivedDebitScheduledEvent with related object V2.MoneyManagement.ReceivedDebit
    • Add support for event notifications V2MoneyManagementReceivedDebitMandateCanceledEvent, V2MoneyManagementReceivedDebitMandateCreatedEvent, V2MoneyManagementReceivedDebitMandateExpiredEvent, V2MoneyManagementReceivedDebitMandatePendingCancellationEvent, and V2MoneyManagementReceivedDebitMandateUpdatedEvent with related object V2.MoneyManagement.ReceivedDebitMandate
    • Add support for event notification V2SignalsAccountEvaluationCompleteEvent with related object V2.Signals.AccountEvaluation
    • Add support for event notifications V2SignalsAccountSignalFraudulentWebsiteReadyEvent and V2SignalsAccountSignalPaymentDelinquencyExposureReadyEvent with related object V2.Signals.AccountSignal

See the changelog for more details.

52.2.0

This release changes the pinned API version to 2026-07-29.dahlia.

  • #​3417 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 SmartDisputesManagement on AccountSession.Components.DisputesList.Features, AccountSession.Components.PaymentDetails.Features, AccountSession.Components.PaymentDisputes.Features, AccountSession.Components.Payments.Features, AccountSessionComponentsDisputesListFeaturesOptions, AccountSessionComponentsPaymentDetailsFeaturesOptions, AccountSessionComponentsPaymentDisputesFeaturesOptions, and AccountSessionComponentsPaymentsFeaturesOptions
    • Add support for AdministrativeAddress and PrincipalPlaceOfBusiness on Account.Company, AccountCompanyOptions, and TokenAccountCompanyOptions
    • Add support for SepaDebitPayments on AccountSettingsOptions
    • Remove support for ProofOfRegistration on AccountDocumentsOptions. This field was limited-use and is being deprecated.
    • Add support for PayoutsAction on AccountRejectOptions
    • Remove support for DynamicTaxRates on CheckoutSessionLineItemOptions. This field was limited-use and is being deprecated.
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.Payco, Checkout.Session.PaymentMethodOptions.SamsungPay, CheckoutSessionPaymentMethodOptionsPaycoOptions, CheckoutSessionPaymentMethodOptionsSamsungPayOptions, PaymentIntent.PaymentMethodOptions.Payco, PaymentIntent.PaymentMethodOptions.SamsungPay, PaymentIntentPaymentMethodOptionsPaycoOptions, PaymentIntentPaymentMethodOptionsSamsungPayOptions, and PaymentLinkPaymentIntentDataOptions
    • Add support for Network on Dispute.PaymentMethodDetails.Card
    • Add support for Limits and ManualEntry on FinancialConnections.SessionCreateOptions and FinancialConnections.Session
    • Add support for RequirePaymentMethodSupport on FinancialConnections.Session.Filters and FinancialConnectionsSessionFiltersOptions
    • Add support for BankAccountToken on FinancialConnections.Session
    • Add support for Metadata on InvoiceSubscriptionDetailsOptions
    • Add support for BusinessName on Issuing.Card.Shipping and IssuingCardShippingOptions
    • Add support for AllowedPaymentMethodTypes on PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentUpdateOptions, PaymentIntent, SetupIntentConfirmOptions, SetupIntentCreateOptions, SetupIntentUpdateOptions, and SetupIntent
    • Add support for Referrer on PaymentIntentRadarOptionsOptions
    • Add support for ConsentCollection and ShippingOptions on PaymentLinkUpdateOptions
    • Add support for CustomFields, Description, and Footer on Quote.InvoiceSettings, QuoteInvoiceSettingsOptions, SubscriptionSchedule.DefaultSettings.InvoiceSettings, SubscriptionSchedule.Phase.InvoiceSettings, SubscriptionScheduleDefaultSettingsInvoiceSettingsOptions, and SubscriptionSchedulePhaseInvoiceSettingsOptions
    • Add support for CustomerAccount and Customer on Refund
    • Add support for PaymentMethod on Refund and Topup
    • Add support for Trial on SubscriptionSchedule.Phase
    • Add support for MassTransitParkingTax and ParkingTax on Tax.Registration.CountryOptions.Us and TaxRegistrationCountryOptionsUsOptions
    • Add support for InitiatedBy and PaymentMethodOptions on Topup
    • Add support for AdditionalAddresses on V2.Core.Account.Identity.BusinessDetails, V2CoreAccountIdentityBusinessDetailsOptions, and V2CoreAccountTokenIdentityBusinessDetailsOptions
    • Add support for snapshot events FinancialConnectionsAccountExpectedDeactivationDateUpdated, FinancialConnectionsAccountSupportedPaymentMethodTypesUpdated, and FinancialConnectionsAccountUpcomingDeactivation with resource FinancialConnections.Account
    • Add support for snapshot events FinancialConnectionsAuthorizationExpectedDeactivationDateUpdated and FinancialConnectionsAuthorizationUpcomingDeactivation with resource FinancialConnections.Authorization

See the changelog for more details.

52.2.0-beta.1

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

  • #​3390 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 DisclaimerVariant on Capital.FinancingOffer and Capital.FinancingSummary.Details
    • Add support for Active on FinancialConnections.Account.StatusDetails and FinancialConnections.Authorization.StatusDetails
    • Change type of FinancialConnectionsSessionLimitsOptions.Accounts from longInteger to emptyable(longInteger)
    • Add support for Pause on InvoiceSubscriptionDetailsOptions
    • Add support for ReleaseDetails on Reserve.Hold
    • Add support for BuyerId on SharedPayment.GrantedToken.PaymentMethodDetails.Bizum and SharedPayment.GrantedToken.PaymentMethodDetails.Blik
    • Add support for Fingerprint on SharedPayment.GrantedToken.PaymentMethodDetails.Pix
    • Add support for MoneyManager on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for Storer on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for MaximumRps on V2.Core.BatchJobCreateOptions and V2.Core.BatchJob
    • Add support for Bic on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • ⚠️ Remove support for SwiftCode on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • Add support for Processing on V2.MoneyManagement.OutboundPayment.StatusDetails and V2.MoneyManagement.OutboundTransfer.StatusDetails
    • Add support for AccountHolderName on V2.MoneyManagement.ReceivedCredit.BankTransfer.UsBankAccount
    • Add support for Statuses on V2.MoneyManagement.FinancialAccountListOptions
    • ⚠️ Remove support for Status on V2.MoneyManagement.FinancialAccountListOptions
    • Add support for event notifications V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent and V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent with related object V2.Core.Account
    • Add support for event notification V2MoneyManagementOutboundPaymentUnderReviewEvent with related object V2.MoneyManagement.OutboundPayment
    • Add support for event notification V2MoneyManagementOutboundTransferUnderReviewEvent with related object V2.MoneyManagement.OutboundTransfer
    • ⚠️ Remove support for event notifications V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent and V2CoreAccountIncludingConfigurationStorerUpdatedEvent with related object V2.Core.Account

See the changelog for more details.

52.2.0-alpha.5

  • #​3414 Update generated code for private-preview
    • Add support for new resources Billing.AlertNotification and Crypto.DepositAddress
    • Add support for Create, Get, and List methods on resource Crypto.DepositAddress
    • Add support for List method on resource Billing.AlertNotification
    • Add support for Vipps on ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentIntent.PaymentMethodOptions, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, PaymentMethodConfiguration, PaymentMethodCreateOptions, PaymentMethod, and SetupIntentPaymentMethodDataOptions
    • Add support for Sui on Crypto.OnrampSession.TransactionDetails.WalletAddresses
    • Add support for UseStripeSdk on DelegatedCheckout.RequestedSessionConfirmOptions
    • Add support for EvCharging on PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Card and PaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardOptions
    • Add support for TaxItems on PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, and PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax
    • ⚠️ Remove support for Taxes on PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, and PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax
    • Add support for Card on RadarPaymentEvaluationPaymentDetailsPaymentMethodDetailsOptions
    • ⚠️ Remove support for AcssDebit, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Bizum, Blik, Boleto, CardPresent, Cashapp, Crypto, CustomerBalance, Eps, Fpx, GiftCard, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Konbini, KrCard, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Paypay, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, Satispay, Scalapay, SepaDebit, Shopeepay, Sofort, StripeBalance, Sunbit, Swish, Tamara, Twint, Upi, UsBankAccount, WechatPay, and Zip on SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for SpendCard on V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe and V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripeOptions

See the changelog for more details.

52.2.0-alpha.4

  • #​3410 Update generated code for private-preview
    • ⚠️ Remove support for resource FrMealVouchersOnboarding
    • ⚠️ Remove support for Create, Get, List, and Update methods on resource FrMealVouchersOnboarding
    • Add support for Create method on resource PaymentRecord
    • ⚠️ Remove support for FinancialAccountsTransactions, FinancialAccounts, and RecipientsList on AccountSessionComponentsOptions
    • Add support for SmartDisputesManagement on AccountSession.Components.DisputesList.Features, AccountSession.Components.PaymentDetails.Features, AccountSession.Components.PaymentDisputes.Features, and AccountSession.Components.Payments.Features
    • Add support for Mode on FinancialConnections.Session.ManualEntry
    • Add support for BusinessName on Issuing.Card.Shipping
    • Add support for PauseSchedules on QuotePreviewSubscriptionSchedule, SubscriptionScheduleCreateOptions, SubscriptionScheduleUpdateOptions, and SubscriptionSchedule
    • Add support for Trial on QuotePreviewSubscriptionSchedule.Phase and SubscriptionSchedule.Phase
    • Add support for PaymentRecord on RefundCreateOptions
    • Add support for RedirectToUrl on SharedPayment.IssuedToken.NextAction
    • ⚠️ Change type of SharedPayment.IssuedToken.NextAction.Type from literal('use_stripe_sdk') to enum('redirect_to_url'|'use_stripe_sdk')
    • Add support for snapshot events FinancialConnectionsAccountExpectedDeactivationDateUpdated, FinancialConnectionsAccountSupportedPaymentMethodTypesUpdated, and FinancialConnectionsAccountUpcomingDeactivation with resource FinancialConnections.Account
    • Add support for snapshot events FinancialConnectionsAuthorizationExpectedDeactivationDateUpdated and FinancialConnectionsAuthorizationUpcomingDeactivation with resource FinancialConnections.Authorization

See the changelog for more details.

52.2.0-alpha.3

This release changes the pinned API version to 2026-07-08.preview.

  • #​3407 Update generated code for private-preview
    • Add support for ActivateGiftCard, CashoutGiftCard, CheckGiftCardBalance, and ReloadGiftCard methods on resource Terminal.Reader
    • Add support for AggregationPeriod on Billing.AlertRecovered
    • Add support for AdministrativeAddress and PrincipalPlaceOfBusiness on Account.Company
    • Add support for AddressCollectionPrecision on Checkout.Session.AutomaticTax
    • Add support for TaxId on Checkout.Session.CollectedInformation
    • ⚠️ Remove support for TaxIds on Checkout.Session.CollectedInformation
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.Payco, Checkout.Session.PaymentMethodOptions.SamsungPay, PaymentIntent.PaymentMethodOptions.Payco, PaymentIntent.PaymentMethodOptions.Paypay, PaymentIntent.PaymentMethodOptions.SamsungPay, and PaymentIntentPaymentMethodOptionsPaypayOptions
    • Add support for Network on Dispute.PaymentMethodDetails.Card
    • Add support for RequirePaymentMethodSupport on FinancialConnections.Session.Filters
    • Add support for NetworkData on Issuing.Authorization.RequestHistory
    • Add support for AcquiringInstitutionCountry, AcquiringInstitutionId, RetrievalReferenceNumber, RoutedNetwork, and TraceId on Issuing.Transaction.NetworkData
    • Add support for CustomFields, Description, and Footer on Quote.InvoiceSettings, QuotePreviewSubscriptionSchedule.DefaultSettings.InvoiceSettings, QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings, SubscriptionSchedule.DefaultSettings.InvoiceSettings, and SubscriptionSchedule.Phase.InvoiceSettings
    • Add support for Paypay on SetupAttempt.PaymentMethodDetails
    • Add support for MassTransitParkingTax and ParkingTax on Tax.Registration.CountryOptions.Us
    • Add support for GiftCardBrand on TerminalReaderCollectConfigOptions and TerminalReaderProcessConfigOptions
    • Add support for ActivateGiftCard, CashoutGiftCard, CheckGiftCardBalance, DeactivateGiftCard, and ReloadGiftCard on Terminal.Reader.Action
    • Add support for StatusTransitions on V2.Billing.Contract
    • ⚠️ Remove support for OneTimeFees on V2.Billing.ContractCreateOptions and V2.Billing.Contract
    • ⚠️ Remove support for StatusDetails on V2.Billing.Contract
    • Add support for Id and Priority on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data
    • ⚠️ Remove support for PricingOverride on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data
    • ⚠️ Remove support for TieringMode and Tiers on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data.OverwritePrice, V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideOverwritePriceOptions, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddOverwritePriceOptions, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideOverwritePriceOptions, and V2BillingContractPricingOverrideActionAddOverwritePriceOptions
    • Add support for MultiplyPricing on V2.Billing.Contract.PricingOverrides.Data, V2BillingContractPricingOverrideActionAddOptions, and V2BillingContractPricingOverrideOptions
    • ⚠️ Remove support for Multiplier on V2.Billing.Contract.PricingOverrides.Data, V2BillingContractPricingOverrideActionAddOptions, and V2BillingContractPricingOverrideOptions
    • ⚠️ Change type of V2.Billing.Contract.PricingOverrides.Data.Type, V2BillingContractPricingOverrideActionAddOptions.Type, and V2BillingContractPricingOverrideOptions.Type from literal('multiplier') to literal('multiply_pricing')
    • Add support for RelatedNetworkObject on V2.Core.AccountListOptions and V2.Core.Account
    • Add support for NetworkBusinessProfileWallet on V2.MoneyManagement.PayoutMethod
    • Add support for StripeNetworkTransfer on V2.MoneyManagement.ReceivedCredit
    • ⚠️ Change type of V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideEndsAtOptions.Type, V2BillingContractPricingLineEndsAtOptions.Type, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideEndsAtOptions.Type, and V2BillingContractPricingOverrideEndsAtOptions.Type from enum('contract_end'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideStartsAtOptions.Type, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideStartsAtOptions.Type, V2BillingContractPricingLineStartsAtOptions.Type, and V2BillingContractPricingOverrideStartsAtOptions.Type from enum('contract_start'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of V2BillingContractPricingLineActionAddEndsAtOptions.Type, V2BillingContractPricingLineActionUpdateEndsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddEndsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionUpdateEndsAtOptions.Type, V2BillingContractPricingOverrideActionAddEndsAtOptions.Type, and V2BillingContractPricingOverrideActionUpdateEndsAtOptions.Type from enum('billing_period_end'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of V2BillingContractPricingLineActionAddStartsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddStartsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionUpdateStartsAtOptions.Type, V2BillingContractPricingLineActionUpdateStartsAtOptions.Type, V2BillingContractPricingOverrideActionAddStartsAtOptions.Type, and V2BillingContractPricingOverrideActionUpdateStartsAtOptions.Type from enum('billing_period_start'|'timestamp') to literal('timestamp')
    • Add support for event notifications V2BillingContractActivatedEvent, V2BillingContractCanceledEvent, V2BillingContractCreatedEvent, V2BillingContractEndedEvent, and V2BillingContractUpdatedEvent with related object V2.Billing.Contract

See the changelog for more details.

52.2.0-alpha.2

This release changes the pinned API version to 2026-07-01.preview.

  • #​3405 Update generated code for private-preview
    • Add support for new resources Crypto.CustomerConsumerWallet, Crypto.CustomerPaymentToken, Crypto.Customer, Crypto.OnrampSession, and Crypto.OnrampTransactionLimits
    • Add support for Get and List methods on resource Crypto.Customer
    • Add support for Checkout, Create, Get, List, and Quote methods on resource Crypto.OnrampSession
    • Add support for Get method on resource Crypto.OnrampTransactionLimits
    • Add support for ElectronicCommerceIndicator on Charge.PaymentMethodDetails.Card
    • Add support for AmountReceived and AmountRequested on Charge.PaymentMethodDetails.Crypto, PaymentAttemptRecord.PaymentMethodDetails.Crypto, and PaymentRecord.PaymentMethodDetails.Crypto
    • Add support for Fingerprint on Charge.PaymentMethodDetails.GiftCard, PaymentAttemptRecord.PaymentMethodDetails.GiftCard, and PaymentRecord.PaymentMethodDetails.GiftCard
    • Add support for AddressCollectionPrecision on CheckoutSessionAutomaticTaxOptions
    • Add support for Subscription on Checkout.Session.Item
    • ⚠️ Remove support for Deactivation on GiftCardOperation
    • Add support for MerchantAmountExchangeRate on Issuing.Authorization and Issuing.Transaction
    • Add support for DeviceId on Issuing.Authorization.TokenDetails.NetworkData.Device and Issuing.Token.NetworkData.Device
    • Add support for Program on Issuing.Card
    • Add support for PaymentMethodDetails on PaymentAttemptRecordReportFailedOptions and PaymentRecordReportPaymentAttemptFailedOptions
    • Add support for Reason on PaymentAttemptRecordReportRefundOptions and PaymentRecordReportRefundOptions
    • Add support for AmountReconciliation on PaymentIntent.PaymentMethodOptions.Crypto and PaymentIntentPaymentMethodOptionsCryptoOptions
    • Add support for ConnectPermissions and Permissions on V2.Iam.ApiKeyCreateOptions, V2.Iam.ApiKeyUpdateOptions, and V2.Iam.ApiKey
    • Add support for Credit on V2.MoneyManagement.FinancialAccount
    • Add support for Account, IssuingAuthorization, IssuingDispute, and IssuingTransaction on V2.MoneyManagement.Transaction.Flow and V2.MoneyManagement.TransactionEntry.TransactionDetails.Flow
    • Change type of V2.MoneyManagement.FinancialAccountCreateOptions.Type from literal('storage') to enum('credit'|'storage')
    • Add support for ExpiresAt on V2.Iam.ApiKeyCreateOptions

See the changelog for more details.

52.2.0-alpha.1

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

  • #​3403 Update generated code for private-preview
    • Add support for new resources V2.Billing.ContractPricingLineQuantityChange, V2.Core.Health.AlertHistoryEntry, V2.Core.Health.Alert, V2.MoneyManagement.FinancialAddressDebitSimulation, and V2.MoneyManagement.PayoutIntent
    • ⚠️ Remove support for resource V2.Billing.ContractLicensePricingQuantityChange
    • Add support for ReportOfferAcceptance method on resource Issuing.CreditUnderwritingRecord
    • Add support for ProvisionalCredit test helper method on resource Issuing.Dispute
    • Add support for ReportEarlyFraudWarning method on resource PaymentAttemptRecord
    • Add support for Search method on resource PaymentRecord
    • Add support for Debit method on resource V2.MoneyManagement.FinancialAddressDebitSimulation
    • Add support for Cancel, Create, Get, List, and Update methods on resource V2.MoneyManagement.PayoutIntent
    • Add support for Get and List methods on resource V2.Core.Health.Alert
    • Add support for Delete method on resource V2.Billing.Contract
    • ⚠️ Remove support for PerformanceLocationDetails on Tax.TransactionLineItem
    • Add support for FinancialAccountsTransactions, FinancialAccounts, and RecipientsList on AccountSession.Components and AccountSessionComponentsOptions
    • Add support for Location and Reader on Charge.PaymentMethodDetails.GiftCard, GiftCardOperation, PaymentAttemptRecord.PaymentMethodDetails.GiftCard, and PaymentRecord.PaymentMethodDetails.GiftCard
    • Add support for Subscription on CheckoutSessionItemOptions
    • Add support for Items on Checkout.Session
    • Add support for Brand on Checkout.Session.CurrentAttempt.PaymentMethodDetails.Card
    • Add support for NetworkData on Issuing.TestHelpersAuthorizationCaptureOptions and Issuing.TestHelpersTransactionCreateForceCaptureOptions
    • Add support for EnrichedMerchantData on Issuing.Authorization
    • Add support for AvailableBalance and CurrentBalance on Issuing.Authorization.BalanceResponse
    • ⚠️ Remove support for Amount on Issuing.Authorization.BalanceResponse
    • Add support for DecisionDeadlineUpdatedAt on Issuing.CreditUnderwritingRecord
    • Add support for AcquirerReferenceNumber on Issuing.Transaction.NetworkData
    • Add support for Tip on PaymentIntentAmountDetailsOptions
    • Add support for BillingCycleAnchor on V2.Billing.ContractCreateOptions and V2.Billing.Contract
    • ⚠️ Remove support for ContractLineDetails, ContractValueDetails, and LicenseQuantities on V2.Billing.Contract
    • Add support for BillSettingsDetails on V2.Billing.Contract.BillingSettings and V2BillingContractBillingSettingsOptions
    • Add support for BillingProfileDetails and CollectionSettingsDetails on V2.Billing.Contract.BillingSettings
    • ⚠️ Remove support for ContractBillingDetails on V2.Billing.Contract.BillingSettings and V2BillingContractBillingSettingsOptions
    • ⚠️ Change type of V2.Billing.Contract.OneTimeFees from array(an object) to an object
    • ⚠️ Change type of V2.Billing.Contract.PricingLines from array(an object) to an object
    • ⚠️ Change type of V2.Billing.Contract.PricingOverrides from array(an object) to an object
    • Add support for Mode on V2.Commerce.ProductCatalogImport
    • Add support for MoneyManager on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for Storer on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • Add support for SunbitPayments on V2.Core.Account.Configuration.Merchant.Capabilities and V2CoreAccountConfigurationMerchantCapabilitiesOptions
    • Add support for Ach, Becs, Eft, Fedwire, Fps, Npp, Rtp, SepaCredit, SepaInstant, and Swift on V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts and V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsOptions
    • Add support for ConsumerMoneyManager on V2.Core.Account.Identity.Attestations.TermsOfService and V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • Add support for CryptoMoneyManager on V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for ConsumerStorer on V2.Core.Account.Identity.Attestations.TermsOfService and V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for CryptoStorer on V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for MaximumRps on V2.Core.BatchJobCreateOptions and V2.Core.BatchJob
    • Add support for Bic on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • ⚠️ Remove support for SwiftCode on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • Add support for Attachment on V2.MoneyManagement.OutboundPayment.DeliveryOptions.PaperCheck and V2MoneyManagementOutboundPaymentDeliveryOptionsPaperCheckOptions
    • Add support for Processing on V2.MoneyManagement.OutboundPayment.StatusDetails and V2.MoneyManagement.OutboundTransfer.StatusDetails
    • Add support for PayoutMethodOptions on V2.MoneyManagement.OutboundPayment.To, V2.MoneyManagement.OutboundTransfer.To, V2MoneyManagementOutboundPaymentToOptions, and V2MoneyManagementOutboundTransferToOptions
    • Add support for AccountHolderName on V2.MoneyManagement.ReceivedCredit.BankTransfer.UsBankAccount
      ... (truncated)

52.1.1

  • #​3409 Replace source hash with Telemetry UUID
  • #​3408 Make Error fields generated

See the changelog for more details.

52.1.0

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

  • #​3399 Update generated code
    • Add support for ReleaseDetails on Reserve.Hold
    • Add support for BuyerId on Charge.PaymentMethodDetails.Bizum, ConfirmationToken.PaymentMethodPreview.Bizum, ConfirmationToken.PaymentMethodPreview.Blik, PaymentAttemptRecord.PaymentMethodDetails.Bizum, PaymentMethod.Bizum, PaymentMethod.Blik, and PaymentRecord.PaymentMethodDetails.Bizum
    • Add support for TransactionLinkId on Charge.PaymentMethodDetails.Card
    • Add support for Fingerprint on Charge.PaymentMethodDetails.Pix, ConfirmationToken.PaymentMethodPreview.Pix, PaymentMethod.Pix, and SetupAttempt.PaymentMethodDetails.Pix
    • Add support for Sunbit on Checkout.Session.PaymentMethodOptions, CheckoutSessionPaymentMethodOptionsOptions, PaymentIntent.PaymentMethodOptions, and PaymentIntentPaymentMethodOptionsOptions
    • Add support for BillingCycleAnchorConfig on CheckoutSessionSubscriptionDataOptions
    • Add support for WechatPay on Checkout.Session.PaymentMethodOptions
    • Add support for MastercardCompliance on Dispute.Evidence.EnhancedEvidence, Dispute.EvidenceDetails.EnhancedEligibility, and DisputeEvidenceEnhancedEvidenceOptions
    • Add support for StatusDetails on FinancialConnections.Account
    • ⚠️ Remove support for StoredCredentialUsage on PaymentAttemptRecord.PaymentMethodDetails.Card and PaymentRecord.PaymentMethodDetails.Card
    • Add support for SetupFutureUsage on PaymentIntent.PaymentMethodOptions.Satispay and PaymentIntentPaymentMethodOptionsSatispayOptions
    • Add support for Satispay on SetupAttempt.PaymentMethodDetails
    • Add support for CustomFields, Description, and Footer on Subscription.InvoiceSettings and SubscriptionInvoiceSettingsOptions
    • Add support for PaymentMethodOptions and PaymentMethod on TopupCreateOptions
    • Add support for Mode on V2.Commerce.ProductCatalogImport
    • Add support for SunbitPayments on V2.Core.Account.Configuration.Merchant.Capabilities and V2CoreAccountConfigurationMerchantCapabilitiesOptions
    • Add support for CryptoMoneyManager and MoneyManager on V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for CryptoStorer and Storer on V2CoreAccountIdentityAttestationsTermsOfServiceOptions

See the changelog for more details.

52.1.0-alpha.2

  • #​3397 Update generated code for private-preview
    • Add support for Get method on resource Radar.CustomerEvaluation
    • Add support for DisableStripeUserAuthentication on AccountSession.Components.Bills.Features
    • Add support for Tamara on Charge.PaymentMethodDetails, ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentAttemptRecord.PaymentMethodDetails, PaymentIntentPaymentMethodDataOptions, PaymentMethodCreateOptions, PaymentMethod, PaymentRecord.PaymentMethodDetails, SetupIntentPaymentMethodDataOptions, and SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for Status on Charge.PaymentMethodDetails.Card.AccountFunding
    • ⚠️ Remove support for ProcessedTransactionType on Charge.PaymentMethodDetails.Card.AccountFunding
    • Add support for Items on Checkout.SessionCreateOptions
    • ⚠️ Remove support for Brand on Checkout.Session.CurrentAttempt.PaymentMethodDetails.Card
    • ⚠️ Remove support for First6 on ConfirmationToken.PaymentMethodPreview.GiftCard, PaymentMethod.GiftCard, and SharedPayment.GrantedToken.PaymentMethodDetails.GiftCard
    • Add support for Fingerprint on GiftCard
    • Add support for Blik on Mandate.PaymentMethodDetails
    • Add support for BuyerId on Order.Payment.Settings.PaymentMethodOptions.WechatPay, OrderPaymentSettingsPaymentMethodOptionsWechatPayOptions, PaymentIntent.PaymentMethodOptions.WechatPay, and PaymentIntentPaymentMethodOptionsWechatPayOptions
    • Add support for PaymentMethodDetails on PaymentAttemptRecordReportGuaranteedOptions and PaymentRecordReportPaymentAttemptGuaranteedOptions
    • Add support for Failed and RefundGroup on PaymentAttemptRecordReportRefundOptions and PaymentRecordReportRefundOptions
    • Change type of PaymentAttemptRecordReportRefundOptions.Outcome and PaymentRecordReportRefundOptions.Outcome from literal('refunded') to enum('failed'|'refunded')
    • Add support for BeneficiaryDetails on PaymentIntent.PaymentDetails.MoneyServices and PaymentIntentPaymentDetailsMoneyServicesOptions
    • ⚠️ Remove support for BeneficiaryAccount and BeneficiaryDetails on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding and PaymentIntentPaymentDetailsMoneyServicesAccountFundingOptions
    • ⚠️ Remove support for SenderAccount on PaymentIntentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for GivenName and Surname on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding.SenderDetails and PaymentIntentPaymentDetailsMoneyServicesAccountFundingSenderDetailsOptions
    • ⚠️ Remove support for Name on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding.SenderDetails and PaymentIntentPaymentDetailsMoneyServicesAccountFundingSenderDetailsOptions
    • Change type of PaymentIntentPaymentMethodOptionsCardOptions.CaptureMethod from literal('manual') to enum('automatic_delayed'|'manual')
    • ⚠️ Remove support for Wallet on PaymentIntentPaymentMethodOptionsCardPaymentDetailsMoneyServicesAccountFundingOptions and PaymentIntentPaymentMethodOptionsCardPresentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for TransactionVerificationOptions on PaymentIntent.PaymentMethodOptions.Crypto and PaymentIntentPaymentMethodOptionsCryptoOptions
    • Change type of TestHelpersPaymentIntentSimulateCryptoDepositOptions.TokenCurrency from literal('usdc') to enum('usdc'|'usdg'|'usdp')
    • Add support for ForcedCapture on PaymentIntent.AdvancedFeatureDetails
    • Add support for WechatPayHandleAppRedirect on PaymentIntent.NextAction and SetupIntent.NextAction
    • Add support for Ethereum and Polygon on PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses
    • ⚠️ Change type of PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Base.SupportedToken.TokenCurrency, PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Solana.SupportedToken.TokenCurrency, and PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Tempo.SupportedToken.TokenCurrency from literal('usdc') to enum('usdc'|'usdg'|'usdp')
    • Add support for BeneficiaryAccount on PaymentIntent.PaymentDetails.MoneyServices
    • ⚠️ Change type of PaymentIntent.PaymentMethodOptions.Card.CaptureMethod from literal('manual') to enum('automatic_delayed'|'manual')
    • Change type of PaymentLocationBusinessRegistrationOptions.Siret from string to emptyable(string)
    • Add support for Card on PaymentRecordPaymentMethodDetailsOptions
    • Change type of PaymentRecordPaymentMethodDetailsOptions.Type from literal('custom') to enum('card'|'custom')
    • Add support for ManagedPayments on Product
    • Add support for PaymentAttemptRecord on RefundCreateOptions and RefundListOptions
    • Add support for PaymentRecord on RefundListOptions
    • Add support for Protections on V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Celtic.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Celtic.SpendCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.SpendCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.FifthThird.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Lead.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Celtic.RevolvingCreditCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.CrossRiverBank.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Lead.DebitCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Lead.PrepaidCard, V2.Core.Account.Configuration.Customer.Capabilities.AutomaticIndirectTax, V2.Core.Account.Configuration.Merchant.Capabilities.AchDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AcssDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AffirmPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AfterpayClearpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AlmaPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AmazonPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AuBecsDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BacsDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BancontactPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BlikPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BoletoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CardPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CartesBancairesPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CashappPayments, V2.Core.Account.Configuration.Merchant.Capabilities.EpsPayments, V2.Core.Account.Configuration.Merchant.Capabilities.FpxPayments, V2.Core.Account.Configuration.Merchant.Capabilities.GbBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.GrabpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.IdealPayments, V2.Core.Account.Configuration.Merchant.Capabilities.JcbPayments, V2.Core.Account.Configuration.Merchant.Capabilities.JpBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KakaoPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KlarnaPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KonbiniPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KrCardPayments, V2.Core.Account.Configuration.Merchant.Capabilities.LinkPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MobilepayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MultibancoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MxBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.NaverPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.OxxoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.P24Payments, V2.Core.Account.Configuration.Merchant.Capabilities.PayByBankPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PaycoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PaynowPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PromptpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.RevolutPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SamsungPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SepaBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SepaDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.StripeBalance.Payouts, V2.Core.Account.Configuration.Merchant.Capabilities.SwishPayments, V2.Core.Account.Configuration.Merchant.Capabilities.TwintPayments, V2.Core.Account.Configuration.Merchant.Capabilities.UsBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.ZipPayments, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Instant, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Local, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Wire, V2.Core.Account.Configuration.Recipient.Capabilities.Cards, V2.Core.Account.Configuration.Recipient.Capabilities.CryptoWallets, V2.Core.Account.Configuration.Recipient.Capabilities.PaperChecks, V2.Core.Account.Configuration.Recipient.Capabilities.StripeBalance.Payouts, V2.Core.Account.Configuration.Recipient.Capabilities.StripeBalance.StripeTransfers, V2.Core.Account.Configuration.Storer.Capabilities.Consumer.HoldsCurrencies.Usd, V2.Core.Account.Configuration.Storer.Capabilities.FinancialAddresses.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.FinancialAddresses.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Eur, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Gbp, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Usd, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Usdc, V2.Core.Account.Configuration.Storer.Capabilities.InboundTransfers.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.Cards, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.PaperChecks, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.FinancialAccounts, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCelticChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCelticSpendCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankSpendCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialFifthThirdChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialLeadPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripeChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripePrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerCelticRevolvingCreditCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerCrossRiverBankPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerLeadDebitCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerLeadPrepaidCardOptions, V2CoreAccountConfigurationCustomerCapabilitiesAutomaticIndirectTaxOptions, V2CoreAccountConfigurationMerchantCapabilitiesAchDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAcssDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAffirmPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAfterpayClearpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAlmaPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAmazonPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAuBecsDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBacsDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBancontactPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBlikPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBoletoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCardPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCartesBancairesPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCashappPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesEpsPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesFpxPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesGbBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesGrabpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesIdealPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesJcbPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesJpBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKakaoPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKlarnaPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKonbiniPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKrCardPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesLinkPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMobilepayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMultibancoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMxBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesNaverPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesOxxoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesP24PaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPayByBankPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPaycoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPaynowPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPromptpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesRevolutPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSamsungPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSepaBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSepaDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSwishPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesTwintPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesUsBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesZipPaymentsOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsInstantOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsLocalOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsWireOptions, V2CoreAccountConfigurationRecipientCapabilitiesCardsOptions, V2CoreAccountConfigurationRecipientCapabilitiesCryptoWalletsOptions, V2CoreAccountConfigurationRecipientCapabilitiesPaperChecksOptions, V2CoreAccountConfigurationRecipientCapabilitiesStripeBalanceStripeTransfersOptions, V2CoreAccountConfigurationStorerCapabilitiesConsumerHoldsCurrenciesUsdOptions, V2CoreAccountConfigurationStorerCapabilitiesFinancialAddressesBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesFinancialAddressesCryptoWalletsOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesEurOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesGbpOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesUsdOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesUsdcOptions, V2CoreAccountConfigurationStorerCapabilitiesInboundTransfersBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsCardsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsCryptoWalletsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsFinancialAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsPaperChecksOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersCryptoWalletsOptions, and V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersFinancialAccountsOptions

See the changelog for more details.

52.1.0-alpha.1

This release changes the pinned API version to 2026-06-10.preview.

  • #​3395 Update generated code for private-preview
    • Add support for new resources GiftCardOperation, GiftCard, and TaxFund
    • Add support for Get method on resource GiftCardOperation
    • Add support for Activate, Cashout, CheckBalance, Create, Get, Reload, and VoidOperation methods on resource GiftCard
    • Add support for Get and List methods on resource TaxFund
    • Add support for UpdateCryptoRefundAddress method on resource PaymentIntent
    • Add support for PerformanceLocationDetails on Tax.CalculationLineItem, Tax.TransactionLineItem, and TaxCalculationLineItemOptions
    • ⚠️ Remove support for MoneyServices on ChargePaymentDetailsOptions and PaymentIntentPaymentDetailsOptions
    • Add support for FrMealVoucher on Charge.PaymentMethodDetails.Card.Benefits
    • Add support for Multicapture on Charge.PaymentMethodDetails.CardPresent, ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, PaymentAttemptRecord.PaymentMethodDetails.CardPresent, PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, and PaymentRecord.PaymentMethodDetails.CardPresent
    • Add support for Pix on Checkout.Session.CurrentAttempt.PaymentMethodDetails
    • Add support for ProvisionalCredit on Issuing.DisputeUpdateOptions and Issuing.Dispute
    • Add support for Reason on PaymentAttemptRecordReportCanceledOptions and PaymentRecordReportPaymentAttemptCanceledOptions
    • Add support for FiservValuelink, Givex, and Svs on PaymentAttemptRecord.ProcessorDetails and PaymentRecord.ProcessorDetails
    • ⚠️ Change type of PaymentAttemptRecord.ProcessorDetails.Type and PaymentRecord.ProcessorDetails.Type from literal('custom') to enum('custom'|'fiserv_valuelink'|'givex'|'svs')
    • Add support for CaptureBy and CaptureDelay on PaymentIntent.PaymentMethodOptions.CardPresent, PaymentIntent.PaymentMethodOptions.Card, PaymentIntentPaymentMethodOptionsCardOptions, and PaymentIntentPaymentMethodOptionsCardPresentOptions
    • ⚠️ Remove support for LiquidAsset on PaymentIntentPaymentMethodOptionsCardPaymentDetailsMoneyServicesAccountFundingOptions and PaymentIntentPaymentMethodOptionsCardPresentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for RequestMulticapture on PaymentIntent.PaymentMethodOptions.CardPresent and PaymentIntentPaymentMethodOptionsCardPresentOptions
    • Add support for IgnoreApplicationFee, IgnoreTransferData, and RequestPartialAuthorization on PaymentIntentPaymentMethodOptionsGiftCardOptions
    • Add support for LatestPaymentAttemptRecord and PaymentRecord on PaymentIntent
    • ⚠️ Remove support for Reauthorization and ReauthorizeBefore on PaymentIntent.AdvancedFeatureDetails
    • Add support for RefundAddress on PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Base, PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Solana, and PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Tempo
    • Add support for Location on PaymentIntent.PaymentDetails and SetupIntent.SetupDetails
    • Add support for Data on RadarAccountEvaluationLoginInitiatedClientDeviceMetadataDetailsOptions, RadarAccountEvaluationRegistrationInitiatedClientDeviceMetadataDetailsOptions, and RadarCustomerEvaluationEvaluationContextClientDetailsOptions
    • ⚠️ Change type of V2.Core.FeeBatch.Adjustments.TaxAdjustment from amount to an object
    • ⚠️ Change type of V2.Core.FeeBatch.Amount, V2.Core.FeeBatch.CollectionRecord.Amount, V2.Core.FeeBatch.CollectionRecord.Tax.Amount, V2.Core.FeeBatch.Tax.Amount, V2.Core.FeeEntry.Amount, and V2.Core.FeeEntry.Tax.Amount from amount to an object
    • Add support for TaxFund on V2.MoneyManagement.Transaction.Flow and V2.MoneyManagement.TransactionEntry.TransactionDetails.Flow

See the changelog for more details.

52.0.0

This release doesn't change the pinned API version; it still uses 2026-05-27.dahlia.

We're doing an out-of-band-major to update a field type that changed. If you're not using tax_details, this is a no-op release when compared with the last one. If you are using tax_details its type has changed slightly and you'll have to update your code when upgrading.

  • #​3396 ⚠️ Make tax_rate.tax_details expandable
  • #​3394 Add "source" field to user-agent header

See the changelog for more details.

51.3.0-beta.1

This release changes the pinned API version to 2026-05-27.private.

  • #​3376 Update generated code for beta
    • ...

Description has been truncated

---
updated-dependencies:
- dependency-name: Stripe.net
  dependency-version: 52.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 12, 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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants