View Source Plaid.Webhooks.Auth (elixir_plaid v1.2.1)

Plaid auth webhooks schema

Used with AUTOMATICALLY_VERIFIED and VERIFICATION_EXPIRED webhooks.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Webhooks.Auth{
  account_id: String.t(),
  item_id: String.t(),
  webhook_code: String.t(),
  webhook_type: String.t()
}