Print check immediately
Create and immediately print a paper check for a transaction.
Authorizations
Headers
Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.
255Body
Request body for immediately printing a check.
Use this endpoint when you need to print a single check right away. The check will be created and marked as PRINTED immediately.
ID of the transaction to print a check for. Must be a printable transaction type (direct expense, vendor payment, vendor prepayment, or customer refund).
12345
Optional ID of a PaperCheckTemplate to use for formatting. If not provided, the default template will be used.
1
Response
Created
Schema for paper check with PDF content.
Returned when immediately printing a check. Contains both the paper check details and the PDF content encoded in base64.

