The Banking Images service API makes it possible to retrieve both a specific scanned document image and a list of available scanned document images.
As part of Digital Banking, the image of a paper document is an asset. Despite the growing trend of “going paperless”, the use of checks is still very prominent, especially in the B2B realm. Deposit slips are also still widely used, as merchants and consumers alike often make physical deposits. Monthly statements are available in physical or digital format. For the purposes of security, record-keeping, and funds verification, having the ability to access digitalized versions of documents is paramount.
Value
The Banking Images API enables endusers to:
- Confirm a physical check, deposit slip or statement in just a few clicks.
It enables a financial institution (FI) to:
- Build trust and enhance customer satisfaction and loyalty by maintaining accurate and easily referenced digital copies of important documents
It enables developers to:
- Provide the customer with a quick review of any physical document related to their finances
What is Supported
While the technical documentation in the API Specs section describes the endpoints (or ways to call the API with different parameters to execute different actions), the following provides a simplified list of use cases for Banking Image Service:
GET (Retrieve) Image List: Data is returned for a set of available images based on query parameters:
- Account: Checking, savings, etc.
- Type: Check, deposit slip, statement
- Date range:
Transaction date: Check, deposit slip
Statement date: Statement
- Statement preview (if supported by image vendor)
Get (retrieve) individual image: This will call and retrieve display of a specific image (CHECK/ DEPOSIT SLIP/STATEMENT).
Note: The returned list contains individual image IDs and other information to allow for the retrieval, viewing, and printing of individual images. The data could be used to build a UI component for the customer, listing available images and providing hyperlinks to select and view images.
Additional Product Details
GET Image List - Query parameters
GET Individual Image - Query parameters
NOTE: The Banking Services API abstracts access to image vendors, and some of those vendors do not support all features supported by the API. Contact Technical Support for more information.