Payjp.Accounts (payjp v0.1.6)
Functions for working with accounts at Payjp. Through this API you can:
- get an account,
Payjp API reference: https://pay.jp/docs/api/#account-アカウント
Link to this section Summary
Link to this section Functions
Link to this function
get()
Get a account.
Gets a account.
Returns a {:ok, account}
tuple.
Examples
{:ok, account} = Payjp.Charges.get("charge_id")
Link to this function
get(key)
Get a account. Accepts Payjp API key.
Gets a account.
Returns a {:ok, account}
tuple.
Examples
{:ok, charge} = Payjp.Charges.get("charge_id", "my_key")