Plaid.PaymentInitiation.list_recipients

You're seeing just the function list_recipients, go back to Plaid.PaymentInitiation module for more information.

Specs

list_recipients(Plaid.config()) ::
  {:ok, Plaid.PaymentInitiation.ListRecipientsResponse.t()}
  | {:error, Plaid.Error.t()}

List the payment recipients that you have previously created.

Does a POST /payment_initiation/recipient/list call to list all recipients you have previously created.

Examples

PaymentInitiation.list_recipients(client_id: "123", secret: "abc")
{:ok, %PaymentInitiation.ListRecipientsResponse{}}