List all transactions in the organization
Permissions: transactions.read
Documentation Index
Fetch the complete documentation index at: https://docs.moflay.com/llms.txt
Use this file to discover all available pages before exploring further.
| Category | Description |
|---|---|
DEPOSIT | Inbound receipt of funds |
WITHDRAWAL | Outbound transfer of funds |
SWAP | Exchange of one asset for another |
BRIDGE | Cross-chain transfer |
INTERCOMPANY TRANSFER | Transfer between legal entities |
INTERNAL TRANSFER | Transfer within the same legal entity |
FEE | Network gas, exchange, or service fee |
MINTING | Creation of new tokens |
STAKING_REWARD | Yield from staking |
INVOICE | Payment received against a customer invoice |
BILL | Payment against a vendor bill |
CLAIM REWARD | Protocol or ecosystem reward claim |
BORROW | Borrowing event |
REPAYMENT | Loan repayment |
RESERVES CHANGE | Treasury reserves adjustment |
REALIZED_PNL | Realized profit or loss |
NFT | NFT mint, sale, or transfer |
SPAM | Spam/airdrop (auto-hides from accounting) |
UNKNOWN | Unclassified, pending review |
The API key to use for authentication
Search for transactions by description, phone number, or receipt number
"Premium Subscription"
Cursor for pagination, representing the last item from the previous page
"eyJpZCI6IjEyMyJ9"
Filter transactions by specific customer ID
"cus_MNO345PQR678STU"
Array of transaction statuses to filter by. Available statuses: 'initiating', 'pending', 'completed', 'failed', 'canceled', 'unknown'
Current status. Possible values: initiating, pending, completed, failed, canceled, unknown
initiating, pending, completed, failed, canceled, unknown ["pending", "completed", "canceled"]Amount range as [min, max] in cents to filter transactions by monetary value. Example: [10000, 50000] for KES 100.00 to KES 500.00
[10000, 50000]Array of specific amounts (as strings in KES) to filter transactions by exact values. Values are converted to cents internally.
["150.75", "299.99", "1000.00"]The number of transactions to return (1-100)
1 <= x <= 10010
Start date (inclusive) for filtering transactions in ISO 8601 format
"2024-12-01T00:00:00.000Z"
End date (inclusive) for filtering transactions in ISO 8601 format
"2024-12-31T23:59:59.999Z"
asc, desc "desc"
createdAt, paidAt, failedAt, amount, status, phoneNumber, processedAt "createdAt"