Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Balanced Api Client for Elixir

NotificationsYou must be signed in to change notification settings

bryanjos/balanced-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balanced API v1.1 Client for Elixir

Usage:

use the following:

{:balanced,"~> 3.1.0"}

Documentation

Usage:

#looks for an application variable in the `:balanced` app named `:secret_key` or an environment variable named BALANCED_SECRET_KEY{:ok,balanced}=Balanced.new#alternatively, you can pass in the secret key as well{:ok,balanced}=Balanced.new("my_secret_key")#then pass in the balanced pid when calling functions{status,response}=Balanced.BankAccounts.get(balanced,bank_account_id)

status is either:ok or:error

response is a Map converted from the json response from Balanced.

Information about the balanced api can be found athttp://docs.balancedpayments.com/1.1/api/

All calls return either {:ok, response} or {:error, response} where response is a map of the Balanced API response

About

Balanced Api Client for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp