This feature retrieves all transactions linked to a user’s profile. The response includes details such as transaction ID, payment mode, beneficiary, amount, fees, status, and date. Pagination is supported with page and limit values.
Field Descriptions:
status → Response status (1 = success, 0 = failure).
page → Current page number for pagination.
limit → Number of records per page.
total_records → Total number of transactions available.
trx → List of transactions.
trx_id / transaction_id → Unique identifier for the transaction.
payment_mode → Payment type (e.g., swift, sepa, conversion).
is_upload_document → Indicates if document upload is required (null if not applicable).
beneficiary_name → Name of the beneficiary or conversion label.
reason_payment → Reason provided for the payment.
username → User/admin who created the transaction.
type → Transaction type (credit or debit).
amount → Transaction amount with currency.
fees → Associated transaction fee.
description → Additional details about the transaction.
status → Current status (Pending, Inprocess, Completed).
transaction_date → Date and time of transaction.
label → Account label from which the transaction was made.
payout_user_name → if transaction sender name of payout username.