Moov.Institutions (Moov v1.0.0)

Copy Markdown View Source

Look up financial institutions and validate routing numbers, including which rails (ACH, RTP, wire) a given institution supports.

See https://docs.moov.io/api/enrichment/institutions/.

Summary

Functions

Looks up financial institutions. opts[:query] supports filters such as [name: "...", routing_number: "...", rail: "ach"] - see Moov's docs for the full filter set.

Functions

search(client, opts \\ [])

@spec search(
  Moov.Client.t(),
  keyword()
) :: {:ok, [map()]} | {:error, Moov.Error.t()}

Looks up financial institutions. opts[:query] supports filters such as [name: "...", routing_number: "...", rail: "ach"] - see Moov's docs for the full filter set.