v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Remote Check Deposit (beta)

List Remote Check Deposits

Retrieves a paginated list of the deposits made using remote deposit capture associated with an account

get/rdc/deposits

Query parameters

to_deposit_amountinteger
deposit_check_numberstring[]
business_idstring uuid
icl_not_expectedboolean
tenantTenantId[]
[
  "abcdef_ghijkl"
]
page_tokenstring

Optional pagination token to be provided to retrieve subsequent pages, returned from previous get

Example:a8937a0d
deposit_amountinteger[]
from_deposit_amountinteger
deposit_currencystring[]
limitinteger

Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

Example:100
person_idstring uuid
idstring[]

Response

List of deposits made with remote deposit capture

next_page_tokenstring

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example response

{
  "deposits": [
    {
      "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"
      }
    }
  ],
  "next_page_token": "a8937a0d"
}