new module:models/FundingAccountResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newFundingAccountResponse
.
Members
-
static, readonly AccountHolderTypeEnum :String
-
Allowed values for the
account_holder_type
property.Properties:
Name Type Description personal
String value: "personal"
business
String value: "business"
-
static, readonly AccountSubtypeEnum :String
-
Allowed values for the
account_subtype
property.Properties:
Name Type Description savings
String value: "savings"
checking
String value: "checking"
money_market
String value: "money_market"
visa_credit
String value: "visa_credit"
mastercard_credit
String value: "mastercard_credit"
american_express_credit
String value: "american_express_credit"
discover_credit
String value: "discover_credit"
visa_debit
String value: "visa_debit"
mastercard_debit
String value: "mastercard_debit"
discover_debit
String value: "discover_debit"
apple_pay
String value: "apple_pay"
-
static, readonly AccountTypeEnum :String
-
Allowed values for the
account_type
property.Properties:
Name Type Description bank
String value: "bank"
debit_card
String value: "debit_card"
credit_card
String value: "credit_card"
wallet
String value: "wallet"
-
static, readonly AchEligibleFlagEnum :String
-
Allowed values for the
ach_eligible_flag
property.Properties:
Name Type Description yes
String value: "yes"
no
String value: "no"
-
static, readonly AtmEligibleFlagEnum :String
-
Allowed values for the
atm_eligible_flag
property.Properties:
Name Type Description yes
String value: "yes"
no
String value: "no"
-
static, readonly StatusEnum :String
-
Allowed values for the
status
property.Properties:
Name Type Description active
String value: "active"
inactive
String value: "inactive"
frozen
String value: "frozen"
unverified
String value: "unverified"
unusable
String value: "unusable"
-
inner aba_routing_number :String
-
The ABA/Routing number for the bank account.
-
inner account_holder_name :String
-
The name as specified on the account.
-
inner account_holder_type :module:models/FundingAccountResponse.AccountHolderTypeEnum
-
The type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal.
-
inner account_number :String
-
The number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card.
-
inner account_subtype :module:models/FundingAccountResponse.AccountSubtypeEnum
-
The sub type of the funding account. This is derived by EBPP in the case of card funding accounts. It needs to be passed when adding or editing a DDA/Bank/ApplePay account. For e.g., a savings account, a checking account.
-
inner account_type :module:models/FundingAccountResponse.AccountTypeEnum
-
The type of the funding account.
-
inner ach_eligible_flag :module:models/FundingAccountResponse.AchEligibleFlagEnum
-
Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).
-
inner address :module:models/FundingAccountAddress
-
-
inner atm_eligible_flag :module:models/FundingAccountResponse.AtmEligibleFlagEnum
-
Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.
-
inner audit_info :module:models/AuditInfoVo
-
-
inner card_cvv_number :String
-
This is never returned by EBPP. This needs to be passed to EBPP when adding or editing a card funding account.
-
inner comments :String
-
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
-
inner currency_code3d :String
-
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.
-
inner custom_fields :Object.<String, String>
-
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: support@billerpayments.com">support@billerpayments.com for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.
-
inner display_text :String
-
UI representation of the account.
-
inner expiry_date :String
-
The expiry date for the card. This is to be in the format MM/YY.
-
inner id :String
-
Id is a unique identifier assigned to the funding account in EBPP. A new Id is generated for the funding account when the account number is updated.
-
inner issuer_name :String
-
The name of the authority that has issued the account. This is relevant only in the case of bank accounts.
-
inner nickname :String
-
The nickname by which a customer might want to identify the account.
-
inner status :module:models/FundingAccountResponse.StatusEnum
-
The status of the funding account in EBPP.
-
inner url :String
-
This URL fetches the funding account details.
Methods
-
static constructFromObject(data, obj) → {module:models/FundingAccountResponse}
-
Constructs a
FundingAccountResponse
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/FundingAccountResponse Optional instance to populate.