Lithic.Types.Tokenization (Lithic v1.0.0)

Copy Markdown View Source

Type definitions for Lithic Tokenization (digital wallet) objects.

Fields

  • "token" — unique tokenization identifier
  • "account_token" — account the card belongs to
  • "card_token" — card being tokenized
  • "created_at" — RFC 3339 timestamp
  • "dpan" — device PAN (token)
  • "digital_card_art_token" — art used for this tokenization
  • "payment_account_reference_id" — PAR / network token reference
  • "status""ACTIVE", "DEACTIVATED", "INACTIVE", "PAUSED", "PENDING_2FA", "PENDING_ACTIVATION", "UNKNOWN"
  • "token_requestor_name""APPLE_PAY", "GOOGLE_PAY", "SAMSUNG_PAY", "MERCHANT", "OTHER"
  • "token_unique_reference" — unique tokenization reference
  • "type""CARD_WALLET"
  • "updated_at" — RFC 3339 timestamp

Summary

Types

status()

@type status() :: String.t()

t()

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

token_requestor()

@type token_requestor() :: String.t()