Skip to content

Bump Stripe.net from 52.2.0 to 52.3.0 - #1453

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Stripe.net from 52.2.0 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.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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 10, 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