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