Wise Recipient Account API — beneficiary account management.
Summary
Functions
@spec account_requirements(Wise.Config.t(), String.t(), String.t(), number()) :: {:ok, list()} | {:error, Wise.Error.t()}
@spec create(Wise.Config.t(), map()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec delete(Wise.Config.t(), Wise.Types.recipient_id()) :: {:ok, :ok} | {:error, Wise.Error.t()}
@spec get(Wise.Config.t(), Wise.Types.recipient_id()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec list( Wise.Config.t(), keyword() ) :: {:ok, list()} | {:error, Wise.Error.t()}
@spec refresh_account_requirements( Wise.Config.t(), String.t(), String.t(), number(), map() ) :: {:ok, list()} | {:error, Wise.Error.t()}