Developer Documentation
Pilot Operations
Pilot Operations
Pilot operations let SikaaHub track selected merchants during controlled rollout.
Admin Endpoints
GET /admin/pilot/merchantsPOST /admin/pilot/merchantsPUT /admin/pilot/merchants/{id}DELETE /admin/pilot/merchants/{id}
Create body:
{
"merchant_code": "SHB-MER-000001",
"pilot_group": "accra-wave-1",
"assigned_account_manager": 12,
"notes": "High volume agent near Circle",
"status": "active"
}Pilot status values are active, completed, and removed.