Travomatrix uses a “Prepaid + Credit Limit” model to manage agency balances.Documentation Index
Fetch the complete documentation index at: https://docs.travomatrix.com/llms.txt
Use this file to discover all available pages before exploring further.
Balance Calculation
An agent’s available purchasing power is calculated as:Available Funds = Wallet Balance + Credit Limit
- Wallet Balance: The actual cash deposited by the agent.
- Credit Limit: A buffer allowed by the platform administrator.
Transaction Types
DEBIT
Occurs when a booking is created. Thenet_fare is deducted from the balance. If the balance goes negative, it uses the credit limit.
CREDIT
Manual top-up by the administrator when an agent pays.REFUND
Automatically triggered on successful cancellation. The amount credited is the originalnet_fare minus penalties.