Skip to content
Get startedDashboardSupport

Cheques

Create and manage cheque orders.

Create Cheque
client.printMail.cheques.create(ChequeCreateParams { amount, bankAccount, from, 21 more } params, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
POST/print-mail/v1/cheques
List Cheques
client.printMail.cheques.list(ChequeListParams { limit, search, skip } query?, RequestOptionsoptions?): SkipLimit<Cheque { id, amount, bankAccount, 31 more } >
GET/print-mail/v1/cheques
Get Cheque
client.printMail.cheques.retrieve(stringid, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
GET/print-mail/v1/cheques/{id}
Cancel Cheque
client.printMail.cheques.delete(stringid, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
DELETE/print-mail/v1/cheques/{id}
Get Cheque Preview
client.printMail.cheques.retrieveURL(stringid, RequestOptionsoptions?): ChequeRetrieveURLResponse { id, object, url }
GET/print-mail/v1/cheques/{id}/url
Retrieve Cheque Deposit-Ready PDF (Digital Only)
client.printMail.cheques.retrieveWithDepositReadyPdf(stringid, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
GET/print-mail/v1/cheques/{id}/with_deposit_ready_pdf
Cancel Cheque With Note
client.printMail.cheques.cancel(stringid, ChequeCancelParams { note } body, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
POST/print-mail/v1/cheques/{id}/cancellation
Progress Status
client.printMail.cheques.progress(stringid, RequestOptionsoptions?): Cheque { id, amount, bankAccount, 31 more }
POST/print-mail/v1/cheques/{id}/progressions
ModelsExpand Collapse
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following: