Plaid.Link (plaid v3.0.0) View Source
Functions for Plaid link
endpoint.
Link to this section Summary
Link to this section Types
Specs
Specs
error() :: {:error, Plaid.Error.t() | any()} | no_return()
Specs
Specs
t() :: %Plaid.Link{ created_at: String.t(), expiration: String.t(), link_token: String.t(), metadata: Plaid.Link.Metadata.t(), request_id: String.t() }
Link to this section Functions
Specs
Creates a Link Token.
Parameters
%{
client_name: "",
language: "",
country_codes: "",
user: %{client_user_id: ""}
}
Specs
Gets a Link Token's information.
Parameters
%{
link_token: ""
}