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.Documentation Index
Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
Use this file to discover all available pages before exploring further.
Workflow
Issued Checks progress through statuses in the following way:-
pendingFor checks submitted for issuance on our system before they are mailed. Possible next statuses aresent,canceled,error, andexpired. -
errorIf a check fails to be created, it goes into error state and funds do not move. -
sentChecks that have been issued and sent. Possible next statuses arecleared,stop_payment_pending,returned, andexpired. -
stop_payment_pendingChecks that had astop_paymentrequest made after they were already sent/mailed out. Possible next statuses arestop_payment,cleared,returned, andexpired. -
stop_paymentChecks 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. -
clearedChecks that have been sent and cashed by the recipient. This is a status that is set by the bank. -
returnedCheck has been returned by the bank and will not be honored as issued. This status is uncommon. -
canceledChecks that werependingand have been stopped before being sent/mailed out. Funds will be returned to originating account. -
expiredChecks that are in a status ofpending,sent, orstop_payment_pendingare moved toexpiredafter 180 days from when they were created.