Product
A product is used to configure account functionality. Please contact [email protected] to modify the current product offerings for your program.
product Object
Property | Data Type (length) | Description |
---|---|---|
balanceLimit | object | The dollar limit on individual account balances for this product type |
category | enum | The category of the product Possible values: - Prepaid - Savings - Checking - Time Deposit - Ecode |
description | string | The description of the product |
interestRates | array | The interest rates of the product |
isExternalWithdrawEnabled | boolean | Indicates if external withdrawals (such as an ACH originated by another financial institution) are enabled for the product |
isInterestEnabled | boolean | Indicidates if interest is enabled for the product |
isRecurringContributionEnabled | boolean | Indicidates if recurring contrbutions are enabled for the product |
name | string | The name of the product |
perMonthRegDTransactionCountMaximum | integer | Maximum number of withdrawals that can be made each month according to Regulation D. Applies only to savings accounts. |
perMonthRegDTransactionCountWithoutFee | integer | Maximum number of fee-free withdrawals that can be made each month. applies only to savings accounts. |
perTransactionDepositLimit | object | The deposit limit of an individual transaction for the product |
perTransactionWithdrawLimit | object | The withdrawal limit of an individual transaction for the product |
productId | integer | Helix-assigned unique ID for the product NOTE: A given product's productId will be different in the sandbox and production environments. |
type | enum | Possible values: - Prepaid - Savings (RegD restrictions apply)- Checking - ForBenefitOf (A more restrictive checking account)- Time Deposit |
Updated about 1 year ago