chargebee-node icon indicating copy to clipboard operation
chargebee-node copied to clipboard

Node.js library for the Chargebee API.

Results 6 chargebee-node issues
Sort by recently updated
recently updated
newest added

Hello everyone 👋 We're excited to announce the release of Chargebee v3 (beta) SDK for Node.js / TypeScript! Here are some major changes / new features in the new version:...

I want to send the min and max quantity selection options, also known as quantity_metadata, through Chargebee.portal_session.create for each portal session that Chargebee has created. ``` const { portal_session: initialPortalSession...

### Description of the Bug After upgrading my project from Next.js v14 to v15, I encountered a module resolution error when trying to use the chargebee package. The issue appears...

- Event handler with callback for webhook - Typed event callbacks, error handling

### Description When `retryConfig.enabled = true`, if a GET request is retried, it will be done without query parameters For example, if you do `chargebee.subscription.list({ "customer_id[is]": "xxx" })` and the...

### Description of the Bug Interfaces are mixing attributes from Product Catalog 1.0 and 2.0. For example, in the case of the Subscription interface: - plan_id is declared as required...