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 document image (check, deposit slip, or statement) using the image identifier obtained from the image list endpoint.

Response Format:

  • Check and deposit slip images are returned as base64-encoded TIFF data
  • Statement images are returned as base64-encoded PDF data
  • The imageInfoItems array contains one or more image representations

Use this endpoint to:

  • Display a specific check image for transaction verification
  • Retrieve a deposit slip for record keeping
  • Download a statement in PDF format

Request

Responses

Success