---
title: "Get Fund Fulfillment MRDC Transfer List"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/fundfulfillment/mrdc"
tags: ["Account"]
---

# Get Fund Fulfillment MRDC Transfer List

`GET /programs/{programCode}/accounts/{accountIdentifier}/fundfulfillment/mrdc`

Retrieves a paginated list of fund fulfillment MRDC transfers for the specified account, filtered by date range. Returns transfer details and status.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `startDate` string
- `endDate` string
- `offset` string
- `limit` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetFundFulfillmentMrdcTransferListResponse — Represents the response containing a list of fund fulfillment Mobile Remote Deposit Capture (MRDC) transfers.
  - `transfers` FundFulfillmentMrdcTransfer[], nullable — The list of fund fulfillment MRDC transfers for the account.
    - `accountIdentifier` string, nullable — The unique identifier of the account associated with the MRDC transfer.
    - `transferIdentifier` string, nullable — The unique identifier assigned to the MRDC transfer.
    - `transferStatus` string, nullable — The current status of the MRDC transfer (e.g., "pending", "completed", "failed").
    - `checkAmount` number, double — The amount of the check submitted for deposit.
    - `checkSubmitDate` string, nullable — The date and time when the check was submitted for deposit, formatted as an ISO 8601 string.
    - `checkReturnedDate` string, nullable — The date and time when the check was returned, if applicable, formatted as an ISO 8601 string.
    - `checkCanceledDate` string, nullable — The date and time when the check deposit was canceled, if applicable, formatted as an ISO 8601 string.
    - `checkDeclinedDate` string, nullable — The date and time when the check deposit was declined, if applicable, formatted as an ISO 8601 string.
    - `rejectCode` string, nullable — The code indicating the reason for rejection, if the check was rejected.
    - `rejectReason` string, nullable — The reason for rejection if the check deposit was declined or returned.
    - `postingInfos` PartialPostingInfo[], nullable — The list of partial posting information objects for the transfer.
      - `postingInfoToken` string, nullable — The unique token identifying this posting.
      - `postingInfoStatus` string, nullable — The status of this posting (e.g., "pending", "completed").
      - `amount` number, double — The amount associated with this posting.
      - `depositDate` string, nullable — The date and time when the deposit was made, formatted as an ISO 8601 string.
      - `fundsAvailableDate` string, nullable — The date and time when the funds became available, formatted as an ISO 8601 string.
      - `transferType` string, nullable — The type of transfer for this posting (e.g., "credit", "debit").
  - `fraudData` object, nullable — Additional fraud detection data associated with the transfers, represented as key/value pairs.
  - `totalRecordCount` integer — The total number of fund fulfillment MRDC transfer records matching the request criteria.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
