View Source Plaid.PaymentInitiation.Recipients (plaid v3.3.0)

Functions for Plaid payment_initiation/recipient endpoints.

Link to this section Summary

Functions

Creates recipient.

Gets recipient by recipient_id.

Lists all recipients.

Link to this section Types

@type config() :: %{required(atom()) => String.t() | keyword()}
@type error() :: {:error, Plaid.Error.t() | any()} | no_return()
@type params() :: %{required(atom()) => term()}
@type t() :: %Plaid.PaymentInitiation.Recipients{
  recipients: [Plaid.PaymentInitiation.Recipients.Recipient.t()],
  request_id: String.t()
}

Link to this section Functions

Link to this function

create(params, config \\ %{})

View Source

Creates recipient.

Parameters

%{

}
Link to this function

get(params, config \\ %{})

View Source

Gets recipient by recipient_id.

Parameters

%{
  recipient_id: ""
}
@spec list(config()) :: {:ok, t()} | error()

Lists all recipients.