v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Endpoints
account/transactions/codes
This endpoint returns a list all of transaction codes that can be assigned to transactions.
get/account/transactions/codes
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,
"TransactionCodes": {
"0": {
"Category": "Pre-Authorized Transactions",
"Description": "Payroll Deposit"
}
}
}