Gocardless
Elixir wrapper for the GoCardless API.
Installation
- Add
gocardlessto your list of dependencies in mix.exs:
def deps do
[{:gocardless, "~> 0.1.1"}]
end
- Ensure
gocardlessis started before your application:
def application do
[applications: [:gocardless]]
end
- Add configuration to your app:
config :gocardless,
api_base: "https://api-sandbox.gocardless.com/",
api_version: "2015-07-06",
access_token: "<your-token>"
Docs
You can read the docs here
Implementation state
These are the priorities for us right now. If you want anything else feel free to add a pull request.
- Customers
- List
- Get
- Create
- Update
- Mandates
- List
- Get
- Create
- Update
- Cancel
- Reinstate
- CustomerBankAccounts
- List
- Get
- Create
- Update
- Disable
- Payments
- List
- Get
- Create
- Update
- Cancel
- Retry