Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of records to retrieve in the response. Defaults to 10.
For navigating through pages. Defaults to the first page.
Filter records using any keywords.
Filter records by check status. Allowed values: new
, void
, mailed
, refunded
, emailed
, eprinted
, printed
.
Filter records by a unique reference ID.
Response
Successful response with a list of checks.
The response is of type object
.