Print check immediately
Create and immediately print a paper check for a transaction.
This endpoint creates a paper check record and generates the PDF in a single operation. The check is immediately marked as PRINTED.
When to use:
- When you need to print a single check right away
- For on-demand check printing workflows
Alternative: Use POST /print-later/ to queue checks for batch printing.
Supported transaction types:
- Direct expenses
- Vendor payments
- Vendor prepayments
- Customer refunds
Returns: The created paper check details along with the PDF content encoded in base64.
Documentation Index
Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
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.
