Skip to content

Releases: chargebee/chargebee-node

v3.19.0

16 Jan 06:57
459edf5

Choose a tag to compare

v3.19.0 (2026-01-16)


New Parameters:

  • applicable_item_price_ids has been added to Coupon#CouponListRequest.
  • applicable_item_price_ids has been added to Export#CouponRequest.

New Enums:

  • Twikey has been added to GatewayEnum.

Deleted Action:

  • move action has been removed from the ItemPrice.

v3.18.0

12 Jan 08:38
8927af0

Choose a tag to compare

v3.18.0 (2026-01-12)


New Attributes:

  • deleted has been added to SalesOrder.

New Parameters:

  • invoice_usages has been added to HostedPage#CheckoutExistingForItemsInputParam.

Bug fix:

  • webhook event content types array resource incorrectly marked as object fixed (#96).

v3.17.0

30 Dec 08:56
535106a

Choose a tag to compare

v3.17.0 (2025-12-30)


New Attributes:

  • retry_engine has been added to Invoice#DunningAttempt.

New Endpoint:

  • move action has been added to ItemPrice.

New Parameters:

  • exclude_tax_type has been added to Estimate#RenewalEstimateInputParam.
  • variant_id has been added to ItemPrice#MoveInputParam.
  • custom has been added to PricingPageSession#CreateForNewSubscriptionInputParam.
  • custom has been added to PricingPageSession#CreateForExistingSubscriptionInputParam.

New Enums:

  • ELECTRONIC_PAYMENT_STANDARD has been added to PaymentMethodTypeEnum.
  • KBC_PAYMENT_BUTTON has been added to PaymentMethodTypeEnum.
  • PAY_BY_BANK has been added to PaymentMethodTypeEnum.
  • TRUSTLY has been added to PaymentMethodTypeEnum.
  • STABLECOIN has been added to PaymentMethodTypeEnum.

v3.17.0-beta.2

17 Dec 07:22

Choose a tag to compare

v3.17.0-beta.2 Pre-release
Pre-release

v3.17.0-beta.2 (2025-12-16)

Enhancements

  • WebhookEventType is now a runtime enum that can be used for event type comparisons at runtime.
  • WebhookEventType and WebhookContentType are now exported from the main entry points.

v3.16.2

17 Dec 15:18
0c591c0

Choose a tag to compare

v3.16.2 (2025-12-17)


Improvements:

  • WebhookContentType is now deprecated but still available for backward compatibility.

v3.16.1

17 Dec 13:00
bb91950

Choose a tag to compare

v3.16.1 (2025-12-17)


Improvements:

  • Renamed WebhookContentType to WebhookEventType for better clarity. WebhookContentType is now deprecated but still available for backward compatibility.
  • Added runtime export of WebhookEventType enum.

v3.17.0-beta.1

10 Dec 11:29

Choose a tag to compare

v3.17.0-beta.1 Pre-release
Pre-release

Enhancements

  • add webhook event handler to process chargebee-events.
  • deprecated WebhookContentType class, added WebhookEventType class.

v3.16.0

01 Dec 07:53
0eea412

Choose a tag to compare

v3.16.0 (2025-12-01)


New Resources:

  • Einvoice has been added.
  • QuotedDeltaRamp has been added.

New Attributes:

  • line_items_next_offset has been added to CreditNote.
  • line_items_next_offset has been added to Invoice.
  • credit_lines has been added to SalesOrder.
  • billable_unit_price has been added to SalesOrder#LineItem.
  • billable_quantity has been added to SalesOrder#LineItem.
  • billable_amount has been added to SalesOrder#LineItem.

New Endpoint:

  • move action has been added to ItemPrice.

New Parameters:

  • line_items_limit has been added to CreditNote#RetrieveRequest.
  • line_items_offset has been added to CreditNote#RetrieveRequest.
  • line_items_limit has been added to Invoice#RetrieveRequest.
  • line_items_offset has been added to Invoice#RetrieveRequest.
  • item_tiers has been added to Estimate#GiftSubscriptionForItemsRequest.
  • unit_price has been added to Estimate#SubscriptionItems#GiftSubscriptionForItemsRequest.
  • unit_price_in_decimal has been added to Estimate#SubscriptionItems#GiftSubscriptionForItemsRequest.
  • item_tiers has been added to Gift#CreateForItemsRequest.
  • meta_data has been added to Gift#CreateForItemsRequest.
  • unit_price has been added to Gift#SubscriptionItems#CreateForItemsRequest.
  • unit_price_in_decimal has been added to Gift#SubscriptionItems#CreateForItemsRequest.
  • item_tiers has been added to HostedPage#CheckoutGiftForItemsRequest.
  • unit_price has been added to HostedPage#SubscriptionItems#CheckoutGiftForItemsRequest.
  • unit_price_in_decimal has been added to HostedPage#SubscriptionItems#CheckoutGiftForItemsRequest.
  • auto_select_local_currency has been added to PricingPageSession#CreateForNewSubscriptionRequest.

New Enums:

  • EZIDEBIT has been added to GatewayEnum.
  • BUSINESS_RULE has been added to EntityTypeEnum.
  • RULESET has been added to EntityTypeEnum.

v3.15.1

29 Oct 06:57
0fd1efa

Choose a tag to compare

v3.15.1 (2025-10-29)


Bug Fixes:

  • Resolves(#88): an issue where requests made with the GET methods incorrectly included a request body, causing the Request interface to throw an error.

v3.15.0

28 Oct 08:59
73ab791

Choose a tag to compare

New Attributes:

  • reference_transactions has been added to Invoice.
  • payment_attempts[] has been added to PaymentIntent.
  • checkout_details has been added to PaymentIntent#PaymentAttempt.
  • line_item_id has been added to CreditNoteEstimate#Discount.
  • line_item_id has been added to CreditNote#Discount.
  • line_item_id has been added to InvoiceEstimate#Discount.
  • line_item_id has been added to Invoice#Discount.
  • line_item_id has been added to InvoiceEstimate#Discount.
  • line_item_id has been added to Quote#Discount.
  • line_item_id has been added to QuoteLineGroup#Discount.

Modified Attributes:

  • omnichannel_subscription_item_offers has been made optional attribute from required attribute.

New Input Parameters:

  • discount[line_item_id] has been added to CreditNote#ImportCreditNoteRequest.
  • discount[line_item_id] has been added to CreditNote#ImportInvoiceRequest.

New Enums:

  • OMNICHANNEL_TRANSACTION_CREATED has been added to EventTypeEnum.
  • DEUTSCHE_BANK has been added to Gateway.

Enhancements

  • Added support for injectable custom HTTP clients.
  • Added example implementation using Axios.
  • Added example implementation using ky.
  • Removed support for http and https based HttpClient as the minimum supported Node.js version for this package is >= 18.