Lithic.Types.FinancialAccount (Lithic v1.0.0)

Copy Markdown View Source

Type definitions for Lithic FinancialAccount objects.

Fields

  • "token" — unique identifier
  • "type""ISSUING", "RESERVE", "OPERATING"
  • "status""OPEN", "CLOSED", "SUSPENDED", "PENDING_CLOSURE"
  • "nickname" — optional human label
  • "account_number" — routing/account number details
  • "routing_number" — ABA routing number
  • "is_for_benefit_of" — boolean
  • "created" — RFC 3339 timestamp

Summary

Types

t()

@type t() :: %{required(String.t()) => term()}