---
title: "credit-card/charge/transaction"
method: GET
path: "/credit-card/charge/transaction"
tags: ["Credit Card Endpoints"]
---

# credit-card/charge/transaction

`GET /credit-card/charge/transaction`

This method is used to look up and return the full details on a single credit card transaction. Credit card transactions take money out of the customer's credit card and deposit them into your VoPay 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: successful, failed, cancelled, settled
  - `TransactionDateTime` string, date-time, required — The timestamp when the transaction was created
  - `Amount` number, required — The dollar amount of the credit card transaction. This is the amount that was withdrawn from the customer's credit card.
  - `Currency` string, required — The currency for the transaction.
  - `CreditCardToken` string, required — A unique token who has the credit card information. Note. For security purposes we do not store the customer credit card information.
  - `Country` string, required — Customer's Country specified using full country name or ISO 3166-1 alpha-2 code.
  - `GLCode` string, required — General ledger 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.
  - `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)
