Paylink Transactions

The PaylinkTransaction table in the Paylink package is a data storage table used to track and record all transactions made through the Paylink system. It is designed to store relevant information such as transaction date, time, amount, payment type, and transaction status. This table serves as a central hub for all payment transactions, allowing easy tracking and monitoring of each transaction made. It also includes fields for user information, providing a comprehensive view of the transaction history for each user. The PaylinkTransaction table is a vital component of the Paylink package, ensuring efficient and accurate recording of all payment transactions made through the system.

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

PaylinkTransactionId is a unique identity field in the PaylinkTransaction table, representing an integer value that serves as the primary key for each transaction made through Paylink. This field is automatically generated and assigned by the system, ensuring that each transaction has a distinct identifier. It allows for easy tracking and management of all Paylink transactions, making it a crucial aspect of the table. With its data type set as int, it can accommodate a large range of numerical values, providing flexibility and efficiency in storing transaction data. The PaylinkTransactionId serves as the cornerstone for accurate record-keeping and plays a significant role in ensuring the security and reliability of the Paylink system.

int32

The PaylinkId field in the PaylinkTransaction table is a unique identifier data type of integer. It is used to store a specific identification number for each transaction made through Paylink, a secure online payment service. This field helps to maintain the integrity and traceability of each transaction by providing a reference number that can be used to retrieve details such as payment amount, date, and recipient. The PaylinkId field serves as a primary key and is crucial for accurately recording and tracking transactions in the PaylinkTransaction table. It also allows for efficient and effective communication between different systems or databases that may be involved in processing the transaction.

string | null

The InstructionId field in the PaylinkTransaction table is a nvarchar data type with a maximum length of 256 characters. This field stores a unique identifier for each instruction associated with the transaction. An instruction can refer to a specific action or task that needs to be carried out, such as a payment or transfer. The InstructionId serves as a reference point for tracking and managing instructions within the PaylinkTransaction table. By setting a maximum length of 256 characters, this field allows for a wide range of possible instructions to be accurately recorded and referenced.

string | null

The EndToEndId field in the PaylinkTransaction table is of type nvarchar and is used to uniquely identify a specific end-to-end transaction. This field is an important piece of information for tracking payments and reconciling any discrepancies that may arise during the transaction process. It allows for easy reference and identification of a specific transaction within the payment system. The value contained within this field is typically assigned by the payment system and is unique for each transaction. This field plays a crucial role in ensuring the accuracy and reliability of the payment system.

string | null

The EUTR field in the PaylinkTransaction table is a string of characters represented by the data type nvarchar. It stands for 'European Union Tax Reference' and is used to store the tax identification number for businesses or individuals within the European Union who are involved in the transaction. This field ensures compliance with tax regulations and facilitates reporting and record-keeping purposes.

string | null

The PaylinkTransactionStateId field in the PaylinkTransaction table stores the unique identifier for the state of a transaction within the Paylink system. As a nvarchar data type with a maximum length of 32 characters, this field can hold a variety of state names, such as 'pending', 'completed', or 'failed', to indicate the current status of a transaction. This field is crucial for tracking and managing payment processes, and is an essential component of the PaylinkTransaction table.

string | null

Miscellaneous notes and information for the entry or record.

int32 | null

The CashflowId field is an integer data type in the PaylinkTransaction table. It stores the unique identifier for a specific cashflow within the transaction. This allows for easy tracking and organization of cashflow data within the table. Each cashflow will have its own unique CashflowId, making it easier to link and update related information. This field plays a crucial role in accurately recording and managing cashflow data for efficient financial tracking and analysis.

double
required

The Amount field in the PaylinkTransaction table is a decimal data type that stores numerical values representing the monetary amount of a transaction. This data type allows for precise calculations and accurate storage of financial data, with support for up to 38 digits in total, including 28 digits after the decimal point. The decimal data type is commonly used in financial and accounting systems to handle large amounts of money with high precision. In the PaylinkTransaction table, the Amount field plays a crucial role in recording and tracking the financial activities associated with each transaction, providing a reliable and accurate representation of the monetary value involved.

double
required

The ReportingAmount field in the PaylinkTransaction table is used to store numerical values with a decimal precision for reporting purposes. This data type is ideal for storing precise financial data such as transaction amounts, commissions, and fees. With thorough and accurate reporting, this field enables efficient tracking and analysis of financial data for the organization's operations and decision-making processes. The decimal data type allows for more specific and accurate calculations compared to other data types, making it a valuable asset in the PaylinkTransaction table.

string | null
Response
200

OK

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