v1
latestOpenAPI 3.0.02026-07-2640301.0 MBClient Account Auto Balance Transfer Endpoints
account/client-accounts/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/client-accounts/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
ClientAccountIDstring required
The Client Account ID to which the wallet belongs
TransactionIDstring required
Transaction ID of the auto-balance transfer transaction
Response
Example response
{
"Transactions": {
"0": {
"TransactionType": "EFT Funding",
"TransactionDate": "2024-08-01 12:34:56",
"FullName": "John Smith",
"ReferenceNo": "ABCD-1234"
}
}
}