README.md
# Beanstream
Unofficial Elixir client for processing payments through [Beanstream](http://www.beanstream.com/home/).
[](https://circleci.com/gh/SoundPays/beanstream-elixir) [](https://hex.pm/packages/beanstream)
## Installation
Add `beanstream` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:beanstream, "~> 0.2.0"}]
end
```