---
title: "Get MRDC Transfers On Hold"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/transfers/onHold"
tags: ["Account"]
---

# Get MRDC Transfers On Hold

`GET /programs/{programCode}/accounts/{accountIdentifier}/transfers/onHold`

Retrieves a list of MRDC (Mobile Remote Deposit Capture) transfers that are currently on hold for the specified account. Returns transfer details and status.

## Path parameters

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

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetOnHoldTransfersResponse — Represents the response containing a list of on-hold transfers for an account.
  - `transfers` TransferDetail[], nullable — The list of transfers that are currently on hold.
    - `transferIdentifier` string, nullable — The unique identifier for the transfer.
    - `accountIdentifier` string, nullable — The unique identifier of the account associated with the transfer.
    - `initiator` string, nullable — The initiator of the transfer (e.g., "user", "system", "partner").
    - `transferType` string, nullable — The type of transfer (e.g., "ACH", "P2P", "internal").
    - `isSource` boolean — Indicates whether the account is the source of the transfer (true) or the destination (false).
    - `transferStatus` string, nullable — The current status of the transfer (e.g., "pending", "completed", "onHold").
    - `transactionAmount` number, double — The amount of the transaction.
    - `mobilePhoneNumber` string, nullable — The mobile phone number associated with the transfer, if applicable.
    - `firstName` string, nullable — The first name of the user associated with the transfer.
    - `lastName` string, nullable — The last name of the user associated with the transfer.
    - `userName` string, nullable — The username of the user associated with the transfer.
    - `memo` string, nullable — An optional memo or note associated with the transfer.
  - `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)
