Download Check Deposit Images

Retrieves the image files for a check deposit
Receive
Download Check Deposit Images
 last updated: 
November 30, 2023

You can retrieve the original and processed images for the front and back of received check deposits with this API. Original files are in JPEG format and processed images are in black & white TIF format.

ENDPOINT

  1. GET /v1/receive/intrabank/{{transferId}}/files

RESPONSE

  1. {
  2.   "front": {
  3.     "original": "JPEG-file-URL",
  4.     "processed": "TIF-file-URL"
  5.   },
  6.   "back": {
  7.     "original": "JPEG-file-URL",
  8.     "processed": "TIF-file-URL"
  9.   }
  10. }