---
title: "journal-entry"
method: GET
path: "/journal-entry"
tags: ["Journal Entry Endpoints"]
---

# journal-entry

`GET /journal-entry`

This endpoint allows you to get the journal entry that was previously saved the VoPay platform.

## 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
  - `Journals` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Collection of journal entry data
    - `0` object
      - `TransactionID` integer, required — Unique ID for the Journal entry transaction
      - `ClientAccountID` string, required — Client account ID used on the journal entry, if applicable
      - `WalletID` string, required — Wallet ID used on the journal entry, if applicable
      - `FullName` string, required — Full name used for the journal entry transaction.
      - `Currency` string, required — 3 character currency code.
      - `CreditAmount` number, required — Credit Amount on the journal entry.
      - `DebitAmount` string, required — Debit Amount on the journal entry.
      - `TransactionDate` string, date, required — The date on which the journal entry transaction occurred.
      - `Status` string, required — A message indicating the current status associated with the journal entry transaction.
      - `Notes` string, required — If applicable, notes giving context to the journal entry transaction.
      - `ClientReferenceNumber` string, required — The optional reference number which was set when the transaction was created.
      - `DateAdded` string, date, required — This timestamp indicates when the transaction record was created.
      - `LastModified` string, date-time, required — This timestamp indicates when the transaction record was last modified.

---

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