v4
latestOpenAPI 3.1.02026-08-031873791.4 MBPaper Checks
Get paper check
Retrieve a specific paper check by ID.
Returns the full details of a paper check including the associated transaction information, payee details, and current status.
get/public/v1/paper-checks/{paper_check_id}/
Path parameters
paper_check_idinteger required
Response
OK
Example response
{
"id": 12345,
"created_at": "2024-01-15",
"transaction_date": "2024-01-15",
"source_record_id": 789,
"source_record_number": 1001,
"check_number": "10542",
"company_id": 456,
"company_name": "Acme Corporation",
"memo": "Payment for Invoice #1234",
"amount": "1500.00",
"account_number": 321,
"account_name": "Operating Account",
"payee_name": "ABC Suppliers Inc.",
"customer_id": 567,
"customer_name": "John Smith",
"vendor_id": 890,
"vendor_name": "ABC Suppliers Inc.",
"record_status": "printed"
}