v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Journal Entry Endpoints

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.

post/journal-entry/add

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

JournalEntryIDinteger 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.

Example response

{
  "Success": true
}