---
title: "venmo/withdraw/transaction"
method: GET
path: "/venmo/withdraw/transaction"
tags: ["Venmo Endpoints"]
---

# venmo/withdraw/transaction

`GET /venmo/withdraw/transaction`

This endpoint is used to look up and return the full details on a single Venmo withdraw transaction. Venmo withdraw send funds from your VoPay account to the customer's Venmo account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `TransactionID` integer, 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` integer, required — The unique ID of the transaction
  - `TransactionStatus` string, required — A message indicating the current transaction status. Statuses are: pending, in progress, successful, failed, cancelled
  - `TransactionDateTime` string, date-time, required — The timestamp when the transaction was created
  - `Amount` number, required — The dollar amount of the Venmo withdraw transaction. This is the amount that was sent to the customer's Venmo account.
  - `Currency` string, required — The currency for the transaction.
  - `VenmoToken` string, required — A unique token of the Venmo recipient information.
  - `GLCode` string, required — General ledger code.
  - `TransactionTypeCode` string, required — CPA transaction code.
  - `LastModified` string, date-time, required — This timestamp indicates when the transaction record was last modified. In normal circumstances the transaction record will only be modified when the status of the transaction changes or the HoldAmount is changed.

---

[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/versions/7033bd231ec7/schema)
