Skip to main content

Overview

As a Viax driver, you can track all your earnings in real-time, view detailed payment breakdowns, and monitor your financial performance through the driver app.

Earnings Dashboard

The earnings screen provides a comprehensive view of your income:

Today's Earnings

Current day’s completed trip earnings

This Week

Weekly earnings total

This Month

Monthly income summary

Total Trips

Number of completed trips

Average Fare

Mean trip earnings

Next Payout

Pending payment amount and date

Earnings Breakdown

class DriverEarnings {
  final double totalFares;
  final double platformCommission;
  final double netEarnings;
  final int totalTrips;
  final double averageEarning;
  final DateTime periodStart;
  final DateTime periodEnd;
}

Income Components

Total trip fares before deductions:
  • Base fares
  • Distance charges
  • Time charges
  • Surge pricing
  • Tips (if applicable)

Trip History and Earnings

View detailed information for each completed trip:
{
  "trip_id": "12345",
  "date": "2024-03-05T14:30:00Z",
  "passenger": "María García",
  "from": "Calle 72 #10-34",
  "to": "Carrera 15 #85-23",
  "distance_km": 5.2,
  "duration_minutes": 15,
  "earnings": {
    "base_fare": 4500,
    "distance_cost": 6240,
    "time_cost": 2250,
    "surge_multiplier": 1.0,
    "gross_total": 12990,
    "platform_commission": 2598,
    "net_earnings": 10392
  }
}

Payment Schedule

1

Trips completed

Earn money from each completed trip
2

Daily accumulation

Earnings accumulate throughout the day
3

Weekly payout

Payments processed every Monday
4

Bank transfer

Funds deposited to your registered bank account
5

Confirmation

Receive notification when payment is sent
Payment processing may take 1-2 business days depending on your bank.

Viewing Earnings

Daily View

See today’s performance:
  • Trips completed so far
  • Current earnings
  • Average per trip
  • Hours online
  • Efficiency metrics

Weekly View

Track weekly trends:
  • Day-by-day breakdown
  • Peak earning days
  • Total weekly income
  • Hours worked
  • Trips per day average

Monthly View

Monitor monthly performance:
  • Week-by-week analysis
  • Month-to-date total
  • Projected month-end earnings
  • Comparison to previous months
  • Growth trends

Earnings Statistics

class EarningsStatistics {
  final double highestTripEarning;
  final double lowestTripEarning;
  final double averageTripEarning;
  final int totalTripsCompleted;
  final double totalDistanceDriven;
  final Duration totalTimeOnline;
  final double earningsPerHour;
  final double earningsPerKm;
}

Earnings per Hour

Average income per online hour

Earnings per Trip

Mean income per completed trip

Best Day

Highest single-day earnings

Acceptance Rate

% of trip requests accepted

Payment Methods

Configure how you receive payments:
  • Direct deposit to bank account
  • Most common method
  • 1-2 day processing
  • No additional fees
Required information:
  • Bank name
  • Account number
  • Account type (checking/savings)
  • ID number

Commission Structure

Viax retains a percentage of each fare:
ComponentDriverViax Platform
Standard trips80%20%
Promotional trips85%15%
Referral bonuses100%0%
Commission rates may vary during promotional periods or for high-performing drivers.

Bonuses and Incentives

Earn extra income through:
Additional earnings during high-demand periods:
  • Morning rush: 6-9 AM
  • Evening rush: 5-8 PM
  • +$500-1000 per trip
Complete trip targets for bonuses:
  • 20 trips/week: +$20,000
  • 40 trips/week: +$50,000
  • 60 trips/week: +$100,000
Earn by referring new drivers:
  • $50,000 per successful referral
  • Paid after referee completes 20 trips
  • Unlimited referrals
High-rated drivers earn more:
  • 4.8+ rating: +2% on all fares
  • 4.9+ rating: +3% on all fares
  • 5.0 rating: +5% on all fares

Tax Information

As an independent contractor, you are responsible for your own taxes. Viax does not withhold taxes from your earnings.

Tax Documents

  • Annual earnings statement (by February)
  • Monthly earnings summaries
  • Trip-by-trip records
  • Expense tracking support

Deductible Expenses

Track these for tax purposes:
  • Fuel costs
  • Vehicle maintenance
  • Insurance premiums
  • Phone bills
  • Car washes
  • Tolls and parking

Earnings Reports

Generate and export reports:
  • Trips by hour
  • Earnings by trip
  • Commission breakdown
  • Tips received

Maximizing Earnings

Drive Peak Hours

Work during high-demand periods for surge pricing

Accept More Trips

Higher acceptance rate = more opportunities

Strategic Locations

Position yourself near high-demand areas

Maintain Rating

High ratings unlock bonus multipliers

Next Steps

Driver Statistics

View detailed performance metrics

Trip Execution

Learn how to complete trips efficiently

Build docs developers (and LLMs) love