---
title: "account/transactions/codes"
method: GET
path: "/account/transactions/codes"
tags: ["Account Endpoints"]
---

# account/transactions/codes

`GET /account/transactions/codes`

This endpoint returns a list all of transaction codes that can be assigned to transactions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, 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
  - `TransactionCodes` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `TransactionTypeCode` integer, required — Unique transaction type code
      - `Category` string, required — High-level category of the transaction code
      - `Description` string, required — Description of the 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/versions/7033bd231ec7/schema)
