---
title: "Get Check Payment Images"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/checkImages"
tags: ["PaperCheck"]
---

# Get Check Payment Images

`GET /programs/{programCode}/accounts/{accountIdentifier}/checkImages`

Retrieves images of check payments for the specified account and check number, including the requested image face type.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `checkNumber` string
- `imageFaceType` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetCheckBookImageResponse — Represents the response returned after retrieving checkbook images for a specific request. Contains the requested image faces, fetch statuses, and a list of checkbook images. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `requestedImageFaces` 'front' | 'rear' | 'both' — The type of image faces requested (e.g., front, rear, both). Uses Gd.Bos.DataTransfer.Enums.ImageFaceType to specify which faces of the check were requested.
  - `imageFetchStatuses` 'none' | 'front' | 'rear' | 'both' — The status of the image fetch operation (e.g., none, front, rear, both). Uses Gd.Bos.DataTransfer.Enums.ImageFetchStatus to indicate which images were successfully fetched.
  - `images` CheckBookImage[], nullable — The list of checkbook images returned by the operation. Each Gd.Bos.DataTransfer.CheckBookImage includes the fulfillment key, face type, and image data.
    - `checkFulfillmentKey` integer — The unique key identifying the check fulfillment associated with this image.
    - `faceType` 'front' | 'rear' | 'both' — The face type of the check image (front, rear, or both). Uses Gd.Bos.DataTransfer.Enums.ImageFaceType to specify which side(s) of the check are represented.
    - `data` string, byte, nullable — The binary image data for the check image.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
