Skip to content

v50.0.0

Latest

Choose a tag to compare

@ramya-stripe ramya-stripe released this 18 Nov 18:48
· 2 commits to master since this release

This release changes the pinned API version to 2025-11-17.clover.

  • #3256 Update generated code
    • ⚠️ Remove support for Gt, Gte, Lt, and Lte on V2.Core.EventListOptions in favor of Created.
  • #3254 Check if a datetime is in millis
    • Bug fix for #3253. UnixDateTimeConverter now handles timestamps in milliseconds.
  • #3249 Update v2 array parameter serialization to use indexed format
    • Retrieve and List calls for /v2 endpoints now use indexed format (e.g., ?include[0]=foo&include[1]=bar) instead of repeated parameter format (e.g., ?include=foo&include=bar) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former.
  • #3246 Update generated code
    • Add support for new resources Tax.Association and Terminal.OnboardingLink
    • Add support for Find method on resource Tax.Association
    • Add support for Create method on resource Terminal.OnboardingLink
    • Add support for PaymentMethodConfiguration on BillingPortal.Configuration.Features.PaymentMethodUpdate
    • Add support for TransactionId on Charge.PaymentMethodDetails.Ideal, PaymentAttemptRecord.PaymentMethodDetails.Ideal, and PaymentRecord.PaymentMethodDetails.Ideal
    • Add support for Created on CustomerCustomerBalanceTransactionListOptions and InvoicePaymentListOptions
    • Add support for AccountNumbers on FinancialConnections.Account
    • Add support for FraudRisk on IssuingAuthorizationRiskAssessmentOptions
    • Add support for LatestFraudWarning on Issuing.Card
    • Add support for Hooks on PaymentIntentCaptureOptions, PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentIncrementAuthorizationOptions, PaymentIntentUpdateOptions, and PaymentIntent
    • Add support for MbWay and Twint on Refund.DestinationDetails
    • Add support for snapshot events FinancialConnectionsAccountAccountNumbersUpdated and FinancialConnectionsAccountUpcomingAccountNumberExpiry with resource FinancialConnections.Account

See the changelog for more details.