Financial accounts — ledger, balances, financial transactions, account numbers, and credit config.
Summary
Functions
Get credit configuration for a financial account.
Register an account number for a financial account.
Update credit configuration for a financial account.
Functions
@spec create( map(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_account_activity_transaction(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get_credit_config( String.t(), keyword() ) :: {:ok, map()} | {:error, Lithic.Error.t()}
Get credit configuration for a financial account.
@spec get_financial_transaction(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec list(keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_account_activity( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec list_financial_transactions( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec register_account_number(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
Register an account number for a financial account.
@spec stream(keyword()) :: Enumerable.t()
@spec update(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec update_credit_config(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
Update credit configuration for a financial account.
@spec update_status(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}