View Source Plaid.Link (plaid v3.3.0)

Functions for Plaid link endpoint.

Link to this section Summary

Functions

Gets a Link Token's information.

Link to this section Types

@type config() :: %{required(atom()) => String.t() | keyword()}
@type error() :: {:error, Plaid.Error.t() | any()} | no_return()
@type params() :: %{required(atom()) => term()}
@type 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