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
imageInfoItemsarray 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
- 200
- 400
- 401
- 403
- 500
Success
Bad request Possible causes:
- The dates provided were either unparseable or invalid
Unauthorized Possible causes:
- Full authentication was not provided in the request.
- The authentication token that was sent in the request is invalid.
Forbidden Possible causes:
- The authentication provided does not authorize this request.
Not found Possible causes:
- Images retrieval is not enabled for this account.
- This user is not entitled to see images for this account.
- Images for this account are available on an external site.
- Various server errors