Module: Finicity

Extended by:
Configurable
Defined in:
lib/finicity-ruby.rb,
lib/finicity/client.rb,
lib/finicity/version.rb,
lib/finicity/fetchers.rb,
lib/finicity/configurable.rb,
lib/finicity/fetchers/api.rb,
lib/finicity/fetchers/base.rb,
lib/finicity/fetchers/token.rb,
lib/finicity/resources/base.rb,
lib/finicity/resources/account.rb,
lib/finicity/resources/customer.rb,
lib/finicity/resources/institution.rb,
lib/finicity/resources/transaction.rb

Defined Under Namespace

Modules: Configurable, Fetchers, Resources Classes: ApiServerError, Client, LoadHistoricTxnError, TokenRefreshError

Constant Summary collapse

INVALID_APP_TOKEN_CODES =

Description: Expired Finicity app token Required Action: Renew app token

[10_022, 10_023].freeze
CONNECTION_PROBLEM_CODES =

Description: Retry Error or Problem Connecting to the Institution Required Action: Nothing. Just try again later.

[102, 320, 580].freeze
INVALID_CREDENTIALS_CODES =

Description: Invalid Credentials Required Action: Prompt the customer for the correct credentials.

[103].freeze
USER_ACTION_REQUIRED_CODES =

Description: User Action Required Required Action: Prompt the user to login to their account directly at the institution’s website and follow the instructions there

[108, 109].freeze
INCORRECT_MFA_ANSWERS_CODES =

Description: Missing or Incorrect MFA Answer Required Action: Refresh Customer Account and follow the MFA sequence to prompt the user for the missing information

[185, 187].freeze
ACCOUNT_BEING_AGG_CODES =

Description: The account is currently being aggregated. Required Action: Nothing. This is only an informational message. Try again later.

[325, 5006].freeze
MISSING_PARAMS_CODES =

Description: Missing Parameter Required Action: A required field was left blank, Submit the request again, with valid text

[10_005].freeze
ACCOUNT_DETAILS_NOT_FOUND =

Description: Account details not found Required Action: Nothing. This is an informational message.

[38_008].freeze
VERSION =
"1.2.1".freeze

Constants included from Configurable

Configurable::KEYS

Method Summary

Methods included from Configurable

configs, configure, redis_url=