Skip to content
Get started

Cheques

Create Cheque
print_mail.cheques.create(ChequeCreateParams**kwargs) -> Cheque
POST/print-mail/v1/cheques
List Cheques
print_mail.cheques.list(ChequeListParams**kwargs) -> SyncSkipLimit[Cheque]
GET/print-mail/v1/cheques
Get Cheque
print_mail.cheques.retrieve(strid) -> Cheque
GET/print-mail/v1/cheques/{id}
Cancel Cheque
print_mail.cheques.delete(strid) -> Cheque
DELETE/print-mail/v1/cheques/{id}
Get Cheque Preview
print_mail.cheques.retrieve_url(strid) -> ChequeRetrieveURLResponse
GET/print-mail/v1/cheques/{id}/url
Retrieve Cheque Deposit-Ready PDF (Digital Only)
print_mail.cheques.retrieve_with_deposit_ready_pdf(strid) -> Cheque
GET/print-mail/v1/cheques/{id}/with_deposit_ready_pdf
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: