Method: MoneyKit::PlaidCompatible::NumbersACH#account

Defined in:
lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_ach.rb

#accountObject

The ACH account number for the account. Note that when using OAuth with Chase Bank (‘ins_56`), Chase will issue "tokenized" routing and account numbers, which are not the user’s actual account and routing numbers. These tokenized numbers should work identically to normal account and routing numbers. The digits returned in the ‘mask` field will continue to reflect the actual account number, rather than the tokenized account number; for this reason, when displaying account numbers to the user to help them identify their account in your UI, always use the `mask` rather than truncating the `account` number. If a user revokes their permissions to your app, the tokenized numbers will continue to work for ACH deposits, but not withdrawals.



22
23
24
# File 'lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_ach.rb', line 22

def 
  @account
end