Skypoint Integration Simulator

Watch real-time earnings sync and trust score updates

Integration Data Flow

🚗

Skypoint

Delivery Completed

🔔

Webhook

Earnings Data

💰

Bolide

Update Wallet

Simulate New Delivery

Click to simulate a complete delivery-to-wallet flow

Real-Time Event Log

🚗 Delivery Completed

2026-02-16 14:30:00
Delivery ID: SKY-98765
Earnings: 450 ZAR
Distance: 12.5 km
COMPLETED

💰 Earnings Synced

2026-02-16 14:30:15
Source: skypoint
Amount: 450 ZAR
Reference: SKY-98765
COMPLETED

💳 Wallet Updated

2026-02-16 14:30:30
Previous Balance: 2850 ZAR
New Balance: 3300 ZAR
Change: +450 ZAR
COMPLETED

⭐ Trust Score Updated

2026-02-16 14:30:45
Rating: 4.8 ⭐
Previous Score: 86/100
New Score: 87/100
COMPLETED

API Payload Examples

Skypoint Webhook: POST /webhook/earnings

{
  "driver_id": "SKY-12345",
  "external_driver_id": "skypoint_uuid",
  "date": "2026-02-16",
  "earnings": {
    "base_fare": 450,
    "bonuses": 50,
    "deductions": -30,
    "net": 470
  },
  "trips": 12,
  "rating": 4.8,
  "status": "completed"
}

Bolide: POST /api/wallet/payout

{
  "driver_id": "LD-98765",
  "amount": 5000,
  "currency": "ZAR",
  "payment_method": "bank_transfer",
  "reference": "PAYOUT-2026-02-16-001",
  "source": "skypoint_earnings"
}

LibertPay: Payout Confirmation

{
  "status": "success",
  "reference": "PAYOUT-2026-02-16-001",
  "amount": 5000,
  "currency": "ZAR",
  "transaction_id": "TXN-987654321",
  "timestamp": "2026-02-16T14:35:00Z",
  "estimated_arrival": "2026-02-17T10:00:00Z"
}

Integration Status

Webhook Receiver

Active & receiving earnings data

Wallet Sync

Real-time balance updates

Trust Score

Multi-source calculation