Skip to main content

Stop Payment Resources

Unit supports two types of stop payment resources:

Check Stop Payment

The checkStopPayment resource is used to stop check payments based on check number and optionally amount.

See Check Stop Payment for the full resource schema.

Key Attributes

AttributeTypeDescription
statusstringThe status of the stop payment, one of Active or Disabled.
checkNumberstringThe check number of the check payments that the stop payment operation will be applied to.
amountintegerOptional. The amount (in cents) to look on payments to stop.
createdAtstringThe date the resource was created.

Relationships

RelationshipTypeDescription
accountAccountThe account that payments will be stopped for.
customerCustomerThe customer that owns the account.
stoppedPaymentsArray of CheckPaymentOptional. The list of check payments that were stopped by this stop payment.

ACH Stop Payment

The achStopPayment resource is used to stop ACH debit payments based on originator name and/or minimum amount.

See ACH Stop Payment for the full resource schema.

Key Attributes

AttributeTypeDescription
statusstringThe status of the stop payment, one of Active or Disabled.
minAmountintegerOptional. The amount (in cents) above which a payment will be stopped.
originatorNameArray of stringsOptional. The name of the originator of the payment to look for in payments to stop.
directionstringDebit only.
expirationstringOptional. Date only (e.g. "2001-08-15").
isMultiUsebooleanOptional. False by default.
descriptionstringUp to 255 characters.
createdAtstringThe date the resource was created.

Relationships

RelationshipTypeDescription
accountAccountThe account that payments will be stopped for.
customerCustomerThe customer that owns the account.