Agency Onboarding
Professional transport agencies can register on ColisMove to manage bulk shipments, multiple branches, and employees.Onboarding Flow
Step 1: Register Agency
Step 2: Upload KYC Documents
Upload required business documents:- Business registration certificate (KBIS or equivalent)
- Tax identification document
- Proof of address
- Owner identity document
Step 3: Stripe Connect Onboarding
Once KYC documents are approved:Step 4: Create Branches
Add physical locations:Step 5: Add Employees
Invite team members:Agency Wallet
View agency earnings:Agency Management
| Endpoint | Description |
|---|---|
GET /agencies/my-agency | Get your agency details |
PUT /agencies/{id} | Update agency info |
GET /agencies/{id}/branches | List all branches |
GET /agencies/{id}/employees | List all employees |
DELETE /agencies/{id}/employees/{userId} | Remove an employee |
Agency owners have
ROLE_VERIFIED_USER and manage their agency independently. Super admins can suspend agencies via PATCH /superadmin/agencies/{id}/suspend.