Skip to content

Releases: chargebee/chargebee-node

v3.23.0

27 Mar 06:16
567398c

Choose a tag to compare

v3.23.0 (2026-03-27)

New Resources:

New Actions:

New Attributes:

New Parameters:

New Events:

New Enums:

v3.22.1

09 Mar 09:49
40c9de6

Choose a tag to compare

v3.22.1 (2026-03-09)


Bug Fixes:

  • Fixed GET requests incorrectly sending a request body. Parameters are now only serialized into the request body for non-GET requests.

Tests:

  • GET list request — body must be empty.
  • GET retrieve request — body must be empty.
  • GET with params — params go into the query string, not the body.
  • POST request — body is correctly populated with encoded params.

v3.22.0

02 Mar 09:42
19290e5

Choose a tag to compare

v3.22.0 (2026-03-02)

New Resources:

New Attributes:

New Parameters:

New Enums:

v3.21.1

20 Feb 11:46
ddd6f6e

Choose a tag to compare

v3.21.1 (2026-02-20)


Core Changes:

  • Added new core utility method.

v3.21.0

11 Feb 10:47
58b7f23

Choose a tag to compare

v3.21.0 (2026-02-11)


🚀 New Feature

  • Added webhook handler support. Refer to the README.md for more details.

v3.20.0

06 Feb 09:32
9344f79

Choose a tag to compare

v3.20.0 (2026-02-06)

New Attributes:

New Parameters:

Parameter Updates:

New Events:

New Enums:

  • charge has been added as a new value enum EntityType.
  • payment_due_reminder has been added as a new value enum EventType.
  • tempus has been added as a new value enum Gateway.
  • kakao_pay, naver_pay, revolut_pay, and cash_app_pay have been added as new values enum PaymentMethod.
  • always, ask, and never have been added as new values enum PaymentMethodSavePolicy.
  • kakao_pay, naver_pay, revolut_pay, and cash_app_pay have been added as new values enum PaymentMethodType.
  • kakao_pay, naver_pay, revolut_pay, and cash_app_pay have been added as new values enum Type.
  • accepted, rejected, message_acknowledgement, in_process, under_query, conditionally_accepted, and paid have been added as new values to enum attribute einvoice.status in CreditNote.
  • accepted, rejected, message_acknowledgement, in_process, under_query, conditionally_accepted, and paid have been added as new values to enum attribute status in Einvoice.
  • accepted, rejected, message_acknowledgement, in_process, under_query, conditionally_accepted, and paid have been added as new values to enum attribute einvoice.status in Invoice.
  • kakao_pay, naver_pay, revolut_pay, cash_app_pay, wechat_pay, and alipay have been added as new values to enum attribute payment_method_type in PaymentIntent.
  • kakao_pay, naver_pay, revolut_pay, cash_app_pay, wechat_pay, and alipay have been added as new values to enum attribute active_payment_attempt.payment_method_type in PaymentIntent.
  • kakao_pay, naver_pay, revolut_pay, cash_app_pay, wechat_pay, and alipay have been added as new values to enum request body parameter payment_method_type in update_a_payment_intent of PaymentIntent.
  • kakao_pay, naver_pay, revolut_pay, cash_app_pay, wechat_pay, and alipay have been added as new values to enum request body parameter payment_method_type in create_a_payment_intent of PaymentIntent.

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.