The Issued Check resource represents a standard paper check, commonly used for payments from a checking account.
Checks may be issued only out of Treasury Prime ledger accounts through the API. Funds to cover the payment are withdrawn from the account when the check is issued so that checks cannot bounce.
Check issuing in production is currently only available to partnerships on the Treasury Prime ledger. Contact your Treasury Prime Account Manager to confirm its availability to your organization.
Workflow
Issued Checks progress through statuses in the following way:
-
pending
For checks submitted for issuance on our system before they are mailed. Possible next statuses are
sent
,canceled
,error
, andexpired
. -
error
If a check fails to be created, it goes into error state and funds do not move.
-
sent
Checks that have been issued and sent. Possible next statuses are
cleared
,stop_payment_pending
,returned
, andexpired
. -
stop_payment_pending
Checks that had a
stop_payment
request made after they were already sent/mailed out. Possible next statuses arestop_payment
,cleared
,returned
, andexpired
. -
stop_payment
Checks that have a stop payment request on them that have been confirmed by the issuing bank. These are checks that have been sent/mailed out, but that the bank does not intend to honor in the case of their deposit at a receiving bank.
-
cleared
Checks that have been sent and cashed by the recipient. This is a status that is set by the bank.
-
returned
Check has been returned by the bank and will not be honored as issued. This status is uncommon.
-
canceled
Checks that were
pending
and have been stopped before being sent/mailed out. Funds will be returned to originating account. -
expired
Checks that are in a status of
pending
,sent
, orstop_payment_pending
are moved toexpired
after 180 days from when they were created.