---
title: "debit-card/oct/transaction"
method: GET
path: "/debit-card/oct/transaction"
tags: ["Debit Card Endpoints"]
---

# debit-card/oct/transaction

`GET /debit-card/oct/transaction`

This method is used to look up and return the full details on a single OCT transaction. OCT transactions sends money from your VoPay account directly onto the customer's debit card.

## 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: successful, failed, rejected
  - `TransactionDateTime` string, date-time, required — The timestamp when the transaction was created
  - `Amount` number, required — The dollar amount of the transaction. This is the amount that was sent to the customer's debit card.
  - `Currency` string, required — The currency for the transaction.
  - `PushToCardToken` string, required — A unique token who has the card information. Note. For security purposes we do not store the customer debit card information.
  - `Country` string, required — Customer's Country specified using full country name or ISO 3166-1 alpha-2 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.
  - `GLCode` string, required — General ledger code.
  - `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)
