Skip to content

Releases: chargebee/chargebee-python

v3.22.0

08 May 05:47
07c4977

Choose a tag to compare

v3.22.0 (2026-05-07)


Bug fixes:

  • Fixed an inconsistency in required parameters for API methods between the SDK Generator and OpenAPI specifications.

v3.21.0

04 May 07:19
dc31c49

Choose a tag to compare

v3.21.0 (2026-05-04)

New Resources:

New Actions:

New Attributes:

New Parameters:

Read more

v3.20.0

27 Mar 06:17
0160344

Choose a tag to compare

v3.20.0 (2026-03-27)

New Resources:

New Actions:

New Attributes:

New Parameters:

New Events:

New Enums:

v3.19.1

11 Mar 05:24
5835793

Choose a tag to compare

v3.19.1 (2026-03-11)


Bug Fixes:

  • Fixed URL construction to avoid appending a trailing ? when there are no query parameters.

v3.19.0

02 Mar 09:50
0ef1537

Choose a tag to compare

v3.19.0 (2026-03-02)

New Resources:

New Attributes:

New Parameters:

New Enums:

v3.18.2

19 Feb 06:21
711311c

Choose a tag to compare

v3.18.2 (2026-02-19)


Bug Fixes:

v2.60.1

18 Feb 04:53
29849f2

Choose a tag to compare

v2.60.1 (2025-12-30)


Bug Fixes

  • Fixed an issue where empty parameters were incorrectly parsed as a JSON string for Content-Type: application/json requests. They are now correctly handled as an empty JSON object ({}) instead of an empty string.

v3.18.1

16 Feb 08:43
a1e09d7

Choose a tag to compare

v3.18.1 (2026-02-16)


Bug Fixes:

  • Fixed enum serialization in JSON requests to use actual enum values instead of string representations.

v3.18.0

06 Feb 09:41
d70fc00

Choose a tag to compare

v3.18.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.17.0

16 Jan 06:59
0118f84

Choose a tag to compare

v3.17.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.