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

Functions

Get a account.

Get a account. Accepts Payjp API key.

Link to this section Functions

Get a account.

Gets a account.

Returns a {:ok, account} tuple.

Examples

{:ok, account} = Payjp.Charges.get("charge_id")

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")