Skip to main content

List Banking Images

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

Returns a list of available scanned document images based on query parameters including account, image type, and date range. The response contains individual image IDs and metadata that can be used to retrieve, view, and print specific images.

Image Types:

  • CHECK - Check images (requires transactionDate and transactionImageNumber)
  • DEPOSIT_SLIP - Deposit slip images (requires transactionDate and transactionImageNumber)
  • STATEMENT - Statement images (requires statementStartDate and statementEndDate)

Use this endpoint to:

  • Build a UI component displaying available images for customers
  • Retrieve image metadata for transaction history displays
  • Get image IDs for subsequent individual image retrieval

Request

Responses

Success