Paylink Account Transactions

The PaylinkAccountTransaction table in the Paylink package stores all the necessary information related to financial transactions made through the Paylink platform. It includes fields such as transaction ID, date and time of transaction, payment amount, currency, sender and recipient account details, and any associated fees or charges. This table serves as a central repository for all transaction data, providing a comprehensive overview of all the payments processed through Paylink. It allows for efficient tracking, management, and analysis of financial activity, ensuring a seamless and secure experience for users.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The AccountTransactionId field in the PaylinkAccountTransaction table is the primary key that uniquely identifies each individual transaction within the account. It is of data type int, meaning it can only contain whole numbers. This field is essential for tracking and organizing all financial transactions associated with the Paylink account. By using a primary key, the AccountTransactionId ensures that each transaction is easily identifiable and allows for efficient retrieval of specific transaction data.

date-time
required

The ValueDate field in the PaylinkAccountTransaction table stores the specific date on which a transaction was processed and the value of the transaction was reflected in the associated account. This data type is expressed as a date and is important for tracking the timing and accuracy of financial transactions within the Paylink system. The ValueDate field provides critical information for reconciling transactions and ensuring the proper allocation of funds. It is an essential piece of data for maintaining the integrity and accuracy of financial records.

string
required
length between 1 and 6

The DebitCredit field in the PaylinkAccountTransaction table is a varchar data type with a maximum length of 6 characters. This field is used to indicate whether the transaction is a debit or credit entry in the Paylink account. This information is important for keeping track of the financial activity within the Paylink account, as well as for financial reporting and reconciliation purposes. With a maximum length of 6 characters, this field allows for clear and concise labeling of the transaction type.

double
required

The Amount field in the PaylinkAccountTransaction table is a decimal data type that stores numerical values with a decimal point. This field is used to store the amount of money involved in a transaction made through the Paylink account. It allows for precise values to be recorded, ensuring accurate financial data. The decimal data type allows for both positive and negative values, allowing for deposits and withdrawals to be recorded. This field is an important component in tracking and managing the financial activity within the Paylink account system.

double
required

The ReportingAmount field is a decimal type in the PaylinkAccountTransaction table. This field represents the total amount of a transaction that is used for reporting purposes. It may include any additional fees or charges associated with the transaction. The decimal data type allows for precise and accurate recording of the amount, making it an essential component for tracking financial data in the PaylinkAccountTransaction table. This field serves as a key metric for evaluating the financial performance of the account and can provide valuable insights for strategic decision making.

string | null

The RemitterName field in the PaylinkAccountTransaction table is a nvarchar data type with a maximum length of 256 characters. This field is used to store the name of the person or entity who sent the payment or transaction. It may contain the full name or a business name. This field can provide valuable information about the source of the transaction and can be used for record-keeping or verification purposes.

string | null

The BeneficiaryName field in the PaylinkAccountTransaction table is a string data type, allowing for alphanumeric characters, that serves to identify the recipient of a monetary transaction. With a maximum length of 256 characters, this field provides ample space to store the full name of any individual or organization that may receive funds through this table. It serves as an important piece of information that can be referenced and tracked for financial purposes within the database.

string | null

The DebitCreditBadge field in the PaylinkAccountTransaction table is a nvarchar data type with a maximum length of 4000 characters. It is designed to store a badge or identifier that indicates whether a transaction is a debit or credit to the Paylink account. This field plays a crucial role in accurately tracking and managing the financial activity of the account.

string | null

The RemittanceInformation field in the PaylinkAccountTransaction table is a text-based column that stores alphanumeric data of varying lengths. This data type, nvarchar, allows for the storage of both English and non-English characters, making it ideal for capturing detailed information related to payment remittances. The purpose of this field is to track and record relevant details such as invoice numbers, customer names, and payment instructions, providing a comprehensive record of transaction information. By storing this information in a standardized format, the RemittanceInformation field enables efficient processing and streamlined reconciliation of payments, ensuring accuracy and reliability in financial transactions.

int32

The PaylinkId field in the PaylinkAccountTransaction table is an integer value that serves as a unique identifier for each transaction made through the Paylink payment system. It helps to organize and track transaction data for different accounts, ensuring accuracy and efficiency in financial record-keeping. This field is crucial in facilitating the proper deposit, withdrawal, and transfer of funds for Paylink account holders. As an integer data type, it allows for easy sorting and querying of data, making it an essential component of the PaylinkAccountTransaction table.

int32

The CashflowId field in the PaylinkAccountTransaction table is a unique identifier for each transaction within a Paylink account. The data type of this field is int (integer), which allows for whole numbers to be stored. This field is crucial in tracking and organizing the cash flow within the Paylink system, providing specific identification for each individual transaction. It is used in conjunction with other fields in the table to provide a comprehensive record of all financial activity within the Paylink account.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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