Skip to main content
GET
List check deposits
Returns checks deposited into Lemma accounts, ordered by most recent first. Results are paginated.

Query parameters

string
Filter check deposits to a specific bank account, prefixed with account_. You can find account IDs using the List bank accounts endpoint. Omit to list check deposits across every account you can access.
integer
default:"10"
The number of check deposits to return. Maximum is 100.
string
Cursor from the previous response. Omit to fetch from the beginning.

Response

object[]
The list of check deposit objects for the requested page.
boolean
Whether more check deposits exist after this page.
string | null
Pass this value as cursor on the next request to fetch the following page. null when this is the last page.