Look up financial institutions and validate routing numbers, including which rails (ACH, RTP, wire) a given institution supports.
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
@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.