Plaid Institutions API — search and retrieve institution metadata.
Summary
Functions
Retrieves a single institution by ID.
Lists institutions with pagination.
Searches institutions by name or routing number.
Functions
@spec get(PlaidEx.Config.t(), String.t(), [String.t()], keyword()) :: {:ok, PlaidEx.Schemas.Institution.t()} | {:error, PlaidEx.Error.t()}
Retrieves a single institution by ID.
@spec list( PlaidEx.Config.t(), keyword() ) :: {:ok, %{institutions: [PlaidEx.Schemas.Institution.t()], total: integer()}} | {:error, PlaidEx.Error.t()}
Lists institutions with pagination.
@spec search(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, %{institutions: [PlaidEx.Schemas.Institution.t()]}} | {:error, PlaidEx.Error.t()}
Searches institutions by name or routing number.