ExStoneOpenbank v0.1.0 ExStoneOpenbank.API.Transfers View Source

Transfers operations.

Link to this section Summary

Link to this section Functions

Link to this function

dry_run_transfer(config_name, input)

View Source
dry_run_transfer(config_name :: atom(), input :: map()) ::
  {:ok, ExStoneOpenbank.API.Model.TransferResponse.t()}
  | {:error, reason :: atom()}

Dry run a transfer.

This is needed in order to understand the details of the payment and show it up front to users.

Link to this function

transfer(config_name, input)

View Source
transfer(config_name :: atom(), input :: map()) ::
  {:ok, ExStoneOpenbank.API.Model.TransferResponse.t()}
  | {:error, reason :: atom()}

Make transfer