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

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

Specs

config() :: %{required(atom()) => String.t() | keyword()}

Specs

error() :: {:error, Plaid.Error.t() | any()} | no_return()

Specs

params() :: %{required(atom()) => term()}

Specs

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

Specs

Creates recipient.

Parameters

%{

}
Link to this function

get(params, config \\ %{})

View Source

Specs

Gets recipient by recipient_id.

Parameters

%{
  recipient_id: ""
}

Specs

list(config()) :: {:ok, t()} | error()

Lists all recipients.