Archive paper check
Archive a paper check by setting its status to ARCHIVED.
Archiving a paper check removes it from active workflows without deleting it. This allows you to:
- Remove a check from the print queue
- Create a new check for the same transaction
- Maintain audit history
Note: Archived checks can still be retrieved via the list and get endpoints
by filtering with record_status=archived.
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
Path Parameters
Response
OK
Schema for paper check output in the public API.
A paper check represents a physical check that can be printed for payments. Paper checks are associated with transactions such as vendor payments, direct expenses, vendor prepayments, or customer refunds.
Unique identifier for the paper check
12345
Date when the paper check was created (returned as date only)
"2024-01-15"
Date of the underlying transaction
"2024-01-15"
Type of the source record (e.g., 'direct_expense', 'vendor_payment', 'customer_refund')
direct_expense, vendor_payment, vendor_prepayment, customer_refund "vendor_payment"
ID of the source record (e.g., the VendorPayment ID)
789
Number of the source record (e.g., vendor payment number)
1001
The check number printed on the physical check
"10542"
ID of the company issuing the check
456
Name of the company issuing the check
"Acme Corporation"
Memo or description for the check
"Payment for Invoice #1234"
Amount of the check
^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$"1500.00"
ISO 4217 currency code for the check amount
AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHF, CLF, CLP, CNY, COP, CRC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, UYU, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XCD, XDR, XOF, XPD, XPF, XPT, YER, ZAR, ZMW, ZWL "USD"
Number of the bank account the check is drawn from
321
Name of the bank account the check is drawn from
"Operating Account"
Status of the paper check: 'not_printed' (queued), 'printed', or 'archived'
printed, not_printed, archived "printed"
Name of the payee (vendor or customer receiving the check)
"ABC Suppliers Inc."
ID of the customer if this is a customer refund check
567
Name of the customer if this is a customer refund check
"John Smith"
ID of the vendor if this is a vendor payment check
890
Name of the vendor if this is a vendor payment check
"ABC Suppliers Inc."
