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

# zelle/withdraw/transaction

`GET /zelle/withdraw/transaction`

Retrieve details of a specific Zelle withdrawal transaction.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `TransactionID` 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
  - `TransactionID` string, required — Unique identifier for the transaction
  - `TransactionDate` string, required — Date and time the transaction was created
  - `TransactionStatus` string, required — Current status of the transaction
  - `Amount` string, required — Transaction amount formatted to 2 decimal places
  - `RecipientName` string, required — Full name of the recipient
  - `RecipientEmail` string, required — Recipient's email alias, if used
  - `RecipientPhone` string, required — Recipient's mobile phone alias, if used
  - `PriorityType` string, required — Payment priority type
  - `Notes` string, required — Memo or note associated with the payment
  - `ClientReferenceNumber` string, required — Client reference number associated with the transaction
  - `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)
