---
title: "apple-pay/charge/transaction"
method: GET
path: "/apple-pay/charge/transaction"
tags: ["Digital Wallet Endpoints"]
---

# apple-pay/charge/transaction

`GET /apple-pay/charge/transaction`

This method is used to look up and return the full details on a single Apple Pay transaction. Apple Pay transactions take money out of the customer's 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 Apple Pay transaction. This is the amount that was withdrawn from the customer's card.
  - `Currency` string, required — The currency for the transaction.
  - `ApplePayToken` string, required — A unique token who has the Apple Pay wallet 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.
  - `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)
