v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
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
}