Journal Entry Endpoints

journal-entry/transfer

This endpoint allows you to transfer offbook funds between VoPay accounts and/or Client accounts. This endpoint will create two journal entries, one to debit the source account and one to credit the destination account.

post/journal-entry/transfer

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 created for transfer.

Example response

{
  "Success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.