All Versions
662
Latest Version
Avg Release Cycle
6 days
Latest Release
526 days ago

Changelog History
Page 1

  • v74.1.0 Changes

    November 17, 2022
    • ⚡️ #1574 API Updates
      • Add support for CustomText on CheckoutSessionParams, CheckoutSession, PaymentLinkParams, and PaymentLink
      • Add support for HostedInstructionsURL on PaymentIntentNextActionPaynowDisplayQrCode and PaymentIntentNextActionWechatPayDisplayQrCode
  • v74.0.0 Changes

    November 15, 2022

    💥 Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

    "⚠️" symbol highlights breaking changes.

    🚚 ⚠️ Removed

    • ✂ Removed deprecated sku resource (#1557)
    • ✂ Removed lineitem.Product property that was released by mistake. (#1555)
    • ✂ Removed deprecated CheckoutSessionSubscriptionDataParams.Items field. (#1555)
    • ✂ Removed deprecated EphemeralKey.AssociatedObjects field. (#1566)
    • ✂ Removed deprecated Amount, Currency, Description, Images, Name properties from CheckoutSessionLineItemParams (https://github.com/stripe/stripe-go/pull/1570)
    • ✂ Removed Charges field on PaymentIntent and replace it with LatestCharge. (https://github.com/stripe/stripe-go/pull/1570)
    • ⬇️ Dropped support for Go versions less than 1.15 (#1554)
    • ✂ Remove support for TOSShownAndAccepted on CheckoutSessionPaymentMethodOptionsPaynowParams. The property was mistakenly released and never worked (#1571).
  • v73.16.0 Changes

    November 08, 2022
    • ⚡️ #1568 API Updates
      • Add support for ReasonMessage on IssuingAuthorizationRequestHistory
      • Add support for new value webhook_error on enum IssuingAuthorizationRequestHistoryReason
  • v73.15.0 Changes

    November 03, 2022
    • ⚡️ #1563 API Updates
      • Add support for OnBehalfOf on CheckoutSessionSubscriptionDataParams, SubscriptionParams, SubscriptionScheduleDefaultSettingsParams, SubscriptionScheduleDefaultSettings, SubscriptionSchedulePhasesParams, SubscriptionSchedulePhases, and Subscription
      • Add support for new values eg_tin, ph_tin, and tr_tin on enums CheckoutSessionCustomerDetailsTaxIdsType, InvoiceCustomerTaxIdsType, OrderTaxDetailsTaxIdsType, and TaxIdType
      • Add support for TaxBehavior and TaxCode on InvoiceItemParams, InvoiceUpcomingInvoiceItemsParams, and InvoiceUpcomingLinesInvoiceItemsParams
  • v73.14.0 Changes

    October 20, 2022
    • ⚡️ #1560 API Updates
      • Add support for new values jp_trn and ke_pin on enums CheckoutSessionCustomerDetailsTaxIdsType, InvoiceCustomerTaxIdsType, OrderTaxDetailsTaxIdsType, and TaxIdType
      • Add support for Tipping on TerminalReaderActionProcessPaymentIntentProcessConfig and TerminalReaderProcessPaymentIntentProcessConfigParams
  • v73.13.0 Changes

    October 13, 2022
    • ⚡️ #1558 API Updates
      • Add support for NetworkData on IssuingAuthorization
    • #1553 Add RequestLogURL on Error
  • v73.12.0 Changes

    October 06, 2022
    • ⚡️ #1551 API Updates
      • Add support for new value invalid_dob_age_under_18 on enums AccountFutureRequirementsErrorsCode, AccountRequirementsErrorsCode, CapabilityFutureRequirementsErrorsCode, CapabilityRequirementsErrorsCode, PersonFutureRequirementsErrorsCode, and PersonRequirementsErrorsCode
      • Add support for new value bank_of_china on enums ChargePaymentMethodDetailsFpxBank and PaymentMethodFpxBank
      • Add support for Klarna on SetupAttemptPaymentMethodDetails
  • v73.11.0 Changes

    September 29, 2022
    • ⚡️ #1549 API Updates
      • Change type of ChargePaymentMethodDetailsCardPresentIncrementalAuthorizationSupported and ChargePaymentMethodDetailsCardPresentOvercaptureSupported from nullable(boolean) to boolean
      • Add support for Created on CheckoutSession
      • Add support for SetupFutureUsage on PaymentIntentConfirmPaymentMethodOptionsPixParams, PaymentIntentPaymentMethodOptionsPixParams, and PaymentIntentPaymentMethodOptionsPix
      • Deprecate CheckoutSessionSubscriptionDataTransferDataParams.items and CheckoutSessionSubscriptionDataItemParams (use the line_items param instead). This will be removed in the next major version.
  • v73.10.0 Changes

    September 22, 2022
    • ⚡️ #1547 API Updates
      • Add support for TermsOfService on CheckoutSessionConsentCollectionParams, CheckoutSessionConsentCollection, CheckoutSessionConsent, PaymentLinkConsentCollectionParams, and PaymentLinkConsentCollection
      • ⚠️ Remove support for Plan on CheckoutSessionPaymentMethodOptionsCardInstallmentsParams. The property was mistakenly released and never worked.
      • Add support for StatementDescriptor on PaymentIntentIncrementAuthorizationParams
  • v73.9.0 Changes

    September 15, 2022
    • ⚡️ #1546 API Updates
      • Add support for Pix on ChargePaymentMethodDetails, CheckoutSessionPaymentMethodOptionsParams, CheckoutSessionPaymentMethodOptions, PaymentIntentConfirmPaymentMethodDataParams, PaymentIntentConfirmPaymentMethodOptionsParams, PaymentIntentPaymentMethodDataParams, PaymentIntentPaymentMethodOptionsParams, PaymentIntentPaymentMethodOptions, PaymentMethodParams, PaymentMethod, SetupIntentConfirmPaymentMethodDataParams, and SetupIntentPaymentMethodDataParams
      • Add support for FromInvoice on InvoiceParams and Invoice
      • Add support for LatestRevision on Invoice
      • Add support for Amount on IssuingDisputeParams
      • Add support for PixDisplayQRCode on PaymentIntentNextAction
      • Add support for new value pix on enum PaymentLinkPaymentMethodTypes
      • Add support for new value pix on enum PaymentMethodType
      • Add support for Created on TreasuryCreditReversal and TreasuryDebitReversal
    • 🛰 #1545 Export UnsignedPayload/SignedPayload fields