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

# journal-entry/add

`POST /journal-entry/add`

This endpoint allows you to add journal entry into the VoPay platform. Journals do not represent real funds. They are considered offbook funds, and are designed to represent transactions that have occured outside 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
  - `JournalEntryID` integer, required — The unique ID of the journal entry that was just created. This ID should be saved as it is required in order to look up or edit the journal entry.

---

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