Get a check deposit
Check deposits
Get a check deposit
Retrieve a single check deposit by its ID.
GET
Get a check deposit
Returns the details of a check deposited into a Lemma account, including its current status, hold information, and MICR data. Use this endpoint to poll a check’s status after discovering it via the List entity mail endpoint.
Path parameters
string
required
The ID of the check deposit, prefixed with
check_deposit_.Response
string
Unique identifier for the check deposit.
integer
The check amount in cents.
string
The processing status of the check. One of
pending, submitted, returned,
or rejected.string | null
The ID for the transaction created by the check deposit. Null if no
transaction has been created yet.
string | null
The mail item this check was found in. Null if the check was not received via
lockbox mail.
object | null
Fund hold details. Present when deposited funds are held before becoming
available. Null if there is no hold.
object | null
Return details, if the check deposit was returned.
object | null
Fields read from the check’s MICR
line. Null
when we have not submitted the check for deposit.