---
title: "zelle/withdraw/transactions"
method: GET
path: "/zelle/withdraw/transactions"
tags: ["Zelle Endpoints"]
---

# zelle/withdraw/transactions

`GET /zelle/withdraw/transactions`

List Zelle withdrawal transactions for the account within a specified date range.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `StartDateTime` string, required
- `EndDateTime` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `NumberOfRecords` integer, required — Total number of transactions returned
  - `ZelleTransactions` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Collection of Zelle withdrawal transactions
    - `0` object
      - `TransactionID` string, required — Unique identifier for the transaction
      - `TransactionDateTime` string, required — Date and time the transaction was created
      - `Amount` string, required — Transaction amount formatted to 2 decimal places
      - `Status` string, required — Current status of the transaction
      - `RecipientName` string, required — Full name of the recipient
      - `RecipientEmail` string, nullable, required — Recipient's email alias, if used
      - `RecipientPhone` string, nullable, required — Recipient's mobile phone alias, if used
      - `PriorityType` string, nullable, required — Payment priority type
      - `ClientReferenceNumber` string, required — Client reference number
      - `Notes` string, required — Memo or note associated with the payment
      - `LastModified` string, required — Date and time the transaction was last modified

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
