Overview
Themonei.transaction service allows you to retrieve and filter user transactions, including deposits and individual transaction lookups by ID or reference.
This service provides:
- Fetch all user transactions
- Filter transactions by type
- Retrieve deposits only
- Get transaction details by ID
- Get transaction details by reference
Get User Transactions
Retrieve all transactions for the authenticated user.Get Transactions by Type
Filter transactions by type using theTransactionType enum.
Available Types
TransactionType.CREDITTransactionType.DEBIT

