Get Remote Check Deposit
Retrieves one deposit made using remote deposit capture associated with an account
Path parameters
ID of a deposit for a remote deposit capture
Response
Successful retrieval of a Remote Check Deposit
Example response
{
"account_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"back_image_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"business_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"check_amount": 12345,
"deposit_currency": "USD",
"front_image_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"person_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"tenant": "abcdef_ghijkl",
"creation_time": "2010-05-06T12:23:34.321Z",
"date_captured": "2010-05-06T12:23:34.321Z",
"date_processed": "2010-05-06T12:23:34.321Z",
"deposit_amount": 12345,
"id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"ocr_account_number": "123456789",
"ocr_check_number": "001",
"ocr_routing_number": "026009593",
"transaction_id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"vendor_info": {
"vendor": "SOCURE"
}
}Changes
Changed in 2 of the 4 revisions of this API.4
- ○
added the optional property
allOf[subschema #1: Remote Check Deposit]/allOf[subschema #1 -> subschema #2]/file_loc_identifierto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
allOf[subschema #1: Remote Check Deposit]/allOf[subschema #1]/matching_declined_checkto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1: Remote Check Deposit]/allOf[subschema #1]/matching_pending_checkto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1: Remote Check Deposit]/allOf[subschema #1]/matching_submitted_checkto the response with the200statusresponse-optional-property-added
- ○