ExChargebee
Elixir implementation of the Chargebee API.
ExChargebee is a fork of ChargebeeElixir by Nicolas Marlier
Installation
The package can be installed by adding ex_chargebee to your list of dependencies in mix.exs:
def deps do
[
{:ex_chargebee, "~> 0.2.3"}
]
endConfiguration
# config/dev.ex
config :ex_chargebee,
namespace: "$your_namespace",
api_key: "$your_api_key"Usage
# e.g.
ExChargebee.Plan.list()