Account 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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.