Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Updated Stripe.net from 47.4.0 to 49.0.0.

Release notes

Sourced from Stripe.net's releases.

49.0.0

This release changes the pinned API version to 2025-09-30.clover and contains breaking changes (prefixed with ⚠️ below)

  • #​3168 ⚠️ Add strongly typed EventNotifications
    We've overhauled how V2 Events are handled in the SDK! This approach should provide a lot more information at authoring and compile time, leading to more robust integrations. As part of this process, there are a number of changes to be aware of.

    • Added matching EventNotification classes to every v2 Event. For example, there's now a V1BillingMeterErrorReportTriggeredEventNotification to match the existing V1BillingMeterErrorReportTriggeredEvent. Each notification class defines a fetchEvent() method to retrieve its corresponding event. For events with related objects, there's a fetchRelatedObject() method that performs the API call and casts the response to the correct type.
    • ⚠️ Rename function StripeClient.parseThinEvent to StripeClient.parseEventNotification and remove the Stripe.ThinEvent class.
      • This function now returns a Stripe.V2.Core.EventNotification (which is the shared base class that all of the more specific Stripe..Events.*EventNotification classes share) instead of Stripe.ThinEvent. When applicable, these event notifications will have the relatedObject property and a fetchRelatedObject() function. They also have a fetchEvent() method to retrieve their corresponding Stripe.Event.*Event instance.
      • If you parse an event the SDK doesn't have types for (e.g. it's newer than the SDK you're using), you'll get an instance of Stripe.Events.UnknownEventNotification instead of a more specific type. It has both the relatedObject property and the FetchRelatedObject() function (but they may be/return null)
  • #​3194 Add StripeContext object

    • Add the StripeContext class. Previously, one could only pass a string for StripeContext property of the RequestOptions class. You can now use the new class as well.
    • ⚠️ Change EventNotification (formerly known as ThinEvent)'s context property from string to StripeContext
  • #​3200 Move V2.Event API resources to V2.Core.Events

    • ⚠️ Move all V2 Event-related classes (Event, EventDestination,EventReason etc) from Stripe.V2 to Stripe.V2.Core. They now correctly match their API path and are in line with all other resources. To update your code:
      • Stripe.V2.Event -> Stripe.V2.Core.Event
      • Stripe.V2.EventDestination -> Stripe.V2.Core.EventDestination
      • Stripe.V2.EventReason -> Stripe.V2.Core.EventReason
      • Stripe.V2.EventReasonRequest -> Stripe.V2.Core.EventReasonRequest
      • Stripe.V2.EventRelatedObject -> Stripe.V2.Core.EventRelatedObject
  • #​3206 ⚠️ Drop support for .NET Core 3.1 & clarify policy

    • Read our new language version support policy
      • ⚠️ In this release, we drop support for .NET Core 3.1.
      • Support for .NET Core versions 5 & 7 are deprecated and will be removed in the next major version scheduled for March 2026
  • #​3197 Remove unused obsolete classes SourceTransactionsListOptions and SourceTransactionsGetOptions

    • ⚠️ Removed class SourceTransactionsListOptions in favor of SourceTransactionListOptions
    • ⚠️ Removed unused class SourceTransactionsGetOptions
  • #​3167 ⚠️ Build SDK w/ V2 OpenAPI spec

    • ⚠️ The delete methods for v2 APIs (the ones in the StripeClient.v2 namespace) now return a V2DeletedObject which has the id of the object that has been deleted and a string representing the type of the object that has been deleted.
  • #​3171 Adds ability to specify file name and type when calling FileService.Create

    • ⚠️ Changes FileCreateOptions.File from a Stream to a MultipartFileContent type. This type lets you optionally specify a Name and Type to use when creating the file.
  • #​3174 just format formats entire solution

  • #​3172 Update generated code

    • ⚠️ Changes type of UseStripeSdk in PaymentIntentNextAction and SetupIntentNextAction to be Dictionary<string, object>
    • ⚠️ Removes PaymentIntentNextActionUseStripeSdk and SetupIntentNextActionUseStripeSdk
  • #​3170 Adds public BaseUrl to RawRequestOptions

    • Adds BaseUrl to RawRequestOptions for raw request calls to endpoints at hosts other than api.stripe.com
  • #​3175, #​3190, #​3205 Update generated code based on incoming API changes in the 2025-09-30.clover API version.

    • ⚠️ Remove support for BalanceReport and PayoutReconciliationReport on AccountSession.Components and AccountSessionComponentsOptions
    • ⚠️ Change type of InvoiceSubscriptionDetailsOptions.CancelAt, SubscriptionCreateOptions.CancelAt and SubscriptionUpdateOptions.CancelAt from DateTime to DateTime | enum('max_period_end'|'min_period_end')
    • ⚠️ Remove support for Coupon on Discount, PromotionCodeCreateOptions, and PromotionCode. Use Discount.Source.Coupon, PromotionCodeCreateOptions.Promotion.Coupon, and PromotionCode.Promotion.Coupon instead.
    • ⚠️ Remove support for Link and PayByBank on PaymentMethodUpdateOptions
    • Add support for new resource BalanceSettings
    • Add support for Get and Update methods on resource BalanceSettings
    • Add support for Source on Discount
    • Add support for MbWayPayments on Account.Capabilities and AccountCapabilitiesOptions
    • Add support for TrialUpdateBehavior on BillingPortal.Configuration.Features.SubscriptionUpdate and BillingPortalConfigurationFeaturesSubscriptionUpdateOptions
    • Add support for MbWay on Charge.PaymentMethodDetails, ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentIntent.PaymentMethodOptions, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentMethodCreateOptions, PaymentMethod, and SetupIntentPaymentMethodDataOptions
    • Add support for BrandingSettings and NameCollection on Checkout.SessionCreateOptions and Checkout.Session
    • Add support for ExcludedPaymentMethodTypes on Checkout.SessionCreateOptions, Checkout.Session, PaymentIntentConfirmOptions, and PaymentIntentUpdateOptions
      ... (truncated)

48.6.0-beta.1

This release changes the pinned API version to 2025-08-27.preview.

  • #​3156 Update generated code for beta
    • Add support for Get and List methods on resource InvoicePayment
    • Add support for List method on resource Mandate
    • Add support for Applied on V2.Core.Account.Configuration.Customer, V2.Core.Account.Configuration.Merchant, V2.Core.Account.Configuration.Recipient, V2.Core.Account.Configuration.Storer, V2CoreAccountConfigurationCustomerOptions, V2CoreAccountConfigurationMerchantOptions, V2CoreAccountConfigurationRecipientOptions, and V2CoreAccountConfigurationStorerOptions
    • Change type of Billing.AlertTriggered.Value from longInteger to decimal_string
    • Add support for DisplayName on V2.MoneyManagement.FinancialAccountCreateOptions and V2.MoneyManagement.FinancialAccount
    • Add support for CurrencyConversion on V2.MoneyManagement.Transaction.Flow and V2.MoneyManagement.TransactionEntry.TransactionDetails.Flow
    • Add support for Payments on BalanceSettingsUpdateOptions and BalanceSettings
    • Remove support for DebitNegativeBalances, Payouts, and SettlementTiming on BalanceSettingsUpdateOptions and BalanceSettings
    • Add support for Mandate on Charge.PaymentMethodDetails.Pix, PaymentAttemptRecord.PaymentMethodDetails.Pix, and PaymentRecord.PaymentMethodDetails.Pix
    • Add support for CouponData on CheckoutSessionDiscountOptions
    • Add support for MandateOptions on Checkout.Session.PaymentMethodOptions.Pix, CheckoutSessionPaymentMethodOptionsPixOptions, PaymentIntent.PaymentMethodOptions.Pix, and PaymentIntentPaymentMethodOptionsPixOptions
    • Change type of Checkout.Session.PaymentMethodOptions.Pix.SetupFutureUsage, CheckoutSessionPaymentMethodOptionsPixOptions.SetupFutureUsage, PaymentIntent.PaymentMethodOptions.Pix.SetupFutureUsage, and PaymentIntentPaymentMethodOptionsPixOptions.SetupFutureUsage from literal('none') to enum('none'|'off_session')
    • Add support for Amount on Mandate.MultiUse, PaymentAttemptRecord, and PaymentRecord
    • Add support for Currency on Mandate.MultiUse
    • Add support for Pix on Mandate.PaymentMethodDetails, SetupAttempt.PaymentMethodDetails, SetupIntent.PaymentMethodOptions, and SetupIntentPaymentMethodOptionsOptions
    • Add support for Limit on PaymentAttemptRecordListOptions
    • Add support for AmountAuthorized, AmountRefunded, and Application on PaymentAttemptRecord and PaymentRecord
    • Add support for ProcessorDetails on PaymentAttemptRecord, PaymentRecordReportPaymentOptions, and PaymentRecord
    • Remove support for PaymentReference on PaymentAttemptRecord, PaymentRecordReportPaymentOptions, and PaymentRecord
    • Add support for Installments on PaymentAttemptRecord.PaymentMethodDetails.Alma and PaymentRecord.PaymentMethodDetails.Alma
    • Add support for TransactionId on PaymentAttemptRecord.PaymentMethodDetails.Alma, PaymentAttemptRecord.PaymentMethodDetails.AmazonPay, PaymentAttemptRecord.PaymentMethodDetails.Billie, PaymentAttemptRecord.PaymentMethodDetails.KakaoPay, PaymentAttemptRecord.PaymentMethodDetails.KrCard, PaymentAttemptRecord.PaymentMethodDetails.NaverPay, PaymentAttemptRecord.PaymentMethodDetails.Payco, PaymentAttemptRecord.PaymentMethodDetails.RevolutPay, PaymentAttemptRecord.PaymentMethodDetails.SamsungPay, PaymentAttemptRecord.PaymentMethodDetails.Satispay, PaymentRecord.PaymentMethodDetails.Alma, PaymentRecord.PaymentMethodDetails.AmazonPay, PaymentRecord.PaymentMethodDetails.Billie, PaymentRecord.PaymentMethodDetails.KakaoPay, PaymentRecord.PaymentMethodDetails.KrCard, PaymentRecord.PaymentMethodDetails.NaverPay, PaymentRecord.PaymentMethodDetails.Payco, PaymentRecord.PaymentMethodDetails.RevolutPay, PaymentRecord.PaymentMethodDetails.SamsungPay, and PaymentRecord.PaymentMethodDetails.Satispay
    • Add support for Location and Reader on PaymentAttemptRecord.PaymentMethodDetails.Paynow and PaymentRecord.PaymentMethodDetails.Paynow
    • Add support for LatestActiveMandate on PaymentMethod
    • Add support for Metadata and Period on QuotePreviewSubscriptionSchedule.Phase.AddInvoiceItem
    • Add support for PixDisplayQrCode on SetupIntent.NextAction
    • Add support for ReaderSecurity on Terminal.ConfigurationCreateOptions, Terminal.ConfigurationUpdateOptions, and Terminal.Configuration

See the changelog for more details.

48.6.0-alpha.2

  • #​3173 generate private-preview SDK w/ mid Sept changes
    • Add support for retrieve method on resource V2.Core.ClaimableSandbox
    • Add support for month_of_year on V2.Billing.Cadence#create.billing_cycle.month and V2.Billing.Cadence.billing_cycle.month
    • Add support for claimed_at, expires_at, sandbox_details, and status on V2.Core.ClaimableSandbox
    • Remove support for api_keys on V2.Core.ClaimableSandbox
    • Change type of V2.Core.ClaimableSandbox.claim_url from string to nullable(string)
    • Add support for new value current_billing_period_end on enums V2.Billing.Intent#create.actions[].deactivate.effective_at.type and V2.Billing.IntentAction.deactivate.effective_at.type
    • Add support for will_activate_at and will_cancel_at on V2.Billing.PricingPlanSubscription.servicing_status_transitions and V2.Billing.RateCardSubscription.servicing_status_transitions
    • Add support for category and priority on V2.Billing.ServiceAction#create.credit_grant_per_tenant, V2.Billing.ServiceAction#create.credit_grant, V2.Billing.ServiceAction.credit_grant_per_tenant, and V2.Billing.ServiceAction.credit_grant
    • Change V2.Billing.LicenseFee#update.display_name to be optional
    • Add support for invoices on EventsV2BillingCadenceBilledEvent
    • Add support for thin events V2CoreClaimableSandboxClaimedEvent, V2CoreClaimableSandboxExpiredEvent, V2CoreClaimableSandboxExpiringEvent, and V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent with related object V2.Core.ClaimableSandbox
    • Remove support for thin event V2BillingCadenceErroredEvent with related object V2.Billing.Cadence

See the changelog for more details.

48.6.0-alpha.1

  • #​3166 Use the right API version 2025-08-27.preview

  • #​3162 Update generated code for private-preview

    • Add support for AttachCadence method on resource Subscription
    • Add support for Currency and ExternalCustomerId on Billing.AlertTriggered
    • Add support for CustomPricingUnit on Billing.AlertTriggered, Billing.CreditBalanceSummary.Balance.AvailableBalance, Billing.CreditBalanceSummary.Balance.LedgerBalance, Billing.CreditBalanceTransaction.Credit.Amount, Billing.CreditBalanceTransaction.Debit.Amount, Billing.CreditGrant.Amount, and BillingCreditGrantAmountOptions
    • Add support for Customer on Billing.AlertListOptions
    • Change type of Billing.Alert.AlertType, Billing.AlertCreateOptions.AlertType, and Billing.AlertListOptions.AlertType from literal('usage_threshold') to enum('credit_balance_threshold'|'usage_threshold')
    • Add support for CreditBalanceThreshold on Billing.AlertCreateOptions and Billing.Alert
    • Add support for BillableItems on Billing.CreditGrant.ApplicabilityConfig.Scope, BillingCreditBalanceSummaryFilterApplicabilityScopeOptions, and BillingCreditGrantApplicabilityConfigScopeOptions
    • Change type of Billing.CreditBalanceSummary.Balance.AvailableBalance.Type, Billing.CreditBalanceSummary.Balance.LedgerBalance.Type, Billing.CreditBalanceTransaction.Credit.Amount.Type, Billing.CreditBalanceTransaction.Debit.Amount.Type, Billing.CreditGrant.Amount.Type, and BillingCreditGrantAmountOptions.Type from literal('monetary') to enum('custom_pricing_unit'|'monetary')
    • Add support for LicenseFeeSubscriptionDetails and RateCardSubscriptionDetails on InvoiceItem.Parent and InvoiceLineItem.Parent
    • Change type of InvoiceItem.Parent.Type from literal('subscription_details') to enum('license_fee_subscription_details'|'rate_card_subscription_details'|'subscription_details')
    • Add support for LicenseFeeDetails and RateCardRateDetails on InvoiceItem.Pricing and InvoiceLineItem.Pricing
    • Change type of InvoiceItem.Pricing.Type and InvoiceLineItem.Pricing.Type from literal('price_details') to enum('license_fee_details'|'price_details'|'rate_card_rate_details')
    • Add support for BillingCadence on InvoiceCreatePreviewOptions, SubscriptionCreateOptions, and Subscription
    • Add support for BillingCadenceDetails on Invoice.Parent and QuotePreviewInvoice.Parent
    • Add support for new resources V2.AccountLink, V2.Account, V2.Billing.BillSettingVersion, V2.Billing.BillSetting, V2.Billing.Cadence, V2.Billing.CollectionSettingVersion, V2.Billing.CollectionSetting, V2.Billing.CustomPricingUnit, V2.Billing.IntentAction, V2.Billing.Intent, V2.Billing.LicenseFeeSubscription, V2.Billing.LicenseFeeVersion, V2.Billing.LicenseFee, V2.Billing.LicensedItem, V2.Billing.MeteredItem, V2.Billing.PricingPlanComponent, V2.Billing.PricingPlanSubscription, V2.Billing.PricingPlanVersion, V2.Billing.PricingPlan, V2.Billing.Profile, V2.Billing.RateCardRate, V2.Billing.RateCardSubscription, V2.Billing.RateCardVersion, V2.Billing.RateCard, V2.Billing.ServiceAction, V2.Core.ClaimableSandbox, V2.Reporting.ReportRun, V2.Reporting.Report, and V2.Tax.AutomaticRule
    • Add support for Create, Deactivate, Find, Get, and Update methods on resource V2.Tax.AutomaticRule
    • Add support for Create and Get methods on resources V2.Billing.ServiceAction and V2.Reporting.ReportRun
    • Add support for Get method on resources V2.Billing.LicenseFeeSubscription and V2.Reporting.Report
    • Add support for Create method on resources V2.AccountLink and V2.Core.ClaimableSandbox
    • Add support for Cancel, Create, Get, List, and Update methods on resources V2.Billing.Cadence and V2.Billing.RateCardSubscription
    • Add support for Create, Get, List, and Update methods on resources V2.Billing.BillSetting, V2.Billing.CollectionSetting, V2.Billing.CustomPricingUnit, V2.Billing.LicenseFee, V2.Billing.LicensedItem, V2.Billing.MeteredItem, V2.Billing.PricingPlan, V2.Billing.Profile, and V2.Billing.RateCard
    • Add support for Get and List methods on resources V2.Billing.BillSettingVersion, V2.Billing.CollectionSettingVersion, V2.Billing.IntentAction, V2.Billing.LicenseFeeVersion, V2.Billing.PricingPlanSubscription, V2.Billing.PricingPlanVersion, and V2.Billing.RateCardVersion
    • Add support for Create, Delete, Get, and List methods on resource V2.Billing.RateCardRate
    • Add support for Create, Delete, Get, List, and Update methods on resource V2.Billing.PricingPlanComponent
    • Add support for Cancel, Commit, Create, Get, List, ReleaseReservation, and Reserve methods on resource V2.Billing.Intent
    • Add support for Close, Create, Get, List, and Update methods on resource V2.Account
    • Add support for Changes on V2.Event
    • Add support for thin events AccountConfigurationRecipientDataAccountLinkCompletedEvent, AccountConfigurationRecipientDataFeatureStatusUpdatedEvent, and AccountRequirementsUpdatedEvent with related object V2.Account
    • Add support for thin events V2BillingCadenceBilledEvent, V2BillingCadenceCanceledEvent, V2BillingCadenceCreatedEvent, and V2BillingCadenceErroredEvent with related object V2.Billing.Cadence
    • Add support for thin events V2BillingLicenseFeeCreatedEvent and V2BillingLicenseFeeUpdatedEvent with related object V2.Billing.LicenseFee
    • Add support for thin event V2BillingLicenseFeeVersionCreatedEvent with related object V2.Billing.LicenseFeeVersion
    • Add support for thin events V2BillingLicensedItemCreatedEvent and V2BillingLicensedItemUpdatedEvent with related object V2.Billing.LicensedItem
    • Add support for thin events V2BillingMeteredItemCreatedEvent and V2BillingMeteredItemUpdatedEvent with related object V2.Billing.MeteredItem
    • Add support for thin events V2BillingPricingPlanCreatedEvent and V2BillingPricingPlanUpdatedEvent with related object V2.Billing.PricingPlan
    • Add support for thin events V2BillingPricingPlanComponentCreatedEvent and V2BillingPricingPlanComponentUpdatedEvent with related object V2.Billing.PricingPlanComponent
    • Add support for thin events V2BillingPricingPlanSubscriptionCollectionAwaitingCustomerActionEvent, V2BillingPricingPlanSubscriptionCollectionCurrentEvent, V2BillingPricingPlanSubscriptionCollectionPastDueEvent, V2BillingPricingPlanSubscriptionCollectionPausedEvent, V2BillingPricingPlanSubscriptionCollectionUnpaidEvent, V2BillingPricingPlanSubscriptionServicingActivatedEvent, V2BillingPricingPlanSubscriptionServicingCanceledEvent, and V2BillingPricingPlanSubscriptionServicingPausedEvent with related object V2.Billing.PricingPlanSubscription
    • Add support for thin event V2BillingPricingPlanVersionCreatedEvent with related object V2.Billing.PricingPlanVersion
    • Add support for thin events V2BillingRateCardCreatedEvent and V2BillingRateCardUpdatedEvent with related object V2.Billing.RateCard
    • Add support for thin event V2BillingRateCardRateCreatedEvent with related object V2.Billing.RateCardRate
    • Add support for thin events V2BillingRateCardSubscriptionActivatedEvent, V2BillingRateCardSubscriptionCanceledEvent, V2BillingRateCardSubscriptionCollectionAwaitingCustomerActionEvent, V2BillingRateCardSubscriptionCollectionCurrentEvent, V2BillingRateCardSubscriptionCollectionPastDueEvent, V2BillingRateCardSubscriptionCollectionPausedEvent, V2BillingRateCardSubscriptionCollectionUnpaidEvent, V2BillingRateCardSubscriptionServicingActivatedEvent, V2BillingRateCardSubscriptionServicingCanceledEvent, and V2BillingRateCardSubscriptionServicingPausedEvent with related object V2.Billing.RateCardSubscription
    • Add support for thin event V2BillingRateCardVersionCreatedEvent with related object V2.Billing.RateCardVersion
    • Add support for thin events V2CoreHealthApiErrorFiringEvent, V2CoreHealthApiErrorResolvedEvent, V2CoreHealthApiLatencyFiringEvent, V2CoreHealthApiLatencyResolvedEvent, V2CoreHealthAuthorizationRateDropFiringEvent, V2CoreHealthAuthorizationRateDropResolvedEvent, V2CoreHealthEventGenerationFailureResolvedEvent, V2CoreHealthFraudRateIncreasedEvent, V2CoreHealthIssuingAuthorizationRequestTimeoutFiringEvent, V2CoreHealthIssuingAuthorizationRequestTimeoutResolvedEvent, V2CoreHealthPaymentMethodErrorFiringEvent, V2CoreHealthPaymentMethodErrorResolvedEvent, V2CoreHealthTrafficVolumeDropFiringEvent, V2CoreHealthTrafficVolumeDropResolvedEvent, V2CoreHealthWebhookLatencyFiringEvent, and V2CoreHealthWebhookLatencyResolvedEvent
    • Add support for thin events V2ReportingReportRunCreatedEvent, V2ReportingReportRunFailedEvent, V2ReportingReportRunSucceededEvent, and V2ReportingReportRunUpdatedEvent with related object V2.Reporting.ReportRun
    • Add support for error type RateLimitException

See the changelog for more details.

48.5.0

  • #​3164 Add section on private preview SDKs in readme
  • #​3159 Update generated code. This release changes the pinned API version to 2025-08-27.basil.
    • Add support for BalanceReport, PayoutDetails, and PayoutReconciliationReport on AccountSession.Components and AccountSessionComponentsOptions
    • Add support for Name on BillingPortal.ConfigurationCreateOptions, BillingPortal.ConfigurationUpdateOptions, and BillingPortal.Configuration
    • Add support for Installments on Charge.PaymentMethodDetails.Alma
    • Add support for TransactionId on Charge.PaymentMethodDetails.Alma, Charge.PaymentMethodDetails.AmazonPay, Charge.PaymentMethodDetails.Billie, Charge.PaymentMethodDetails.KakaoPay, Charge.PaymentMethodDetails.KrCard, Charge.PaymentMethodDetails.NaverPay, Charge.PaymentMethodDetails.Payco, Charge.PaymentMethodDetails.RevolutPay, Charge.PaymentMethodDetails.SamsungPay, and Charge.PaymentMethodDetails.Satispay
    • Add support for Location and Reader on Charge.PaymentMethodDetails.Paynow
    • Add support for AmountIncludesIof on Checkout.Session.PaymentMethodOptions.Pix, CheckoutSessionPaymentMethodOptionsPixOptions, PaymentIntent.PaymentMethodOptions.Pix, and PaymentIntentPaymentMethodOptionsPixOptions
    • Add support for Metadata and Period on InvoiceScheduleDetailsPhaseAddInvoiceItemOptions, SubscriptionAddInvoiceItemOptions, SubscriptionSchedule.Phase.AddInvoiceItem, and SubscriptionSchedulePhaseAddInvoiceItemOptions
    • Add support for ExpMonth and ExpYear on Issuing.CardCreateOptions
    • Add support for ExcludedPaymentMethodTypes on PaymentIntentCreateOptions and PaymentIntent
    • Add support for PayoutMethod on PayoutCreateOptions and Payout
    • Add support for Mxn on Terminal.Configuration.Tipping and TerminalConfigurationTippingOptions
    • Add support for Card on Terminal.TestHelpersReaderPresentPaymentMethodOptions

See the changelog for more details.

48.5.0-beta.2

  • #​3160 Bring back invoice payments APIs that were missing in the public preview SDKs

    • Add support for new resource InvoicePayment
    • Add support for Get and List methods on resource InvoicePayment
  • #​3155 Fix links to pinned api versions in CHANGELOG.md in beta branch

See the changelog for more details.

48.5.0-beta.1

This release changes the pinned API version to 2025-07-30.preview.

  • #​3143 Update generated code for beta
    • Add support for new resources Billing.MeterUsageRow, Billing.MeterUsage, and Terminal.OnboardingLink
    • Add support for Get method on resource Billing.MeterUsage
    • Add support for Create method on resource Terminal.OnboardingLink
    • Add support for MonthlyPayoutDays and WeeklyPayoutDays on BalanceSettings.Payouts.Schedule and BalanceSettingsPayoutsScheduleOptions
    • Remove support for MonthlyAnchor and WeeklyAnchor on BalanceSettings.Payouts.Schedule and BalanceSettingsPayoutsScheduleOptions
    • Add support for DelayDaysOverride on BalanceSettingsSettlementTimingOptions
    • Remove support for DelayDays on BalanceSettingsSettlementTimingOptions
    • Add support for UpdateDiscounts on CheckoutSessionPermissionsOptions
    • Add support for Discounts and SubscriptionData on Checkout.SessionUpdateOptions
    • Add support for SmartDisputes on Dispute
    • Add support for Upi on Invoice.PaymentSettings.PaymentMethodOptions, InvoicePaymentSettingsPaymentMethodOptionsOptions, QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions, Subscription.PaymentSettings.PaymentMethodOptions, and SubscriptionPaymentSettingsPaymentMethodOptionsOptions
    • Add support for TransactionId on PaymentAttemptRecord.PaymentMethodDetails.Cashapp and PaymentRecord.PaymentMethodDetails.Cashapp
    • Add support for AmountDetails on PaymentIntentCaptureOptions, PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentIncrementAuthorizationOptions, and PaymentIntentUpdateOptions
    • Add support for PaymentDetails on PaymentIntentIncrementAuthorizationOptions
    • Add support for Storer on V2.Core.Account.Identity.Attestations.TermsOfService and V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • Add support for CollectionOptions on V2.Core.AccountLink.UseCase.AccountOnboarding, V2.Core.AccountLink.UseCase.AccountUpdate, V2CoreAccountLinkUseCaseAccountOnboardingOptions, and V2CoreAccountLinkUseCaseAccountUpdateOptions
    • Change type of V2.Core.AccountLink.UseCase.AccountOnboarding.Configurations, V2.Core.AccountLink.UseCase.AccountUpdate.Configurations, V2CoreAccountLinkUseCaseAccountOnboardingOptions.Configurations, and V2CoreAccountLinkUseCaseAccountUpdateOptions.Configurations from literal('recipient') to enum('customer'|'merchant'|'recipient'|'storer')
    • Add support for BankAccountType on V2.MoneyManagement.PayoutMethod.BankAccount
    • Add support for thin event V2CoreAccountLinkReturnedEvent
    • Add support for thin event V2MoneyManagementPayoutMethodUpdatedEvent with related object V2.MoneyManagement.PayoutMethod
    • Remove support for thin event V2CoreAccountLinkCompletedEvent
    • Remove support for thin event V2OffSessionPaymentRequiresCaptureEvent with related object V2.Payments.OffSessionPayment

See the changelog for more details.

48.4.0

This release changes the pinned API version to 2025-07-30.basil.

  • #​3151 Update generated code
    • Add support for InstantPayoutsPromotion on AccountSession.Components and AccountSessionComponentsOptions
    • Add support for AdjustableQuantity on BillingPortal.Configuration.Features.SubscriptionUpdate.Products and BillingPortalConfigurationFeaturesSubscriptionUpdateProductsOptions
    • Add support for TransactionId on Charge.PaymentMethodDetails.Cashapp
    • Add support for OriginContext on Checkout.SessionCreateOptions and Checkout.Session
    • Add support for Template on Checkout.Session.InvoiceCreation.InvoiceData.RenderingOptions, CheckoutSessionInvoiceCreationInvoiceDataRenderingOptionsOptions, PaymentLink.InvoiceCreation.InvoiceData.RenderingOptions, and PaymentLinkInvoiceCreationInvoiceDataRenderingOptionsOptions
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.Pix and CheckoutSessionPaymentMethodOptionsPixOptions
    • Add support for Duration on InvoiceScheduleDetailsPhaseOptions and SubscriptionSchedulePhaseOptions
    • Add support for PriceData on PaymentLinkLineItemOptions
    • Add support for Standard on Tax.Registration.CountryOptions.Ae, Tax.Registration.CountryOptions.Au, Tax.Registration.CountryOptions.Ch, Tax.Registration.CountryOptions.Gb, Tax.Registration.CountryOptions.Jp, Tax.Registration.CountryOptions.No, Tax.Registration.CountryOptions.Nz, Tax.Registration.CountryOptions.Sg, TaxRegistrationCountryOptionsAeOptions, TaxRegistrationCountryOptionsAlOptions, TaxRegistrationCountryOptionsAoOptions, TaxRegistrationCountryOptionsAuOptions, TaxRegistrationCountryOptionsAwOptions, TaxRegistrationCountryOptionsBaOptions, TaxRegistrationCountryOptionsBbOptions, TaxRegistrationCountryOptionsBdOptions, TaxRegistrationCountryOptionsBfOptions, TaxRegistrationCountryOptionsBhOptions, TaxRegistrationCountryOptionsBsOptions, TaxRegistrationCountryOptionsCdOptions, TaxRegistrationCountryOptionsChOptions, TaxRegistrationCountryOptionsEtOptions, TaxRegistrationCountryOptionsGbOptions, TaxRegistrationCountryOptionsGnOptions, TaxRegistrationCountryOptionsIsOptions, TaxRegistrationCountryOptionsJpOptions, TaxRegistrationCountryOptionsMeOptions, TaxRegistrationCountryOptionsMkOptions, TaxRegistrationCountryOptionsMrOptions, TaxRegistrationCountryOptionsNoOptions, TaxRegistrationCountryOptionsNzOptions, TaxRegistrationCountryOptionsOmOptions, TaxRegistrationCountryOptionsRsOptions, TaxRegistrationCountryOptionsSgOptions, TaxRegistrationCountryOptionsSrOptions, TaxRegistrationCountryOptionsUyOptions, TaxRegistrationCountryOptionsZaOptions, and TaxRegistrationCountryOptionsZwOptions
    • Add support for Aed, Bgn, Huf, and Ron on Terminal.Configuration.Tipping and TerminalConfigurationTippingOptions
  • #​3152 Mark StripeConfiguration as partial so we can add configuration in beta branch
  • #​3150 Adds usage string to telemetry on API calls made through StripeClient service accessors

See the changelog for more details.

48.4.0-beta.2

  • #​3145 Pull in V2 FinancialAccount changes for June release
    • Add support for Close and Create methods on resource V2.MoneyManagement.FinancialAccount
    • Add support for Storer on V2.Core.Account.Configuration and V2CoreAccountConfigurationOptions
    • Add support for StatusDetails on V2.MoneyManagement.FinancialAccount
    • Add support for Status on V2.MoneyManagement.FinancialAccountListOptions
    • Add support for thin events V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent and V2CoreAccountIncludingConfigurationStorerUpdatedEvent with related object V2.Core.Account
    • Add support for error types AlreadyExistsException and NonZeroBalanceException

See the changelog for more details.

48.4.0-beta.1

This release changes the pinned API version to 2025-06-30.preview.

  • #​3132 Update generated code for beta
    • Change type of CheckoutSessionSubscriptionDataOptions.BillingMode, InvoiceScheduleDetailsOptions.BillingMode, InvoiceSubscriptionDetailsOptions.BillingMode, Quote.SubscriptionData.BillingMode, QuoteSubscriptionDataOptions.BillingMode, SubscriptionCreateOptions.BillingMode, and SubscriptionScheduleCreateOptions.BillingMode from enum('classic'|'flexible') to billing_mode
    • Add support for SubmissionMethod on Dispute.EvidenceDetails
    • Add support for OnDemand and Subscriptions on OrderPaymentSettingsPaymentMethodOptionsKlarnaOptions
    • Change type of Order.Payment.Settings.PaymentMethodOptions.Klarna.SetupFutureUsage and OrderPaymentSettingsPaymentMethodOptionsKlarnaOptions.SetupFutureUsage from literal('none') to enum('none'|'off_session'|'on_session')
    • Add support for Crypto on PaymentAttemptRecord.PaymentMethodDetails and PaymentRecord.PaymentMethodDetails
    • Change type of PaymentIntent.PaymentMethodOptions.Gopay.SetupFutureUsage and PaymentIntentPaymentMethodOptionsGopayOptions.SetupFutureUsage from literal('none') to enum('none'|'off_session')
    • Change type of QuotePreviewSubscriptionSchedule.BillingMode, Subscription.BillingMode, and SubscriptionSchedule.BillingMode from enum('classic'|'flexible') to SubscriptionsResourceBillingMode
    • Change type of SubscriptionMigrateOptions.BillingMode from literal('flexible') to billing_mode_migrate
    • Remove support for BillingModeDetails on Subscription
    • Add support for ProofOfAddress on V2.Core.Account.Identity.BusinessDetails.Documents and V2CoreAccountIdentityBusinessDetailsDocumentsOptions
    • Add support for Metadata on V2.MoneyManagement.FinancialAccount
    • Remove support for Description on V2.MoneyManagement.FinancialAccount
    • Remove support for Attempts on V2.Payments.OffSessionPayment
    • Change type of V2.Payments.OffSessionPayment.TransferData.Amount from integer to nullable(integer)
    • Add support for FromAccount, OutboundPayment, and OutboundTransfer on V2.MoneyManagement.ReceivedCredit.BalanceTransfer
    • Change type of V2.MoneyManagement.ReceivedCredit.BalanceTransfer.Type from literal('payout_v1') to enum('outbound_payment'|'outbound_transfer'|'payout_v1')

See the changelog for more details.

48.3.0

  • #​3139 Update generated code
    • Add support for Migrate method on resource Subscription
    • Add support for CollectPaymentMethod and ConfirmPaymentIntent methods on resource Terminal.Reader
    • Add support for CryptoPayments on Account.Capabilities and AccountCapabilitiesOptions
    • Add support for ProofOfAddress on AccountDocumentsOptions
    • Add support for MonthlyPayoutDays and WeeklyPayoutDays on Account.Settings.Payouts.Schedule and AccountSettingsPayoutsScheduleOptions
    • Add support for Crypto on Charge.PaymentMethodDetails, ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentIntent.PaymentMethodOptions, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentMethodCreateOptions, PaymentMethod, and SetupIntentPaymentMethodDataOptions
    • Change type of Charge.PaymentMethodDetails.Card.Installments.Plan.Type, ConfirmationToken.PaymentMethodOptions.Card.Installments.Plan.Type, ConfirmationTokenPaymentMethodOptionsCardInstallmentsPlanOptions.Type, InvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanOptions.Type, PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlans.Type, PaymentIntent.PaymentMethodOptions.Card.Installments.Plan.Type, and PaymentIntentPaymentMethodOptionsCardInstallmentsPlanOptions.Type from literal('fixed_count') to enum('bonus'|'fixed_count'|'revolving')
    • Add support for Subscriptions on CheckoutSessionPaymentMethodOptionsKlarnaOptions and PaymentIntentPaymentMethodOptionsKlarnaOptions
    • Add support for BillingMode on CheckoutSessionSubscriptionDataOptions, InvoiceScheduleDetailsOptions, InvoiceSubscriptionDetailsOptions, Quote.SubscriptionData, QuoteSubscriptionDataOptions, SubscriptionCreateOptions, SubscriptionScheduleCreateOptions, SubscriptionSchedule, and Subscription
    • Change type of Dispute.EnhancedEligibilityTypes from literal('visa_compelling_evidence_3') to enum('visa_compelling_evidence_3'|'visa_compliance')
    • Add support for RelatedPerson on Identity.VerificationSessionCreateOptions and Identity.VerificationSession
    • Add support for Matching on Identity.VerificationSession.Options
    • Add support for Klarna on Mandate.PaymentMethodDetails, SetupIntent.PaymentMethodOptions, and SetupIntentPaymentMethodOptionsOptions
    • Add support for OnDemand on PaymentIntentPaymentMethodOptionsKlarnaOptions
    • Change type of PaymentIntent.PaymentMethodOptions.Klarna.SetupFutureUsage and PaymentIntentPaymentMethodOptionsKlarnaOptions.SetupFutureUsage from literal('none') to enum('none'|'off_session'|'on_session')
    • Add support for Ua on Tax.Registration.CountryOptions and TaxRegistrationCountryOptionsOptions
    • Change type of Terminal.LocationUpdateOptions.DisplayName from string to emptyable(string)
    • Add support for CollectPaymentMethod and ConfirmPaymentIntent on Terminal.Reader.Action
    • Add support for Status on Treasury.FinancialAccountListOptions
    • Add support for snapshot event TerminalReaderActionUpdated with resource Terminal.Reader
  • #​3137 Updated StripeClient snippets in Readme.md

See the changelog for more details.

48.3.0-beta.2

  • #​3142 Pull in OffSessionPayment changes for the May release

See the changelog for more details.

48.3.0-beta.1

This release changes the pinned API version to 2025-05-28.preview.

  • #​3123 Update generated code for beta

    Breaking changes

    • Remove support for deprecated previews
      • Remove support for resources Billing.MeterErrorReport, GiftCards.Card, GiftCards.Transaction, and Privacy.RedactionJobRootObjects
      • Remove support for Create, Get, List, Update, and Validate methods on resource GiftCards.Card
      • Remove support for Cancel, Confirm, Create, Get, List, and Update methods on resource GiftCards.Transaction
      • Remove support for Provisioning on ProductCreateOptions and Product
    • Change type of CheckoutSessionLineItemOptions.Quantity from emptyable(longInteger) to longInteger
    • Change type of InvoiceSubscriptionDetailsOptions.CancelAt, SubscriptionCreateOptions.CancelAt, and SubscriptionUpdateOptions.CancelAt from DateTime to DateTime | enum('max_period_end'|'min_period_end')
    • Remove support for Credits on OrderCreateOptions, OrderUpdateOptions, and Order
    • Remove support for AmountRemaining on Order
    • Remove support for AmountCredit on Order.TotalDetails
    • Remove support for AsyncWorkflows on PaymentIntentCaptureOptions, PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentDecrementAuthorizationOptions, PaymentIntentIncrementAuthorizationOptions, PaymentIntentUpdateOptions, and PaymentIntent
    • Change type of PaymentRecordReportPaymentAttemptCanceledOptions.Metadata, PaymentRecordReportPaymentAttemptFailedOptions.Metadata, PaymentRecordReportPaymentAttemptGuaranteedOptions.Metadata, PaymentRecordReportPaymentAttemptOptions.Metadata, and PaymentRecordReportPaymentOptions.Metadata from map(string: string) to emptyable(map(string: string))
    • Change type of Privacy.RedactionJob.Objects from $Privacy.RedactionJobRootObjects to RedactionResourceRootObjects
    • Change type of Privacy.RedactionJobValidationError.ErroringObject from map(string: string) to RedactionResourceErroringObject
    • Remove support for StatusDetails and Status on Tax.Association
    • Remove support for snapshot event BillingMeterErrorReportTriggered with resource Billing.MeterErrorReport

    Other changes

    • Add support for Migrate method on resource Subscription
    • Add support for Distance, PickupLocationName, ReturnLocationName, and VehicleIdentificationNumber on ChargePaymentDetailsCarRentalOptions, PaymentIntent.PaymentDetails.CarRental, and PaymentIntentPaymentDetailsCarRentalOptions
    • Add support for DriverIdentificationNumber and DriverTaxNumber on ChargePaymentDetailsCarRentalDriverOptions, PaymentIntent.PaymentDetails.CarRental.Driver, and PaymentIntentPaymentDetailsCarRentalDriverOptions
    • Add support for Institution on FinancialConnections.Account
    • Add support for Countries on FinancialConnections.Institution
    • Add support for Location and Reader on PaymentAttemptRecord.PaymentMethodDetails.Affirm, PaymentAttemptRecord.PaymentMethodDetails.WechatPay, PaymentRecord.PaymentMethodDetails.Affirm, and PaymentRecord.PaymentMethodDetails.WechatPay
    • Add support for Hooks on PaymentIntentCaptureOptions, PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentDecrementAuthorizationOptions, PaymentIntentIncrementAuthorizationOptions, PaymentIntentUpdateOptions, and PaymentIntent
    • Add support for CardPresent on PaymentIntentAmountDetailsLineItem.PaymentMethodOptions
    • Add support for Livemode on Privacy.RedactionJob
    • Add support for BillingThresholds on QuotePreviewSubscriptionSchedule.DefaultSettings, QuotePreviewSubscriptionSchedule.Phase.Item, and QuotePreviewSubscriptionSchedule.Phase
    • Add support for BillingModeDetails on Subscription
    • Add support for TaxTransactionAttempts on Tax.Association
    • Add support for ConfirmConfig on Terminal.Reader.Action.ConfirmPaymentIntent and Terminal.ReaderConfirmPaymentIntentOptions

See the changelog for more details.

48.2.0

This release changes the pinned API version to 2025-05-28.basil.

  • #​3128 Update generated code.
    • Add support for AttachPayment method on resource Invoice
    • Add support for CollectInputs method on resource Terminal.Reader
    • Add support for SucceedInputCollection and TimeoutInputCollection test helper methods on resource Terminal.Reader
    • Add support for PixPayments on Account.Capabilities and AccountCapabilitiesOptions
    • Add support for DisputesList and PaymentDisputes on AccountSession.Components and AccountSessionComponentsOptions
    • Add support for RefundAndDisputePrefunding on Balance
    • Add support for BalanceType on BalanceTransaction
    • Add support for Location and Reader on Charge.PaymentMethodDetails.Affirm and Charge.PaymentMethodDetails.WechatPay
    • Add support for PaymentMethodRemove on CheckoutSessionSavedPaymentMethodOptionsOptions
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.NaverPay
    • Add support for PostPaymentAmount and PrePaymentAmount on CreditNote
    • Add support for Sex, UnparsedPlaceOfBirth, and UnparsedSex on Identity.VerificationReport.Document and Identity.VerificationSession.VerifiedOutputs
    • Add support for BillingThresholds on InvoiceScheduleDetailsPhaseItemOptions, InvoiceScheduleDetailsPhaseOptions, InvoiceSubscriptionDetailsItemOptions, SubscriptionCreateOptions, SubscriptionItemCreateOptions, SubscriptionItemOptions, SubscriptionItemUpdateOptions, SubscriptionItem, SubscriptionSchedule.DefaultSettings, SubscriptionSchedule.Phase.Item, SubscriptionSchedule.Phase, SubscriptionScheduleDefaultSettingsOptions, SubscriptionSchedulePhaseItemOptions, SubscriptionSchedulePhaseOptions, SubscriptionUpdateOptions, and Subscription
    • Add support for Satispay on PaymentIntent.PaymentMethodOptions and PaymentIntentPaymentMethodOptionsOptions
    • Add support for CaptureMethod on PaymentIntent.PaymentMethodOptions.Billie
    • Add support for KakaoPay, KrCard, NaverPay, Payco, and SamsungPay on PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, and PaymentMethodConfiguration
    • Add support for NetworkDeclineCode on Refund.DestinationDetails.Paypal
    • Add support for Metadata on Tax.CalculationLineItem and TaxCalculationLineItemOptions
    • Add support for ReturnUrl on Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig and TerminalReaderProcessConfigOptions
    • Add support for CollectInputs on Terminal.Reader.Action
    • Add support for snapshot event InvoicePaymentPaid with resource InvoicePayment
  • #​3124 Adds CONTRIBUTING.md

See the changelog for more details.

48.2.0-beta.2

  • #​3122 Update generated code for beta
    Release specs are identical.

See the changelog for more details.

48.2.0-beta.1

  • #​3107 Update generated code for beta
    This release changes the pinned API version to 2025-04-30.preview.

    • Add support for BillingMode on CheckoutSessionSubscriptionDataOptions, InvoiceScheduleDetailsOptions, InvoiceSubscriptionDetailsOptions, Quote.SubscriptionData, QuotePreviewSubscriptionSchedule, QuoteSubscriptionDataOptions, SubscriptionCreateOptions, SubscriptionScheduleCreateOptions, SubscriptionSchedule, and Subscription
    • Add support for AccountNumber on ConfirmationToken.PaymentMethodPreview.AcssDebit and PaymentMethod.AcssDebit

See the changelog for more details.

48.1.0

This release changes the pinned API version to 2025-04-30.basil.

  • #​3102 Update generated code
    • Add support for MinorityOwnedBusinessDesignation on Account.BusinessProfile and AccountBusinessProfileOptions
    • Add support for RegistrationDate on Account.Company, AccountCompanyOptions, and TokenAccountCompanyOptions
    • Add support for UsCfpbData on AccountCreateOptions, AccountUpdateOptions, Person, and TokenPersonOptions
    • Add support for TaxId on Charge.BillingDetails, ConfirmationToken.PaymentMethodPreview.BillingDetails, ConfirmationTokenPaymentMethodDataBillingDetailsOptions, PaymentIntentPaymentMethodDataBillingDetailsOptions, PaymentMethod.BillingDetails, PaymentMethodBillingDetailsOptions, and SetupIntentPaymentMethodDataBillingDetailsOptions
    • Add support for WalletOptions on Checkout.SessionCreateOptions and Checkout.Session
    • Add support for Provider on Checkout.Session.AutomaticTax, Invoice.AutomaticTax, and Quote.AutomaticTax
    • Add support for PaymentMethodOptions on TestHelpersConfirmationTokenCreateOptions
    • Add support for Installments on ConfirmationToken.PaymentMethodOptions.Card
    • Add support for Context on Event
    • Add support for Billie on PaymentIntent.PaymentMethodOptions and PaymentIntentPaymentMethodOptionsOptions
    • Add support for Pix on PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, and PaymentMethodConfiguration
    • Add support for Klarna on PaymentMethodDomain
    • Add support for PendingReason on Refund
    • Add support for Aw, Az, Bd, Bf, Bj, Cm, Cv, Et, In, Kg, La, and Ph on Tax.Registration.CountryOptions and TaxRegistrationCountryOptionsOptions

See the changelog for more details.

48.1.0-beta.4

  • #​3099 Update generated code for beta
    • Add support for new resources FxQuote and PaymentIntentAmountDetailsLineItem
    • Add support for Create, Get, and List methods on resource FxQuote
    • Remove support for AttachPaymentIntent method on resource Invoice
    • Add support for RegistrationDate on AccountCompanyOptions, AccountCompany, and TokenAccountCompanyOptions
    • Add support for CustomerReference and OrderReference on ChargePaymentDetailsOptions, PaymentIntentPaymentDetailsOptions, and PaymentIntentPaymentDetails
    • Add support for TaxId on ChargeBillingDetails, ConfirmationTokenPaymentMethodDataBillingDetailsOptions, ConfirmationTokenPaymentMethodPreviewBillingDetails, PaymentIntentPaymentMethodDataBillingDetailsOptions, PaymentMethodBillingDetailsOptions, PaymentMethodBillingDetails, SetupIntentPaymentMethodDataBillingDetailsOptions, and TreasuryOutboundPaymentDestinationPaymentMethodDataBillingDetailsOptions
    • Add support for PriceData on CheckoutSessionLineItemsOptions
    • Change type of CheckoutSessionLineItemsOptions.Quantity from longInteger to emptyable(longInteger)
    • Add support for Script on CouponCreateOptions and Coupon
    • Add support for Type on Coupon
    • Add support for FxQuote on PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentUpdateOptions, PaymentIntent, TransferCreateOptions, and Transfer
    • Add support for DiscountAmount, LineItems, Shipping, and Tax on PaymentIntentAmountDetails
    • Add support for Pix on PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, and PaymentMethodConfiguration
    • Add support for UsCfpbData on Person and TokenPersonOptions
    • Add support for PendingReason on Refund
    • Add support for Aw, Az, Bd, Bj, Et, Kg, La, and Ph on TaxRegistrationCountryOptionsOptions and TaxRegistrationCountryOptions
    • Add support for snapshot event FxQuoteExpired with resource FxQuote

See the changelog for more details.

48.1.0-beta.3

  • #​3094 Update generated code for beta
    • Add support for new resources Privacy.RedactionJobRootObjects, Privacy.RedactionJobValidationError, and Privacy.RedactionJob
    • Add support for Cancel, Create, Get, List, Run, Update, and Validate methods on resource RedactionJob
    • Add support for Get and List methods on resource RedactionJobValidationError
    • Add support for MinorityOwnedBusinessDesignation on AccountBusinessProfileOptions and AccountBusinessProfile
    • Add support for ExportTaxTransactions and PaymentDisputes on AccountSessionComponentsOptions
    • Add support for WalletOptions on Checkout.SessionCreateOptions and CheckoutSession
    • Add support for Klarna on PaymentMethodDomain
    • Add support for In on TaxRegistrationCountryOptionsOptions and TaxRegistrationCountryOptions
  • #​3092 Handle ExternalAccount field in ExternalAccountCreateOptions
    • Changes ExternalAccount property in ExternalAccountCreateOptions from a string to a union type.

See the changelog for more details.

48.1.0-beta.2

  • Re-releasing 48.1.0-beta.1 as it had publishing issues

See the changelog for more details.

48.1.0-beta.1

  • #​3079 Update generated code for beta

This release changes the pinned API version to 2025-03-31.preview

Breaking Changes

  • Remove support for AmountOverpaid on InvoicePayment
  • Change type of InvoicePayment.IsDefault from nullable(boolean) to boolean
  • Remove support for InterchangeFees, NetTotal, NetworkFees, and TransactionVolume on IssuingSettlement
  • Change type of PaymentAttemptRecordPaymentMethodDetails.Type and PaymentRecordPaymentMethodDetails.Type from literal('custom') to string
  • Remove support for ApplicationFeeAmount, Discount, PaidOutOfBand, Paid, PaymentIntent, Quote, SubscriptionDetails, SubscriptionProrationDate, Tax, TotalTaxAmounts, and TransferData on QuotePreviewInvoice
  • Remove support for BillingThresholds on QuotePreviewSubscriptionScheduleDefaultSettings, QuotePreviewSubscriptionSchedulePhasesItems, and QuotePreviewSubscriptionSchedulePhases
  • Remove support for Coupon on QuotePreviewSubscriptionSchedulePhases
  • Remove support for Value on TerminalReaderActionCollectInputsInputsSelectionChoices, TerminalReaderActionCollectInputsInputsSelection, and TerminalReaderInputsSelectionChoicesOptions
  • Change type of QuotePreviewInvoice.Parent.SubscriptionDetail.subscription from string to expandable($Subscription)
  • Change CheckoutSession.Permission.update to be optional
  • Change type of PaymentAttemptRecord.PaymentMethodDetail.type and PaymentRecord.PaymentMethodDetail.type from literal('custom') to string
  • Change type of PaymentAttemptRecord.payment_record from string to nullable(string)
  • Change PaymentAttemptRecord.PaymentMethodDetail.custom and PaymentRecord.PaymentMethodDetail.custom to be optional
  • Change type of PaymentRecord.latest_payment_attempt_record from string to nullable(string)
  • Change type of Order.CreateParamsPaymentSettingPaymentMethodOptionWechatPay.client and Order.UpdateParamsPaymentSettingPaymentMethodOptionWechatPay.client to be optional

Additions

  • Add support for new resources BalanceSettings
  • Add support for Get and Update methods on resource BalanceSettings
  • Add support for Create, Delete, Get, List, and Update methods on a new ExternalAccountService to access cards and bank accounts made available in the new path v1/external_accounts
  • Add support for StripeBalancePayments on AccountCapabilitiesOptions and AccountCapabilities
  • Add support for CustomerAccount on Billing.CreditBalanceSummaryRetrieveOptions, Billing.CreditBalanceTransactionListOptions, Billing.CreditGrantCreateOptions, Billing.CreditGrantListOptions, BillingCreditBalanceSummary, BillingCreditGrant, BillingPortal.SessionCreateOptions, BillingPortalSession, Checkout.SessionCreateOptions, Checkout.SessionListOptions, CheckoutSession, ConfirmationTokenPaymentMethodPreview, CreditNoteListOptions, CreditNote, CustomerBalanceTransaction, CustomerCashBalanceTransaction, CustomerCashBalance, CustomerPaymentMethod, CustomerSessionCreateOptions, CustomerSession, CustomerTaxIdOwner, CustomerTaxId, Customer, Discount, FinancialConnectionsAccountAccountHolderOptions, FinancialConnectionsAccountAccountHolder, FinancialConnectionsSessionAccountHolderOptions, FinancialConnectionsSessionAccountHolder, InvoiceCreateOptions, InvoiceCreatePreviewOptions, InvoiceItemCreateOptions, InvoiceItemListOptions, InvoiceItem, InvoiceListOptions, Invoice, PaymentIntentCreateOptions, PaymentIntentListOptions, PaymentIntentUpdateOptions, PaymentIntent, PaymentMethodAttachOptions, PaymentMethod, PromotionCodeCreateOptions, PromotionCodeListOptions, PromotionCode, QuoteCreateOptions, QuoteListOptions, QuotePreviewInvoice, QuotePreviewSubscriptionSchedule, QuoteUpdateOptions, Quote, SetupAttempt, SetupIntentCreateOptions, SetupIntentListOptions, SetupIntentUpdateOptions, SetupIntent, Subscription.CreateParams, Subscription.ListParams, SubscriptionSchedule.CreateParams, SubscriptionSchedule.ListParams, SubscriptionSchedule, Subscription, TaxIdOwnerOptions, TaxIdOwner, and TaxId
  • Add support for StripeBalance on ChargePaymentMethodDetails, ConfirmationTokenPaymentMethodDataOptions, ConfirmationTokenPaymentMethodPreview, CustomerPaymentMethod, PaymentAttemptRecordPaymentMethodDetails, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentIntentPaymentMethodOptions, PaymentMethodCreateOptions, PaymentMethod, PaymentRecordPaymentMethodDetails, SetupAttemptPaymentMethodDetails, and SetupIntentPaymentMethodDataOptions
  • Add support for UpdateLineItems and UpdateShippingDetails on CheckoutSessionPermissionsOptions and CheckoutSessionPermissions
  • Add support for Provider on CheckoutSessionAutomaticTax, InvoiceAutomaticTax, QuoteAutomaticTax, and QuotePreviewInvoiceAutomaticTax
  • Add support for TaxCalculationReference on CreditNoteLineItem, CreditNotePreviewLines, InvoiceLineItem, LineItem, PaymentLinkLineItem, QuoteComputedUpfrontLineItems, QuoteLineItem, and SessionLineItem
  • Add support for PaymentMethodOptions on TestHelpersConfirmationTokenCreateOptions
  • Add support for Installments on ConfirmationTokenPaymentMethodOptionsCard
  • Add support for Context on Event
  • Add support for RelatedCustomerAccount on Identity.VerificationSessionCreateOptions, Identity.VerificationSessionListOptions, and IdentityVerificationSession
  • Add support for NetworkData on IssuingDisputeSettlementDetail
  • Add support for InterchangeFeesAmount, NetTotalAmount, NetworkFeesAmount, OtherFeesAmount, OtherFeesCount, and TransactionAmount on IssuingSettlement
  • Add support for ReportedBy on PaymentAttemptRecord
  • Add support for AchCreditTransfer, AchDebit, AcssDebit, Affirm, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Blik, Boleto, CardPresent, Card, Cashapp, CustomerBalance, Eps, Fpx, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Klarna, Konbini, KrCard, Link, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, Satispay, SepaCreditTransfer, SepaDebit, Shopeepay, Sofort, StripeAccount, Swish, Twint, UsBankAccount, WechatPay, Wechat, and Zip on PaymentAttemptRecordPaymentMethodDetails and PaymentRecordPaymentMethodDetails
  • Add support for Billie on PaymentAttemptRecordPaymentMethodDetails, PaymentIntentPaymentMethodOptionsOptions, PaymentIntentPaymentMethodOptions, and PaymentRecordPaymentMethodDetails
  • Add support for PayoutMethod on PayoutCreateOptions and Payout
  • Add support for ConfirmationSecret, Parent, and TotalTaxes on QuotePreviewInvoice
  • Add support for Id and Text on TerminalReaderActionCollectInputsInputsSelectionChoices, TerminalReaderActionCollectInputsInputsSelection, and TerminalReaderInputsSelectionChoicesOptions

New APIs for Money CardManagement

  • Add support for new resources V2.FinancialAddressCreditSimulation, V2.FinancialAddressGeneratedMicrodeposits, V2.MoneyManagement.Adjustment, V2.MoneyManagement.FinancialAccount, V2.MoneyManagement.FinancialAddress, V2.MoneyManagement.InboundTransfer, V2.MoneyManagement.OutboundPaymentQuote, V2.MoneyManagement.OutboundPayment, V2.MoneyManagement.OutboundSetupIntent, V2.MoneyManagement.OutboundTransfer, V2.MoneyManagement.PayoutMethod, V2.MoneyManagement.PayoutMethodsBankAccountSpec, V2.MoneyManagement.ReceivedCredit, V2.MoneyManagement.ReceivedDebit, V2.MoneyManagement.TransactionEntry, and V2.MoneyManagement.Transaction
  • Add support for Create method on resource V2.MoneyManagement.OutboundPaymentQuote
  • Add support for Get and List methods on resources V2.MoneyManagement.Adjustment, V2.MoneyManagement.FinancialAccount, V2.MoneyManagement.ReceivedCredit, V2.MoneyManagement.ReceivedDebit, V2.MoneyManagement.TransactionEntry, and V2.MoneyManagement.Transaction
  • Add support for Create, Get, and List methods on resources V2.MoneyManagement.FinancialAddress and V2.MoneyManagement.InboundTransfer
    ... (truncated)

48.0.2

  • #​3101 Replace Dictionary with ConcurrentDictionary in SerializablePropertyCache to fix a concurrency related error reported in #​3100

See the changelog for more details.

48.0.1

See the changelog for more details.

48.0.0

  • #​3074 System.Text.Json Serialization Support release to GA

    • Add System.Text.Json support for serializing Stripe.net entities and objects for applications running on .NET 6 and above. Now you can pass a Stripe.net object or collection of objects to the System.Text.Json serializer and it will produce the correct JSON string.
  • #​3056 Support for APIs in the new API version 2025-03-31.basil

    This release changes the pinned API version to 2025-03-31.basil.

    ⚠️ Breaking changes due to changes in the Stripe API

    Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.

    • Remove support for resources SubscriptionItemUsageRecordSummary and SubscriptionItemUsageRecord
    • Remove support for Create method on resource SubscriptionItemUsageRecord
    • Remove support for List, ListAsync, ListAutoPaginating, and ListAutoPaginatingAsync methods on resource SubscriptionItemUsageRecordSummary
    • Remove support for Upcoming and UpcomingAsync methods on resource Invoice
    • Remove support for Invoice on Charge and PaymentIntent
    • Remove support for ShippingDetails on CheckoutSession
    • Remove support for Carrier, Phone, and TrackingNumber on SessionCollectedInformationShippingDetails
    • Remove support for Refund on CreditNoteCreateOptions, CreditNotePreviewLinesListOptions, CreditNotePreviewOptions, and CreditNote
    • Remove support for TaxAmounts on CreditNoteLineItem, CreditNote, and InvoiceLineItem
    • Remove support for AmountExcludingTax and UnitAmountExcludingTax on CreditNoteLineItem and InvoiceLineItem
    • Remove support for Coupon on CustomerCreateOptions, CustomerUpdateOptions, InvoiceCreatePreviewOptions, InvoiceScheduleDetailsPhasesOptions, SubscriptionCreateOptions, SubscriptionSchedulePhasesOptions, SubscriptionSchedulePhases, and SubscriptionUpdateOptions
    • Remove support for PromotionCode on CustomerCreateOptions, CustomerUpdateOptions, SubscriptionCreateOptions, and SubscriptionUpdateOptions
    • Remove support for Price on InvoiceItemCreateOptions, InvoiceItemUpdateOptions, InvoiceItem, InvoiceLineItemUpdateOptions, InvoiceLineItem, and InvoiceLinesOptions
    • Remove support for BillingThresholds on InvoiceScheduleDetailsPhaseItemOptions, InvoiceScheduleDetailsPhaseOptions, InvoiceSubscriptionDetailsItemOptions, SubscriptionCreateOptions, SubscriptionItemCreateOptions, SubscriptionItemUpdateOptions, SubscriptionItem, SubscriptionItemsOptions, SubscriptionScheduleDefaultSettingsOptions, `Subsc...

Description has been truncated

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 6, 2025
---
updated-dependencies:
- dependency-name: Stripe.net
  dependency-version: 49.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Exceptionless.Core/Stripe.net-49.0.0 branch from 0816cef to 49ecbcf Compare October 8, 2025 01:35
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
Development

Successfully merging this pull request may close these issues.

0 participants