Checkbook Checks
A Checkbook Check is a single check within a Checkbook.
The Checkbook Check object
Attributes
check_number
integer
The check number printed on the check.
checkbook_id
string
The identifier of the Checkbook the check belongs to.
created_at
string
The ISO 8601 date and time at which the Checkbook Check was created.
id
string
The Checkbook Check’s identifier.
status
enum
The status of the Checkbook Check.
type
string
A constant representing the object’s type. For this resource it will always be checkbook_check.
List Checkbook Checks
Returns a
list response
:
Parameters
checkbook_id
string
Filter Checkbook Checks to those belonging to the specified Checkbook.
account_number_id
string
Filter Checkbook Checks to those drawn on the specified Account Number.
More about Account Numbers.
check_number
integer
Filter Checkbook Checks to the one with the specified check number.
More parameters
Retrieve a Checkbook Check
Parameters
checkbook_check_id
string
Required
The identifier of the Checkbook Check.
Stop a Checkbook Check
Stop a Checkbook Check. A stopped check cannot be deposited.
Parameters
checkbook_check_id
string
Required
The identifier of the Checkbook Check to stop.