v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Journal Entry Endpoints

journal-entry/edit

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

post/journal-entry/edit

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

Example response

{
  "Success": true
}