JSPM

  • Created
  • Published
  • Downloads 132362
  • Score
    100M100P100Q203704F

A library for integrating with ChargeBee.

Package Exports

  • chargebee

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chargebee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Chargebee Node Client Library - API V1

The node.js library for integrating with Chargebee Recurring Billing and Subscription Management solution.

Chargebee now supports two API versions - V1 and V2. This library is for our older API version V1. The library for V2 can be found in the master branch.

You'd want to upgrade to V2 to benefit from the new functionality. Click here for the API V2 Upgradation Guide.

Processing Webhooks - API Version Check

An attribute, api_version, is added to the Event resource, which indicates the API version based on which the event content is structured. In your webhook servers, ensure this api_version is the same as the API version used by your webhook server's client library.

Installation

Install the latest version 1.x.x of the library with the following commands:

$ npm install chargebee@"<2"

Then require the library as:

var chargebee = require('chargebee');

Documentation

The full documentation can be found on the chargebee site here.

License

See the LICENSE file.