Stop Pay
A stop payment is a request to prevent a check or an ACH withdrawal from posting to an account. Reasons include stolen/lost checkbook, a merchant that won't stop debiting an account despite cancelled service, etc.
stopPay Object
| Property | Data Type (length) | Description |
|---|---|---|
accountId | integer | The Helix-assigned unique ID for the account to which this stop pay is associated |
amountMaximum | decimal | The upper bound of payment amount range |
amountMinimum | decimal | The lower bound of payment amount range.
|
checkNumberMaximum | integer | Applies only when paymentType=Check. The upper bound of check number range. |
checkNumberMinimum | integer | Applies only when paymentType=Check. The lower bound of check number range.
|
comment | string | Informational only. Miscellaneous info collected at the time the stop pay is placed. |
companyId | string | Applies only when paymentType=ACH. A unique alphanumeric value to identify originators operating on the ACH network. |
createdDate | datetime | The date the stop pay was created Format: yyyy-MM-ddT00:00:00.000+00:00 |
customerId | integer | The Helix-assigned unique ID for the customer who owns the account |
expireDate | datetime | The date the stop pay will expire Format: yyyy-MM-ddT00:00:00.000+00:00 |
payeeName | string | The entity the check was written to or the merchant name (if ACH) |
paymentType | enum | Payment type Valid values include:
|
stopPayId | integer | The Helix-assigned unique ID for the stop pay |
stopPayType | enum | Only relevant when paymentType=ACH.Valid values include:
|

