All Versions
493
Latest Version
Avg Release Cycle
6 days
Latest Release
497 days ago

Changelog History
Page 2

  • v40.9.0 Changes

    September 15, 2022
    • ⚡️ #2577 API Updates
      • Add support for Pix on ChargePaymentMethodDetails, CheckoutSessionPaymentMethodOptionsOptions, CheckoutSessionPaymentMethodOptions, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentIntentPaymentMethodOptions, PaymentMethodCreateOptions, PaymentMethod, and SetupIntentPaymentMethodDataOptions
      • Add support for FromInvoice on InvoiceCreateOptions and Invoice
      • Add support for LatestRevision on Invoice
      • Add support for Amount on IssuingDisputeCreateOptions and IssuingDisputeUpdateOptions
      • Add support for PixDisplayQrCode on PaymentIntentNextAction
      • Add support for Created on TreasuryCreditReversal and TreasuryDebitReversal
  • v40.8.0 Changes

    September 09, 2022
    • ⚡️ #2575 API Updates
      • Add support for RequireSignature on IssuingCardShippingOptions and IssuingCardShipping
  • v40.7.0 Changes

    September 06, 2022
    • ⚡️ #2574 API Updates
      • Add support for new value terminal_reader_splashscreen on FilePurpose
  • v40.6.0 Changes

    August 31, 2022
    • ⚡️ #2573 API Updates
      • Add support for Description on PaymentLinkSubscriptionDataOptions and PaymentLinkSubscriptionData
    • ⚡️ #2570 Update Coveralls command line arguments
    • #2569 Add test coverage using Coveralls
  • v40.5.0 Changes

    August 26, 2022
    • ⚡️ #2568 API Updates
      • Add support for LoginPage on BillingPortalConfigurationCreateOptions, BillingPortalConfigurationUpdateOptions, and BillingPortalConfiguration
      • Add support for Customs and PhoneNumber on IssuingCardShippingOptions and IssuingCardShipping
      • Add support for Description on QuoteSubscriptionDataOptions, QuoteSubscriptionData, SubscriptionScheduleDefaultSettingsOptions, SubscriptionScheduleDefaultSettings, SubscriptionSchedulePhasesOptions, and SubscriptionSchedulePhases
    • ⚡️ #2565 Update README.md to clarify that API version can only be change in beta
  • v40.4.0 Changes

    August 23, 2022
    • #2562 Add beta README.md section
    • ⚡️ #2564 API Updates
      • Change the return type of CustomerService.FundCashBalance test helper from CustomerBalanceTransaction to CustomerCashBalanceTransaction.
      • This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.
  • v40.3.0 Changes

    August 19, 2022
    • ⚡️ #2560 API Updates
      • Add support for new resource CustomerCashBalanceTransaction
      • Add support for Currency on PaymentLink
      • Add support for Network on SetupIntentPaymentMethodOptionsCardOptions, SubscriptionPaymentSettingsPaymentMethodOptionsCardOptions, and SubscriptionPaymentSettingsPaymentMethodOptionsCard
    • 👍 #2559 Add a support section to the readme
    • ⚡️ #2558 Update README.md
  • v40.2.0 Changes

    August 11, 2022
    • ⚡️ #2556 API Updates

      • Add support for PaymentMethodCollection on CheckoutSessionCreateOptions, CheckoutSession, PaymentLinkCreateOptions, PaymentLinkUpdateOptions, and PaymentLink
    • #2555 Set MaxDepth for serialization and deserialization

    • #2554 Add test for FileCreation from base64 in memory

  • v40.1.0 Changes

    August 09, 2022
    • ⚡️ #2553 API Updates
      • Add support for ProcessConfig on TerminalReaderActionProcessPaymentIntent
    • ⚡️ #2551 API Updates
      • Add support for ExpiresAt on AppsSecretCreateOptions and AppsSecret
  • v40.0.0 Changes

    August 02, 2022

    🚀 This release includes breaking changes resulting from:

    "⚠️" symbol highlights breaking changes.

    • ⚡️ #2549 API Updates
    • 🚀 #2547 Next major release changes

    ➕ Added

    • ➕ Add RefundAccountHolderName, RefundAccountHolderType, and RefundRoutingNumber properties to SourceAchCreditTransfer entity.
    • ➕ Add DataString, NativeUrl, and StatementDescriptor properties to SourceAlipay entity.
    • ➕ Add Description, Iin, and Issuer properties to SourceCard and SourceCardPresent entities.
    • ➕ Add Reference and StatementDescriptor properties to SourceEps entity.
    • ➕ Add StatementDescriptor property to SourceBancontact,SourceGiropay, SourceIdeal, and SourceSofort entities.
    • ➕ Add RefundAccountHolderAddressCity, RefundAccountHolderAddressCountry, RefundAccountHolderAddressLine1, RefundAccountHolderAddressLine2, RefundAccountHolderAddressPostalCode, RefundAccountHolderAddressState, RefundAccountHolderName and RefundIban properties to SourceMultibanco and SourceSepaCreditTransfer entities.
    • ➕ Add Name property to SourceThreeDSecure entity.
    • ➕ Add support for ShippingCost and ShippingDetails on CheckoutSession

    ⚠️ Changed

    • 📇 Rename BalanceDetails to BalanceIssuing. Rename type of Balance.Issuing property.
    • 🔄 Change Application property in BillingPortal.Configuration entity to be expandable.
    • 🔄 Change Delinquent property in Customer entity to be nullable.
    • 🔄 Change Amount property in Dispute and PaymentIntentAmountDetailsTip entities to be non-nullable. The field is required.
    • 🔄 Change type of Start and End property in InvoiceItemPeriod and InvoiceLineItemPeriod entities to DateTime.
    • 🔄 Change AmountSubtotal and AmountTotal properties in LineItem entity to be non-nullable. The fields are required.
    • 🔄 Change Director, Executive, Owner, and Representative properties in PersonRelationship to be nullable.
    • 🔄 Change Location property in Reader and Terminal.Reader entities to be expandable.
    • ⚡️ Change type of ExpMonth and ExpYear properties in ExternalAccountUpdateOptions and TokenCardOptions to string.
    • 🔄 Change type of StartDate property in SubscriptionSchedulePhaseOptions to union of date and string. This supports "now" as a valid value.
    • 🔄 Change type of Timestamp property in UsageRecordCreateOptions to union of date and string. This supports "now" as a valid value.

    🚚 ⚠️ Removed

    • ✂ Remove CustomerPaymentSettingsOptions, CustomerPaymentSettingsPaymentMethodOptionsBancontactOptions, CustomerPaymentSettingsPaymentMethodOptionsCardOptions, and CustomerPaymentSettingsPaymentMethodOptionsOptions.
    • ✂ Remove IncorporationArticle, IncorporationDocument, PaymentProviderTransfer, and ProductFeed from FilePurpose constants. The values are no longer in use.
    • ✂ Remove DefaultSourceType property from Customer entity. The field was undocumented and unsupported.
    • ✂ Remove AssociatedObjects array property from EphemeralKey entity. The field was undocumented and unsupported.
    • ✂ Remove EphemeralKeyAssociatedObject entity.
    • ✂ Remove Quantity and TrialEnd properties in CustomerCreateOptions. The fields are not supported in the operation.
    • ✂ Remove TrialEnd property in CustomerUpdateOptions. The property was not supported in the operation.
    • ✂ Remove Order and OrderItem resources and APIs as those have been deprecated for multiple years.
      • Remove OrderPaymentSucceeded, OrderUpdated, and OrderReturnCreated event constants. These events are deprecated.
      • Remove Order and OrderId properties in Charge entity. The property was deprecated.
    • ✂ Remove QuoteFinalizeQuoteOptions. The options weren't used anymore.
    • ✂ Remove RedirectUrl from LoginLinkCreateOptions. The property was deprecated.