---
title: "sepa/withdraw/transaction"
method: GET
path: "/sepa/withdraw/transaction"
tags: ["SEPA Endpoints"]
---

# sepa/withdraw/transaction

`GET /sepa/withdraw/transaction`

This endpoint retrieves full details for a single SEPA Instant withdrawal transaction. Requires SEPAInstantWithdrawEnabled permission.

## 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 for the SEPA withdrawal transaction
  - `TransactionStatus` string, required — The current status of the transaction
  - `TransactionDateTime` string, date-time, required — The date and time the transaction was created
  - `Amount` string, required — The transaction amount formatted to 2 decimal places
  - `Currency` string, required — The currency of the transaction
  - `RecipientName` string, required — The full name of the recipient (creditor)
  - `IBAN` string, required — The recipient's International Bank Account Number
  - `ClientReferenceNumber` string, required — The reference number set when the transaction was created
  - `GLCode` string, required — General ledger code associated with the transaction
  - `TransactionTypeCode` string, required — The custom transaction type code associated with the transaction
  - `LastModified` string, date-time, required — The timestamp when the transaction record 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)
