This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Plaid.Connect do | |
@moduledoc """ | |
Functions for working with Plaid Connect. | |
Through this API you can: | |
* Add a Plaid Connect user | |
* Register a webhook for a user | |
* Fetch user account data | |
* Fetch user transaction data |