v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount 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
Example response
{
"Success": true,
"Transactions": {
"0": {
"TransactionType": "EFT Funding",
"TransactionDate": "2024-08-01 12:34:56",
"FullName": "John Smith",
"ReferenceNo": "ABCD-1234"
}
}
}