Skip to main content

Get Banking Image by ID

Loading...
API endpoint path: /db-banking-images/v1/banking-images/{bankingImageId}

Retrieves and returns a specific scanned banking document image—such as a check, deposit slip, statement, or other supported document—using the provided image identifier. The response includes the image data and related metadata required to view, download, or print the document.

Use this endpoint to:

  • Display a specific check image for transaction verification
  • Retrieve a deposit slip image for auditing or record‑keeping purposes
  • Download and view statements or documents in PDF format

Behavior and capabilities:

  • The image is returned only if the authenticated user is entitled to access it.
  • The response contains the full image data along with descriptive metadata.
  • A single banking image may include multiple image representations, such as multiple pages or different document views.
  • The image format returned depends on the type of banking document requested.

Response Format:

  • CHECK, DEPOSIT_CHECK, and DEPOSIT_SLIP images are returned as base64‑encoded TIFF data.
  • CC_STATEMENT, DOCUMENT, and STATEMENT images are returned as base64‑encoded PDF data.
  • The imageInfoItems.imageInfo array may contain one or more image representations, such as multiple pages or front and back views.

Request

Responses

Success