399 B
399 B
03 Merchant Onboarding
Flow:
- Create merchant in wrapper
- Generate Uber OAuth URL
- Merchant authorizes Uber account
- Callback stores tokens + merchant OAuth access
- Retrieve merchant stores (
GET /api/v1/uber/stores/provisionable) - Activate selected store (
POST /api/v1/uber/stores/{storeId}/pos-data)
Multi-client principle: each merchant has isolated credentials and mappings.