---
title: "account/transaction/history"
method: POST
path: "/account/transaction/history"
tags: ["Account Endpoints"]
---

# account/transaction/history

`POST /account/transaction/history`

Retrieves the history for a specific transaction.

## Query parameters

- `Timezone ` string

## 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
  - `TransactionHistory` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `Status` string, required — The status of the transaction
      - `DateAdded` string, required — The date when the transaction updated to the status

---

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