Account Limit
An Account Limit is a restriction on a helix account.
Take me to the Account Limits Endpoint Reference
accountLimit Object
Property | Data Type (length) | Description |
---|---|---|
accountId | integer | The Helix-assigned unique ID for the account to which this stop pay is associated |
isCredit | boolean | true if the limit applies to inbound transactions |
isTemporaryOverride | boolean | true if the limit is temporary |
limitEffectiveDate | datetime | Date and time the limit is effective |
limitExpireDate | datetime | Date and time the limit will expire (if any) |
limitId | integer | The Helix-assigned unique ID for the account limit |
maximumAmount | decimal | The amount of the limit. Could be dollar amount, transaction count, etc based on paymentType and periodType |
paymentType | enum | The type of money movement rail the limit applies to. Possible values: - AchOdfi : ACH transfers originated via helix's /transfer/create endpoint |
periodType | enum | Possible values: - Transaction - Day - Month |
velocityLimitType | enum | Possible values: - Monetary |
Updated about 1 year ago