Transaction Codes

The TransactionCode table in the Account package stores codes that correspond to various types of financial transactions. This table serves as a reference for identifying and categorizing transactions within the account system. Each code is associated with a description and a specific category, such as debit, credit, payment, or transfer. This table is essential for accurately tracking and recording all financial activities within the account package. It provides a standardized and organized system for managing transactions, making it easier to review and analyze financial data. The TransactionCode table plays a crucial role in maintaining the integrity and accuracy of financial records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 12

The ISO 20022 used to categorize and identify the types of financial transactions within on account balances and statements. These codes help ensure that transactions are processed correctly and consistently across various financial systems and provide a standardised basis for reporting.

string
required
length ≥ 1

The field 'Description' is a data type nvarchar in a table called 'TransactionCode'. This field is used to store textual descriptions of various transaction codes in the table. The nvarchar data type allows for the storage of Unicode characters, allowing for a wider range of languages and special characters to be included in the descriptions. The descriptions in this field provide a brief explanation of the purpose and function of each transaction code, making it easier for users to understand and interpret the data in the table. This field plays an important role in the organization and analysis of transaction codes, providing valuable information for record keeping and decision making processes.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!