Get Float Transactions
This feature retrieves the list of float wallet transactions for a whitelabel account. It includes transaction details such as unique ID, type, amount, currency, and description. Pagination is supported.
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 float transactions available.
logs → List of float transaction records.
id → Internal transaction ID.
unique_id → Unique reference ID for the transaction.
amount → Transaction amount.
type → Transaction type (debit or credit).
description → Description or purpose of the transaction.
currency → Transaction currency (ISO code).
created → Date and time of transaction.