ExStoneOpenbank v0.1.2 ExStoneOpenbank.API.PaymentAccounts View Source
Retrieves all resources the application has access to.
Link to this section Summary
Functions
Get the given account's statement as a paginated list.
List all accounts which the current token can access.
Link to this section Functions
Link to this function
get_statement(name, account_id, opts \\ [])
View Sourceget_statement( config_name :: atom(), account_id :: String.t(), opts :: Keyword.t() ) :: {:ok, ExStoneOpenbank.Page.t()} | {:error, ExStoneOpenbank.HTTP.error_reason()}
Get the given account's statement as a paginated list.
Link to this function
list(name, opts \\ [])
View Sourcelist(config_name :: atom(), opts :: Keyword.t()) :: {:ok, ExStoneOpenbank.Page.t()} | {:error, ExStoneOpenbank.HTTP.error_reason()}
List all accounts which the current token can access.