---
title: "rtp/withdraw/transaction"
method: GET
path: "/rtp/withdraw/transaction"
tags: ["RTP Endpoints"]
---

# rtp/withdraw/transaction

`GET /rtp/withdraw/transaction`

This endpoint is used to look up details on a single RTP withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's 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 withdraw transaction. This is the amount to be deposited into the recipient's bank account.
  - `Currency` string, required — The currency for the transaction.
  - `RecipientName` string, required — Recipient's name
  - `ABARoutingNumber` string, required — The ABA Routing number of the customer's bank.
  - `AccountNumber` string, required — Recipient's bank account number that funds were deposited to.
  - `ClientReferenceNumber` string, required — An optional reference number which was associated with the transaction.
  - `GLCode` string, required — General ledger code.
  - `LastModified` string, date-time, required — This timestamp indicates when the transaction record was last modified.
  - `TransactionTypeCode` string, required — CPA transaction code.

---

[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)
