v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
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

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "TransactionCodes": {
    "0": {
      "Category": "Pre-Authorized Transactions",
      "Description": "Payroll Deposit"
    }
  }
}