Module: Lithic::Models::Account::State

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/account.rb

Overview

Account state:

  • ‘ACTIVE` - Account is able to transact and create new cards.

  • ‘PAUSED` - Account will not be able to transact or create new cards. It can be set back to `ACTIVE`.

  • ‘CLOSED` - Account will not be able to transact or create new cards. `CLOSED` accounts are unable to be transitioned to `ACTIVE` or `PAUSED` states. Accounts can be manually set to `CLOSED`, or this can be done by Lithic due to failure to pass KYB/KYC or for risk/compliance reasons. Please contact [[email protected]]([email protected]) if you believe this was done by mistake.

See Also:

Constant Summary collapse

ACTIVE =
:ACTIVE
PAUSED =
:PAUSED
CLOSED =
:CLOSED

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info