List an account's check images
Images of the paper checks written against this account, captured alongside FDE statement extraction.
FDE only. Check images are exclusive to the FDE source — the
check_images capability reports unsupported on Finicity and MX,
and such accounts list empty here rather than erroring. Read
capabilities.check_images on
GET /institutions to find institutions
that supply them.
Fronts only. LedgerSync captures the front of each check. There is
no back image and no side field — one check is one image.
Checks are nested under their account because the account is the access
boundary. Follow download_url to fetch the image bytes.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Query Parameters
The Client (cli_…) to scope the read to. Required on account,
transaction, and statement reads — LedgerSync's backend data APIs
are scoped per end-user, so these resources are resolved within a
single Client.
Opaque cursor returned by a previous list response.
Max items per page. Values above the maximum are capped, not rejected.
1 <= x <= 500