v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Endpoints
account/auto-balance-transfer
This endpoint is used to retrieve the information of your auto balance transfer.
This option requires special permissions.
get/account/auto-balance-transfer
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Response
Example response
{
"Success": true,
"ScheduleStartDate": "2020-01-01",
"NameOfFrequency": "recurring",
"Status": "in progress",
"Currency": "CAD",
"AccountHolderName": "John Doe",
"AccountNumber": "13434387",
"FinancialInstitutionNumber": "112",
"BranchTransitNumber": "**809",
"ABARoutingNumber": "123456789"
}