Class: Sink::Models::Card::Type

Inherits:
Enum
  • Object
show all
Defined in:
lib/sink/models/card.rb

Overview

Card types:

  • ‘MERCHANT_LOCKED` - Card is locked to first merchant that successfully authorizes the card.

  • ‘PHYSICAL` - Manufactured and sent to the cardholder. We offer white label branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe functionality. Reach out at [lithic.com/contact](lithic.com/contact) for more information.

  • ‘SINGLE_USE` - Card will close shortly after the first transaction.

  • ‘VIRTUAL` - Card will authorize at any merchant and can be added to a digital wallet like Apple Pay or Google Pay (if the card program is digital wallet-enabled).

Constant Summary collapse

MERCHANT_LOCKED =
:MERCHANT_LOCKED
PHYSICAL =
:PHYSICAL
SINGLE_USE =
:SINGLE_USE
VIRTUAL =
:VIRTUAL