plaid v2.3.0 Plaid.PaymentInitiation.Recipients View Source
Functions for Plaid payment_initiation/recipient
endpoints.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
create(params, config \\ %{})
View Sourcecreate(params(), config() | nil) :: {:ok, t()} | {:error, Plaid.Error.t()}
Creates recipient.
Parameters
%{
}
Link to this function
get(params, config \\ %{})
View Sourceget(params(), config() | nil) :: {:ok, Plaid.PaymentInitiation.Recipients.Recipient.t()} | {:error, Plaid.Error.t()}
Gets recipient by recipient_id.
Parameters
%{
recipient_id: ""
}
Link to this function
list(config \\ %{})
View Sourcelist(config() | nil) :: {:ok, [Plaid.PaymentInitiation.Recipients.Recipient.t()]} | {:error, Plaid.Error.t()}
Lists all recipients.