Skip to content

Releases: chargebee/chargebee-python

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.

v3.16.0

12 Jan 08:41
9ddff6a

Choose a tag to compare

v3.16.0 (2026-01-12)


New Parameters:

  • invoice_usages has been added to HostedPage#CheckoutExistingForItemsInputParam.

v3.15.0

30 Dec 09:09
ce0e5d3

Choose a tag to compare

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

v2.60.0

30 Dec 09:13
2fdcf51

Choose a tag to compare

v2.60.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.14.0

26 Nov 08:16
10e3d14

Choose a tag to compare

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

v2.59.0

26 Nov 08:13
620b46a

Choose a tag to compare

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