v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

account/auto-balance-transfer/report

This endpoint returns the list of transactions associated with an auto balance transfer.

The sum of all debits/credits should match the amount on the auto-balance transfer.

get/account/auto-balance-transfer/report

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

TransactionIDstring required

Transaction ID of the auto-balance transfer transaction

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,
  "Transactions": {
    "0": {
      "TransactionType": "EFT Funding",
      "TransactionDate": "2024-08-01 12:34:56",
      "FullName": "John Smith",
      "ReferenceNo": "ABCD-1234"
    }
  }
}