v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Journal Entry Endpoints

journal-entry

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

get/journal-entry

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

Example response

{
  "Success": true,
  "Journals": {
    "0": {
      "ClientAccountID": "client_account_1",
      "WalletID": "client_account_wallet_1",
      "FullName": "Jane Doe",
      "Currency": "CAD",
      "DebitAmount": "456.78",
      "TransactionDate": "2019-12-04",
      "Status": "in progress",
      "Notes": "Transaction cancelled",
      "ClientReferenceNumber": "null",
      "DateAdded": "2019-11-03 01:00:00",
      "LastModified": "2019-12-04 18:13:39"
    }
  }
}